This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-06-07 22:04:49 +08:00
Code
Issues
Releases
Wiki
Activity
75,266
Commits
4
Branches
802
Tags
12e29f0bcc9f80c221c5e97693613c8ca4ba94de
Commit Graph
2038 Commits
Add licence header
Dean Herbert
·
2017-09-19 21:41:51 +09:00
611f4df484
Add a catch specific player test
Dean Herbert
·
2017-09-19 21:40:57 +09:00
f96875a470
Add interfaces to CatchBaseHit
Dean Herbert
·
2017-09-19 21:40:38 +09:00
0aa152974a
Fix incorrect coordinate mapping on fruit explosion
Dean Herbert
·
2017-09-19 21:39:53 +09:00
4b68950428
Use MaxValue instead of PositiveInfinity
Dean Herbert
·
2017-09-19 21:39:17 +09:00
c88b0784da
Merge remote-tracking branch 'upstream/master' into ctb-improvements
Dean Herbert
·
2017-09-19 20:54:39 +09:00
d192c2d83b
Output ruleset assemblies to the game folder rather than adding special logic
Dean Herbert
·
2017-09-19 19:27:14 +09:00
99b512cce5
Optimise project references
Dean Herbert
·
2017-09-19 16:07:00 +09:00
1f20c5eb69
Avoid unnecessary dll copies
Dean Herbert
·
2017-09-19 16:06:59 +09:00
8fa76557db
Update relative paths
Dean Herbert
·
2017-09-19 16:06:58 +09:00
6db705a3a8
And then everything became one
Dean Herbert
·
2017-09-19 16:06:58 +09:00
6d3d485565
Add the most basic score calculation for catch
Dean Herbert
·
2017-09-18 12:48:45 +09:00
60b38b2776
Add licence header
Dean Herbert
·
2017-09-18 12:48:33 +09:00
d3c58c848d
Put caught fruit in their own container to reduce casting
Dean Herbert
·
2017-09-18 12:33:01 +09:00
e52a4fe72c
Add (incorrectly) exploding fruit
Dean Herbert
·
2017-09-15 21:26:36 +09:00
cfcb0c1c6e
Make fruits look a bit closer to the final design
Dean Herbert
·
2017-09-15 20:55:04 +09:00
fe221905fa
Add combo/colour metadata to CatchBaseHit
Dean Herbert
·
2017-09-15 20:54:34 +09:00
4e0aed4b8a
Fix catcher movement speed being way too slow
Now matches osu-stable
Dean Herbert
·
2017-09-15 19:32:46 +09:00
b9ab034f94
Merge branch 'master' into scoring-revamp
Dean Herbert
·
2017-09-13 20:47:14 +09:00
b78c516b74
Update all dependencies in line with framework
Dean Herbert
·
2017-09-13 20:25:40 +09:00
fb7740a3ab
Remove Ruleset's CreateScoreProcessor method
smoogipooo
·
2017-09-13 16:37:05 +09:00
5e32d95ad2
Set depths from playfield add methods instead of DrawableHitObject
smoogipooo
·
2017-09-13 16:17:01 +09:00
093d82ac45
Override instead of re-binding event
smoogipooo
·
2017-09-13 16:15:11 +09:00
6682c3a736
More cleanups
smoogipooo
·
2017-09-12 21:12:57 +09:00
3e3618d724
Revamp score processing to once more unify scoring methods
smoogipooo
·
2017-09-12 21:05:50 +09:00
abab2a4878
Make Accuracy = 1, Health = 1 the default for ScoreProcessor
smoogipooo
·
2017-09-12 20:53:26 +09:00
0b94939474
Apply CI fixes
Dean Herbert
·
2017-09-12 18:36:19 +09:00
86de4fa2e2
Remove generics from Playfield (fixes catch)
Dean Herbert
·
2017-09-12 18:19:28 +09:00
f32d444d68
Merge remote-tracking branch 'upstream/master' into judgement-revamp
Dean Herbert
·
2017-09-12 17:46:21 +09:00
1194e46ef1
Minor refactors
Dean Herbert
·
2017-09-12 17:36:46 +09:00
20dae5ee11
Merge remote-tracking branch 'origin/master' into blending-equations
# Conflicts: # osu-framework
smoogipooo
·
2017-09-11 15:02:12 +09:00
58c875bdca
Merge remote-tracking branch 'upstream/master' into judgement-revamp
Dean Herbert
·
2017-09-11 14:36:51 +09:00
5ce76d8023
Target .NET 4.6.1
Dean Herbert
·
2017-09-11 12:39:00 +09:00
7170fbd087
Merge remote-tracking branch 'origin/master' into blending-equations
# Conflicts: # osu-framework
smoogipooo
·
2017-09-11 02:42:23 +09:00
cde22865b9
Merge branch 'master' into leaderboard-scores
MrTheMake
·
2017-09-07 18:25:33 +02:00
a7f874e5b6
Update in line with framework changes.
smoogipooo
·
2017-09-07 22:46:21 +09:00
19db7a8f72
Remove all generic judgements.
smoogipooo
·
2017-09-06 18:05:51 +09:00
0cc443e618
Make judgements able to be "added" plus make everything compile and run.
smoogipooo
·
2017-09-06 17:02:13 +09:00
ac8ec31b61
Combine Judgement.HitResults into one.
Dean Herbert
·
2017-09-06 17:01:48 +09:00
84c22df3f5
Update KeyCounterCollection to support action-based buttons
Dean Herbert
·
2017-08-21 12:39:22 +09:00
16e96888ab
Merge branch 'master' into leaderboard-scores
MrTheMake
·
2017-08-19 00:00:40 +02:00
6d401b5f21
Add support for binding mouse buttons to actions
Dean Herbert
·
2017-08-18 20:01:41 +09:00
d6249e7a63
Fix regression causing global hotkeys to no longer work
Dean Herbert
·
2017-08-17 17:47:44 +09:00
a44ff5a2c2
Initial refactoring of key binding logic
Dean Herbert
·
2017-08-14 20:19:25 +09:00
7c9d6c9c83
CI fix, fixed nullref and removed abstraction of GetAutoplayMod
MrTheMake
·
2017-08-13 20:12:01 +02:00
81289db33b
Suggested changes
MrTheMake
·
2017-08-13 19:54:07 +02:00
d9c26f98c7
Parse the mods of a leaderboard's score
MrTheMake
·
2017-08-13 17:41:13 +02:00
4c2d7bf343
Fix some formatting issues
Dean Herbert
·
2017-08-13 10:36:57 +09:00
fe2911f165
Propagate framework updates
Dean Herbert
·
2017-08-12 19:54:07 +09:00
99458aab48
Move a lot of code to framework
Dean Herbert
·
2017-08-11 16:11:46 +09:00
48d4ed55e9
First
Previous
...
37
38
39
40
41
Next
Last