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-05-17 02:22:35 +08:00
Code
Issues
Releases
Wiki
Activity
24,822
Commits
4
Branches
791
Tags
32843ffef55c9dc956120ef8a4c8c96fd94de106
Commit Graph
51 Commits
Fix code inspections
Dean Herbert
·
2019-12-25 15:20:10 +09:00
911dc2d98d
Rename method to be more appropriate
Also adds xmldoc.
Dean Herbert
·
2019-12-25 15:20:04 +09:00
52ba0cd816
make HP and OD generic and instantiate CS and AR to modes that need it
unknown
·
2019-12-22 16:45:32 +08:00
fe73b9f8d3
make ModDifficultyAdjust abstract
unknown
·
2019-12-20 18:30:23 +08:00
08b477ed52
Merge remote-tracking branch 'refs/remotes/origin/master' into nightcore-beats
smoogipoo
·
2019-12-18 17:58:37 +09:00
2a128340d0
implement backing beats for nightcore mods
unknown
·
2019-12-15 16:56:02 +08:00
01c036b0b0
Merge branch 'master' into cinema-mod
Albie
·
2019-12-10 17:06:53 +00:00
a61f8cc2c3
Simplify implementation structure
Dean Herbert
·
2019-11-29 18:27:27 +09:00
c7305f0b44
Move position updating logic back to CatcherArea
Dean Herbert
·
2019-11-29 18:24:46 +09:00
3864ea6ca3
add cinema mod support
Albie Spriddell
·
2019-11-23 17:34:53 +00:00
3b9f59cb33
replace 'as' with direct cast to avoid possible nullref
unknown
·
2019-11-03 15:34:07 +01:00
750e3c4aaf
make catcher field readonly
unknown
·
2019-11-03 15:34:07 +01:00
a8fab4cba1
formatting
unknown
·
2019-11-03 15:34:07 +01:00
a842d727c7
implement CatchModRelax
unknown
·
2019-11-03 15:34:07 +01:00
5761cc673f
Make catch HR properly utilise the RNG
smoogipoo
·
2019-08-01 13:10:20 +09:00
fdc6a3958d
implement HD for CtB
Unknown
·
2019-06-28 10:34:04 +02:00
01508e6813
Merge branch 'master' into ruleset-container-refactor
Dean Herbert
·
2019-03-20 14:55:58 +09:00
6f1610be79
Ensure RNG max value cannot go below min value
smoogipoo
·
2019-03-20 12:06:37 +09:00
8f0440d14c
Fix JuiceStreams not affecting lastPosition/lastStartTime
smoogipoo
·
2019-03-20 12:06:14 +09:00
003e36862f
Fix typo
Dean Herbert
·
2019-03-20 11:22:34 +09:00
3b7a76aa4e
Rename RulesetContainer to DrawableRuleset
Dean Herbert
·
2019-03-19 23:47:31 +09:00
baea7230bc
Invert unintuitive variable
smoogipoo
·
2019-03-19 14:12:10 +09:00
5b07cce3cb
Refactor to reduce code complexity
smoogipoo
·
2019-03-19 14:10:39 +09:00
1b696ade50
Fix relative position being compared to time
smoogipoo
·
2019-03-18 18:59:38 +09:00
a26e237e26
Fix HR mod being applied to non-fruit objects
smoogipoo
·
2019-03-18 18:36:16 +09:00
bb8171b88a
Fix autoplay tests not working
Dean Herbert
·
2019-03-07 18:34:56 +09:00
1f44dde96b
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
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
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
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
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
Initial rework of beatmap conversion process
smoogipoo
·
2018-04-19 22:04:12 +09:00
03a5df84c6
Merge remote-tracking branch 'upstream/master' into tgi74-ctb_hr_mangling
Dean Herbert
·
2018-04-18 16:46:02 +09:00
d307b8dc2e
Normalize all the line endings
Dean Herbert
·
2018-04-13 18:26:38 +09:00
32a74f95a5
Changed relative position to [0, 1]
tgi74000
·
2018-04-09 09:02:32 +02:00
82d9504cbf
White space
tgi74000
·
2018-04-08 15:52:40 +02:00
b40af0848f
Add HardRock position mangling for CatchTheBeat
tgi74000
·
2018-04-08 15:24:34 +02:00
58dbc63c6e
Revert changes on hard rock mod
Joseph Madamba
·
2018-03-29 20:36:52 -07:00
0887dafa2c
Edit mods description, multiplier, and code
Joseph Madamba
·
2018-03-13 20:07:03 -07:00
d122aa80e4
Add very basic replay handling
Dean Herbert
·
2018-01-12 18:35:28 +09:00
33fdc2c1d6
Move mod implementations to individual files
Dean Herbert
·
2018-01-09 14:08:18 +09:00
b8bb0a52e3
Update licence headers
Dean Herbert
·
2018-01-05 20:21:19 +09:00
37d393bca0
changed description for hidden
ctb doesn't have approach circles
Sinnoh
·
2017-09-26 16:50:12 +08:00
3b9c2d1d5f
Daycore mod
Shawdooow
·
2017-05-30 12:49:06 -04:00
ecc0d0b11c
First
Previous
1
2
Next
Last