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-19 20:20:21 +08:00
Code
Issues
Releases
Wiki
Activity
17,358
Commits
4
Branches
793
Tags
c186629b8a2971ba08be2dfd5cb4e55701d83dbb
Commit Graph
1394 Commits
Reorder class
Dean Herbert
·
2019-03-20 14:55:38 +09:00
c186629b8a
Fix misses/typos
Dean Herbert
·
2019-03-20 14:49:33 +09:00
5f288650bf
Add safety type check to DrawableScrollingRuleset
Dean Herbert
·
2019-03-20 11:34:06 +09:00
936c3e1ed9
Better protect not-generic DrawableRuleset
Dean Herbert
·
2019-03-20 11:31:03 +09:00
45b8bfcfd3
Remove double-generic type
Dean Herbert
·
2019-03-20 11:29:16 +09:00
7b6d882ce6
Fix typo
Dean Herbert
·
2019-03-20 11:22:34 +09:00
3b7a76aa4e
Rename missed files
Dean Herbert
·
2019-03-19 23:56:12 +09:00
e0ab40b082
Rename RulesetContainer to DrawableRuleset
Dean Herbert
·
2019-03-19 23:47:31 +09:00
baea7230bc
Refactor RulesetContainer for readability
Dean Herbert
·
2019-03-19 20:21:31 +09:00
68f28326a2
Remove regions
Dean Herbert
·
2019-03-18 10:48:44 +09:00
9ca4d9d4d1
Split RulesetInputManager out to FrameStabilityContainer
Dean Herbert
·
2019-03-17 13:30:52 +09:00
771d676ba1
Merge pull request
#4468
from smoogipoo/fix-min-tick-distance
Fix ticks not being generated at the minimum tick distance
Dean Herbert
·
2019-03-15 12:12:48 +09:00
14af957599
Merge branch 'master' into increase-osu-file-validation
Dan Balasescu
·
2019-03-14 18:47:32 +09:00
2c80f73a88
Fix ticks not being generated at the minimum tick distance
smoogipoo
·
2019-03-14 15:20:12 +09:00
71d79f0a39
Remove unused variable
smoogipoo
·
2019-03-14 15:12:26 +09:00
2815c3b07c
Merge branch 'master' into mod-ramp-hotfix
Dean Herbert
·
2019-03-14 13:02:29 +09:00
0042cc5337
Change logic to better handle external adjustments
Dean Herbert
·
2019-03-14 12:29:16 +09:00
85c518f146
Fix weird application logic
Dean Herbert
·
2019-03-13 21:37:33 +09:00
c40e24739b
Fix incorrect application logic for rate fallback
Co-Authored-By: peppy <
pe@ppy.sh
>
Dan Balasescu
·
2019-03-13 20:55:33 +09:00
5d23a966d7
Improve comment
Dean Herbert
·
2019-03-13 18:27:54 +09:00
3d4a80957f
Merge branch 'master' into mania-judgemetns
Dean Herbert
·
2019-03-13 18:17:42 +09:00
1617e2a729
Log issues
Dean Herbert
·
2019-03-13 14:56:41 +09:00
8f00f2290a
Add extra clamping of endTime to startTime
Dean Herbert
·
2019-03-13 13:46:41 +09:00
f8b5cf8c8e
Apply clamping suggestion
Co-Authored-By: peppy <
pe@ppy.sh
>
Dan Balasescu
·
2019-03-13 12:35:05 +09:00
a35d9ccc09
Fix NaN handling
Dean Herbert
·
2019-03-13 11:30:33 +09:00
93b774104a
Increase validation performed on .osu files to avoid hard crashes
Dean Herbert
·
2019-03-12 20:31:15 +09:00
cc09ecbfcf
Fix incorrect scale duration
David Zhao
·
2019-03-12 19:44:53 +09:00
7eb253b687
Move hit animation logic into virtual method
David Zhao
·
2019-03-12 19:41:33 +09:00
3b3b1e51ee
Fix incorrect delay
David Zhao
·
2019-03-12 19:24:46 +09:00
9850122245
Create properties for use in DrawableManiaJudgement
David Zhao
·
2019-03-12 19:23:24 +09:00
12f334035f
Improve ModRamp's handling of external rate changes
Dean Herbert
·
2019-03-12 18:15:18 +09:00
a10cd2288d
Simplify DT/HT/NC/DC
Dean Herbert
·
2019-03-12 18:14:41 +09:00
6832e384a9
Clarify repeat index
Dean Herbert
·
2019-03-11 14:53:21 +09:00
63fea65c0c
Add xmldoc and clarify struct variables
Dean Herbert
·
2019-03-11 14:36:29 +09:00
489153579a
Rename and reuse variables
Dean Herbert
·
2019-03-11 14:33:21 +09:00
2029cf93fd
Merge branch 'master' into extract-slider-tick-creation
Dean Herbert
·
2019-03-08 20:40:03 +09:00
c6194d5487
Merge branch 'master' into mod-wind
Dean Herbert
·
2019-03-08 20:23:02 +09:00
48e54c84c1
Merge branch 'extract-slider-tick-creation' of
https://github.com/peppy/osu
into extract-slider-tick-creation
Dean Herbert
·
2019-03-08 20:13:58 +09:00
28a1baa07e
LegacyFinalTick -> LegacyLastTick to match existing variable
Dean Herbert
·
2019-03-08 20:13:11 +09:00
93a999396e
Merge branch 'master' into extract-slider-tick-creation
Dean Herbert
·
2019-03-08 20:00:12 +09:00
f59b9e933e
Fix legacy tick handling
Dean Herbert
·
2019-03-08 19:57:30 +09:00
355705f0a5
Apply review
Dean Herbert
·
2019-03-08 15:14:57 +09:00
973f29b765
Move cursor construction to BDL
Dean Herbert
·
2019-03-08 15:01:45 +09:00
a73e3d9700
Split out consumption and creation into two separate code paths
Dean Herbert
·
2019-03-08 14:59:45 +09:00
2c98ba1c0c
Merge remote-tracking branch 'upstream/master' into cursor-in-playfield
Dean Herbert
·
2019-03-08 14:50:46 +09:00
3ccc76e18f
Merge branch 'master' into fix-cursor-in-scale-container
Dan Balasescu
·
2019-03-08 12:43:57 +09:00
d1c18c52ab
Merge branch 'master' into fix-autoplay-tests
Dan Balasescu
·
2019-03-08 12:14:40 +09:00
101009c92e
Fix autoplay tests not working
Dean Herbert
·
2019-03-07 18:34:56 +09:00
1f44dde96b
Adjust with shader changes
smoogipoo
·
2019-03-07 18:30:18 +09:00
04d756524d
Revert some unnecessary changes
Dean Herbert
·
2019-03-06 17:41:54 +09:00
62716851a1
First
Previous
1
2
3
4
5
...
Next
Last