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-01 02:40:04 +08:00
Code
Issues
Releases
Wiki
Activity
31,755
Commits
4
Branches
799
Tags
d7ca2cf1cca15da8fe476dfd4292d5bbd77cd167
Commit Graph
31755 Commits
This Branch
This Branch
All Branches
Hard type incoming ruleset
Dean Herbert
·
2020-05-29 16:45:47 +09:00
e0aae15c0a
Split files out
Dean Herbert
·
2020-05-29 16:45:47 +09:00
da289c474e
Flip direction to avoid breaking other usages
Dean Herbert
·
2020-05-29 16:45:47 +09:00
3b6619a360
Remove stray whitespace
Dean Herbert
·
2020-05-29 16:45:47 +09:00
7f8f41715d
Update override
Dean Herbert
·
2020-05-29 16:45:47 +09:00
7b52faa76d
Pass hitobjects as a parameter to CreateBlueprintContainer
Dean Herbert
·
2020-05-29 16:45:47 +09:00
590931b17c
Remove unnecessary overrides
Dean Herbert
·
2020-05-29 16:45:47 +09:00
3e973c176f
Tidy up and complete xmldoc for HitObjectComposer
Dean Herbert
·
2020-05-29 16:45:47 +09:00
597f284805
Add swell and drumroll blueprints
Dean Herbert
·
2020-05-29 16:45:47 +09:00
b2fad91589
Rename to IHasDuration
Dean Herbert
·
2020-05-29 16:45:47 +09:00
dd7dbfd548
Move sett from EndTime to Duration
Dean Herbert
·
2020-05-29 16:45:47 +09:00
534dccc0c3
Add drum roll composition support
Dean Herbert
·
2020-05-29 16:45:47 +09:00
a953f9e422
Split out IHasPath from IHasCurve to better define hitobjects
Dean Herbert
·
2020-05-29 16:45:47 +09:00
280b0adb1d
Fix strong bindable changes for DrumRolls
Dean Herbert
·
2020-05-29 16:45:47 +09:00
a2eec5d963
Place rim hits using right mosue for now
Dean Herbert
·
2020-05-29 16:45:47 +09:00
910326623c
Support Strong bindable changes
Dean Herbert
·
2020-05-29 16:45:47 +09:00
50fcd4149f
Support HitType bindable changes
Dean Herbert
·
2020-05-29 16:45:47 +09:00
4e9631b546
Add menus to mark as rim and strong
Dean Herbert
·
2020-05-29 16:45:47 +09:00
3487c1fd1b
Fix offsets
Dean Herbert
·
2020-05-29 16:45:47 +09:00
4b1a2b5bc2
Introduce initial placement blueprint logic
Dean Herbert
·
2020-05-29 16:45:39 +09:00
90acba8c36
Add basic setup for TaikoHitObjectComposer
Dean Herbert
·
2020-05-29 16:45:39 +09:00
7d4e60f05e
Flip direction to avoid breaking other usages
Dean Herbert
·
2020-05-29 16:11:26 +09:00
f9883373bb
Merge branch 'master' into move-setter-to-duration
Dean Herbert
·
2020-05-29 16:04:23 +09:00
e8b43e8e1f
Pass hitobjects as a parameter to CreateBlueprintContainer
Dean Herbert
·
2020-05-29 12:20:50 +09:00
8fa8c561e7
Tidy up and complete xmldoc for HitObjectComposer
Dean Herbert
·
2020-05-29 11:46:32 +09:00
46689a2fbc
Merge branch 'master' into custom-ipc-location
Shivam
·
2020-05-28 15:29:38 +02:00
ac3e804d73
Move stable_config declaration, rename testscene
Shivam
·
2020-05-28 15:28:27 +02:00
3731e76b10
Merge pull request
#9137
from peppy/fix-gamebase-typo
Fix minor typo in OsuGameBase
Dan Balasescu
·
2020-05-28 22:28:00 +09:00
9b277d52e5
Add button to open results
smoogipoo
·
2020-05-28 22:25:00 +09:00
a606f41297
Add test scene
smoogipoo
·
2020-05-28 22:09:11 +09:00
0f373acacb
Forward statistics
smoogipoo
·
2020-05-28 22:09:11 +09:00
0e28ded80f
Cache ruleset + fix possible nullrefs
smoogipoo
·
2020-05-28 22:09:11 +09:00
d88bfa2080
Add a user object for now
smoogipoo
·
2020-05-28 22:09:11 +09:00
7ac08620b8
Implement creation of mods
smoogipoo
·
2020-05-28 22:09:11 +09:00
f9c64d7be3
Remove some unnecessary members
smoogipoo
·
2020-05-28 22:09:11 +09:00
38502ba88c
Implement initial structure for room scores
smoogipoo
·
2020-05-28 22:09:11 +09:00
ee59182989
Merge branch 'master' into custom-ipc-location
Shivam
·
2020-05-28 15:07:43 +02:00
6e8a964c45
move stable config declaration and initial reading
Shivam
·
2020-05-28 15:03:49 +02:00
7ae2383288
Fix potential nullref
smoogipoo
·
2020-05-28 21:46:02 +09:00
013461377e
Improve results screen behaviour when changing selected score
smoogipoo
·
2020-05-28 21:40:01 +09:00
47d5974f04
Resolve several positioning errors
smoogipoo
·
2020-05-28 21:29:16 +09:00
ad99d85468
Allow selected score to be programmatically changed
smoogipoo
·
2020-05-28 21:09:03 +09:00
666cbd0f40
Allow null score
smoogipoo
·
2020-05-28 20:46:17 +09:00
a55ce26130
Fix minor typo in OsuGameBase
Dean Herbert
·
2020-05-28 19:05:35 +09:00
912c999f40
Merge pull request
#9129
from peppy/remove-unused-mania-rprop
Remove necessity for custom mania interface caching
Dan Balasescu
·
2020-05-28 15:34:28 +09:00
333b03de44
Merge branch 'master' into remove-unused-mania-rprop
Dan Balasescu
·
2020-05-28 14:57:10 +09:00
1a2392aa83
Merge pull request
#9135
from peppy/update-framework
Update framework
Dean Herbert
·
2020-05-28 12:27:55 +09:00
6305157089
Update framework
Dean Herbert
·
2020-05-28 11:54:27 +09:00
e4de20f0a5
Remove necessity for custom mania interface caching
Dean Herbert
·
2020-05-27 23:15:16 +09:00
6be5917eb0
Remove unused resolved composer
Dean Herbert
·
2020-05-27 22:56:12 +09:00
919ff92d15
First
Previous
...
42
43
44
45
46
...
Next
Last