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-26 10:10:19 +08:00
Code
Issues
Releases
Wiki
Activity
33,411
Commits
4
Branches
797
Tags
6eddd76bdcd3917854d8a2eb3e13cf4fc04094bd
Commit Graph
2689 Commits
Simplify FramedReplayInputHandler's SetFrame implementation
Dean Herbert
·
2020-10-28 16:03:23 +09:00
6eddd76bdc
Merge branch 'frame-stability-clean-up' into spectator-replay-watcher
Dean Herbert
·
2020-10-28 15:34:46 +09:00
09da75b143
Simplify state changes further
Dean Herbert
·
2020-10-28 15:32:20 +09:00
2b1e79a4e8
Restore previous directionality logic to avoid logic differences
Dean Herbert
·
2020-10-28 15:31:57 +09:00
c9515653b3
Merge branch 'frame-stability-clean-up' into spectator-replay-watcher
Dean Herbert
·
2020-10-28 15:26:02 +09:00
77d807d0f5
Remove try-finally
Dean Herbert
·
2020-10-28 15:16:56 +09:00
59e9c2639a
Extract out frame stability state into enum for (hopefully) better clarity
Dean Herbert
·
2020-10-28 15:15:15 +09:00
a06516c900
Split out replay update method
Dean Herbert
·
2020-10-28 15:14:06 +09:00
8c9bda2ded
Split out frame stability calculation to own method
Dean Herbert
·
2020-10-28 15:14:06 +09:00
9b9a41596f
Make direction setting more clear
Dean Herbert
·
2020-10-28 14:35:42 +09:00
3e5322541d
Fix gameplay proceeding when no frames have been received yet
Dean Herbert
·
2020-10-27 18:58:37 +09:00
b3d793a505
Add sane pausing logic
Dean Herbert
·
2020-10-27 18:58:37 +09:00
851d45d2eb
Allow FrameStabilityContainer to handle waiting-for-data state better (and pause outwards)
Dean Herbert
·
2020-10-27 18:58:37 +09:00
9e6b0a42ec
Ensure frames arrive
Dean Herbert
·
2020-10-27 18:58:37 +09:00
400542bc0b
Use previous logic for catching-up mode
Dean Herbert
·
2020-10-27 17:14:41 +09:00
b8beac27ce
Fix non-matching filename
Dean Herbert
·
2020-10-27 14:23:24 +09:00
09087faf3b
Use bindable flow instead
Dean Herbert
·
2020-10-27 14:10:12 +09:00
9cfb81589e
Move sample pausing logic out of FrameStabilityContainer
Dean Herbert
·
2020-10-27 13:54:33 +09:00
6853da459d
Fix mania crashing due to spectator client handling frames with unconverted beatmap
Bartłomiej Dach
·
2020-10-27 00:35:25 +01:00
7392876b5f
Add spectator state object support
Dean Herbert
·
2020-10-22 17:48:15 +09:00
05697dfe68
Add begin/end session logic
Dean Herbert
·
2020-10-22 17:48:15 +09:00
96049c39c9
Send frames to streaming client from replay recorder
Dean Herbert
·
2020-10-22 17:48:15 +09:00
175fd512b0
Remove unused using
Dean Herbert
·
2020-10-20 15:06:31 +09:00
411ae38605
Add some simple border styles
Dean Herbert
·
2020-10-20 13:59:03 +09:00
267b399f9f
Move editor playfield border locally to osu! composer
Bartłomiej Dach
·
2020-10-19 21:20:13 +02:00
7c388f1132
Move border to more appropriate namespace
Bartłomiej Dach
·
2020-10-19 20:56:34 +02:00
4267d23d59
Fix code style issues & compilation failures
Bartłomiej Dach
·
2020-10-19 20:22:48 +02:00
053c7a69a6
Merge branch 'master' into visible-playfield-boundary
Dean Herbert
·
2020-10-19 18:05:28 +09:00
22bde43106
Merge branch 'master' into score-test
Dan Balasescu
·
2020-10-19 15:55:52 +09:00
fe51236c00
Fix key counter actions displaying out of order
Bartłomiej Dach
·
2020-10-18 19:21:36 +02:00
5b96f01564
Replace with local tolist
smoogipoo
·
2020-10-16 23:40:44 +09:00
6385d5f369
Silence EF warning due to ordinal being unsupported
smoogipoo
·
2020-10-16 23:31:37 +09:00
81cc5e1c42
Use char overloads for string methods
Berkan Diler
·
2020-10-16 11:52:29 +02:00
fe3a23750c
Add missing string function ordinal specifications
Dean Herbert
·
2020-10-16 12:49:31 +09:00
cc41845f56
Merge branch 'master' into skin-disabler-refactor
Dan Balasescu
·
2020-10-15 18:32:50 +09:00
5640d33d1a
Merge branch 'master' into fix-mania-diffcalc
Dean Herbert
·
2020-10-14 23:49:14 +09:00
ef2e2894a2
Merge pull request
#10503
from smoogipoo/fix-mod-combinations
Fix MultiMod difficulty calculator combinations not generating correctly
Dean Herbert
·
2020-10-14 23:42:59 +09:00
1684c4f412
Merge branch 'master' into fix-multimod-copy
Dean Herbert
·
2020-10-14 22:29:38 +09:00
8b864c8c22
Remove unused usings
smoogipoo
·
2020-10-14 20:08:46 +09:00
ed57b1363f
Fix same-type incompatibility through multimod
smoogipoo
·
2020-10-14 19:53:37 +09:00
c4fdd35223
Move ISampleDisabler implementation to Player and FrameStabilityContainer
Dean Herbert
·
2020-10-14 19:39:48 +09:00
e3eaba7b2c
Refactor generation
smoogipoo
·
2020-10-14 19:32:30 +09:00
e9ebeedbe2
Fix multimod difficulty combinations not generating correctly
smoogipoo
·
2020-10-14 19:03:11 +09:00
d7a52e97ff
Fix MultiMod throwing exceptions when creating copies
smoogipoo
·
2020-10-14 18:12:19 +09:00
f04aec538f
Merge branch 'master' into fix-mania-diffcalc
Dean Herbert
·
2020-10-14 15:26:32 +09:00
207c409792
Merge branch 'master' into fix-early-break-cull
Bartłomiej Dach
·
2020-10-13 18:02:08 +02:00
1af17fbd5e
More/better commenting
smoogipoo
·
2020-10-12 19:22:34 +09:00
372761a46f
Fix implicit segments not being constructed correctly
smoogipoo
·
2020-10-12 19:16:37 +09:00
eb4ef157ca
Fix multi-segment sliders not parsing correctly
smoogipoo
·
2020-10-12 18:04:28 +09:00
48c0ae40ef
Expose sorting of hitobjects
smoogipoo
·
2020-10-09 21:43:46 +09:00
8f37d2290a
First
Previous
1
2
3
4
5
...
Next
Last