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 16:40:37 +08:00
Code
Issues
Releases
Wiki
Activity
24,822
Commits
4
Branches
800
Tags
32843ffef55c9dc956120ef8a4c8c96fd94de106
Commit Graph
268 Commits
Formatting and simplification
Dean Herbert
·
2019-03-06 14:19:00 +09:00
2300e59e91
no longer adjust the clock rate
LeNitrous
·
2019-03-04 17:48:51 +08:00
74a23edaf7
update mod descriptions
LeNitrous
·
2019-03-04 17:39:13 +08:00
86e861ddeb
use ternary operator instead
LeNitrous
·
2019-03-03 16:50:31 +08:00
b83d44c316
trim whitespace
LeNitrous
·
2019-03-03 16:30:08 +08:00
a1a8246c05
mod rule changes
LeNitrous
·
2019-03-03 16:22:00 +08:00
ecc2c28a62
Merge branch 'master' into use-pattern-matching
Dean Herbert
·
2019-02-28 14:53:07 +09:00
2dbf7d122c
Use pattern matching wherever possible
Dean Herbert
·
2019-02-28 14:35:00 +09:00
e2c6a8bc07
Fix remaining issues
Dean Herbert
·
2019-02-28 13:31:40 +09:00
26d53d06a9
Adjust namespaces
smoogipoo
·
2019-02-21 19:05:52 +09:00
d8c55bc729
Update with framework bindable changes
smoogipoo
·
2019-02-21 18:56:34 +09:00
bca347427f
fix codefactor warnings and derive ModWindUp and ModWindDown to ModTimeRamp
LeNitrous
·
2019-01-26 20:15:19 +08:00
03e57d0423
forgot last whitespace
LeNitrous
·
2019-01-26 13:47:33 +08:00
d920ee67ee
add license headers
LeNitrous
·
2019-01-26 13:43:27 +08:00
73dbf5712d
use IApplicableToBeatmap instead of IApplicableToRulesetContainer
LeNitrous
·
2019-01-26 13:39:23 +08:00
d76681aa82
add wind up and wind down mods
LeNitrous
·
2019-01-26 12:15:45 +08:00
c6e26a92ec
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
Merge branch 'master' into do_not_use_local_user_for_autoplay_score
Dean Herbert
·
2019-01-04 13:11:17 +09:00
b6dc6c4a74
Fix incorrect acronym
smoogipoo
·
2018-12-14 13:38:13 +09:00
2e767a5292
Implement basic api structure for rooms
smoogipoo
·
2018-12-12 16:06:56 +09:00
439d741dee
Handle ModAutoplay during score construction in the Player
Roman Kapustin
·
2018-12-03 22:37:26 +03:00
c6c255718b
Add license header
Dean Herbert
·
2018-11-30 18:07:15 +09:00
9718e476c7
Rename NoModMod
Dean Herbert
·
2018-11-30 17:35:13 +09:00
be37f3c328
Add IMod and change ShortenedName to Acronym
Dean Herbert
·
2018-11-30 17:16:00 +09:00
d97a15a504
Fix rank not being read
smoogipoo
·
2018-11-30 14:48:25 +09:00
69370c53ca
Move replays to an wrapping Score class
smoogipoo
·
2018-11-28 18:45:17 +09:00
b8e60afa69
Score -> ScoreInfo
smoogipoo
·
2018-11-28 18:33:01 +09:00
219929eb47
Re-namespace replay-related classes
smoogipoo
·
2018-11-28 17:20:37 +09:00
2ee181daf7
Remove unused usings
smoogipoo
·
2018-11-28 16:33:42 +09:00
09b79d736b
Re-namespacing
smoogipoo
·
2018-11-28 16:12:57 +09:00
5fd6e6ca77
Make Mod IJsonSerializable
smoogipoo
·
2018-11-28 13:12:29 +09:00
ea52d2d527
OpenTK -> osuTK
smoogipoo
·
2018-11-20 17:14:59 +09:00
f27bd3ef3e
apply suggestions
jorolf
·
2018-11-15 17:38:38 +01:00
80bd98bb9d
split shader, remove unnecessary clutter and fix some bugs
jorolf
·
2018-11-15 00:33:13 +01:00
7d2958b7b0
Move flashlight code from OsuModFlashlight to ModFlashlight and implement other modes and break time
jorolf
·
2018-11-11 18:38:12 +01:00
023924396d
Merge branch 'master' into auto-restart-mod-perfect
Dean Herbert
·
2018-10-31 03:56:08 +09:00
6dde5e3b4a
Combine RestartOnFail into FailOverride
Paul Teng
·
2018-10-30 07:12:06 -04:00
007dfedbb7
Add type parameter to IApplicableToBeatmap
Kyle Chang
·
2018-10-30 00:13:33 -04:00
6d00aff9fd
Remove unused using
Paul Teng
·
2018-10-29 17:51:49 -04:00
52b9a3f5e9
Remove option from settings
Paul Teng
·
2018-10-29 08:19:38 -04:00
cb9ec94dc2
Add interface to adjust Beatmaps
Kyle Chang
·
2018-10-28 02:21:25 -04:00
df6fc4013a
Make both SD and PF auto-restart based on settings
Paul Teng
·
2018-10-24 13:37:27 -04:00
794afa988f
Update file name and update summary
Paul Teng
·
2018-10-14 11:25:05 -04:00
39c767af2d
Allow restarts in ModPerfect
Paul Teng
·
2018-10-14 11:18:52 -04:00
fd774c6a09
Add new interface that allows restarts
Paul Teng
·
2018-10-14 11:18:10 -04:00
dea2acaea3
Add comment explaining why
Dean Herbert
·
2018-10-10 19:41:40 +09:00
ed0dcb2e73
Remove IUpdatableByHitObject completely
tgi74000
·
2018-08-05 09:52:19 +02:00
b1d1a2400b
Rename variables to be human readable
tgi74000
·
2018-08-04 00:18:09 +02:00
07d6a75e23
Add relax mod
tgi74000
·
2018-08-03 14:03:11 +02:00
7310c38df9
Split out Special mods into Automation and Conversion
Dean Herbert
·
2018-07-31 18:00:42 +09:00
3c06655672
First
Previous
...
2
3
4
5
6
Next
Last