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-16 04:52:35 +08:00
Code
Issues
Releases
Wiki
Activity
19,824
Commits
4
Branches
791
Tags
6539c6da170a3202fbb2818ec96b184e3a97a5ea
Commit Graph
36 Commits
Apply more missed cases
Dean Herbert
·
2019-04-01 12:44:46 +09:00
c39c37a18d
Adjust namespaces
smoogipoo
·
2019-02-21 19:05:52 +09:00
d8c55bc729
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
Move rest of ScrollingPlayfield into ScrollingRulesetContainer
smoogipoo
·
2018-11-12 17:34:35 +09:00
10543cf1b6
Move ScrollAlgorithm inside IScrollingInfo
smoogipoo
·
2018-11-12 17:34:35 +09:00
e7969ecec7
Move scroll direction to scrollinginfo
smoogipoo
·
2018-11-12 17:34:35 +09:00
ad45bc7666
Remove unused code
smoogipoo
·
2018-11-12 17:34:35 +09:00
48486895ba
Move IScrollAlgorithm to ScrollingRulesetContainer + use DI
smoogipoo
·
2018-11-12 17:34:35 +09:00
7f0f143a1b
ScrollAlgorithm -> ScrollVisualisationMethod
smoogipoo
·
2018-11-12 17:26:37 +09:00
aee7a80e71
Adjust namespaces
smoogipoo
·
2018-11-08 14:04:21 +09:00
33056b8098
Rename IScrollChangeVisualiser -> IScrollAlgorithm
smoogipoo
·
2018-11-08 14:04:21 +09:00
f66a9f4f1e
Fix height being set instead of width
smoogipoo
·
2018-11-08 14:04:20 +09:00
2f87f267a3
Give visualiser methods range+length params again
smoogipoo
·
2018-11-08 14:04:20 +09:00
195f82fa96
Reorder params
smoogipoo
·
2018-11-08 14:04:20 +09:00
76ea314c27
Remove state computation + updates from ISpeedChangeVisualiser
smoogipoo
·
2018-11-08 14:04:20 +09:00
589c3a47e2
Expose basic values from ISpeedChangeVisualiser
smoogipoo
·
2018-11-08 14:04:20 +09:00
0bdeebbce2
Move readonly field above ctor
Dan Balasescu
·
2018-09-20 13:17:17 +09:00
4b907336c5
CI
Hanamuke
·
2018-09-19 18:43:39 +02:00
309d8c8cb4
Remove ScrollingVisualisation from settings
Hanamuke
·
2018-09-19 18:30:25 +02:00
e7d78b94ae
Implement ConstantScrollingSpeedVisualiser
Hanamuke
·
2018-09-18 20:21:10 +02:00
e3cc25a96a
Add mania direction to settings
smoogipoo
·
2018-06-11 14:36:19 +09:00
f49b7d6e16
ComputePositions -> UpdatePositions
smoogipoo
·
2018-04-20 14:22:48 +09:00
11b943c820
Normalize all the line endings
Dean Herbert
·
2018-04-13 18:26:38 +09:00
32a74f95a5
Cleanup
smoogipoo
·
2018-01-12 17:19:59 +09:00
8a04c954a9
Better namings for the speed change "algorithms"
smoogipoo
·
2018-01-12 17:18:34 +09:00
441e8aced5
Add some comments
smoogipoo
·
2018-01-12 13:06:17 +09:00
4b2d971b00
Fix license headers
smoogipoo
·
2018-01-11 12:39:06 +09:00
6a5a3b01b2
Add scrolling algorithm to global settings
smoogipoo
·
2018-01-08 11:34:37 +09:00
c4d1922c8b
Split out scrolling algorithm
smoogipoo
·
2018-01-07 13:23:16 +09:00
117ab8a26d
Fix up precision + sizing issues
smoogipoo
·
2018-01-07 11:33:59 +09:00
98fd4f6ff2
Use DP for most of the code to avoid unnecessary computations
smoogipoo
·
2018-01-05 20:56:21 +09:00
7526225282
Initial implementation of the new (old) mania scrolling calculations
smoogipoo
·
2018-01-05 20:18:18 +09:00
5d12682e83
Give hitobjects lifetimes
smoogipoo
·
2018-01-05 15:48:19 +09:00
d2b135d2a8
Fix swells not stopping at the hit position
smoogipoo
·
2018-01-04 21:45:29 +09:00
add68ff068
Add a way to calculate length of IHasEndTime objects
smoogipoo
·
2018-01-04 20:56:18 +09:00
585df22c88
Re-namespace files
smoogipoo
·
2018-01-04 19:22:15 +09:00
a7aab21a29