f65991f31f
Revert some usages based on review feedback
2020-08-26 23:28:58 +09:00
b51db90147
Merge branch 'master' into beatmap-track-rework
2020-08-26 23:20:56 +09:00
f09f882cc7
Add component for displaying simple statistics on result screen
2020-08-25 22:51:40 +02:00
007d878a19
Merge branch 'master' into fix-slider-path-placement-length-limit
2020-08-25 20:59:23 +09:00
127330b8f9
Add 1ms lenience to avoid potential precision issues
2020-08-25 20:57:31 +09:00
6c7475f085
Fix snapped distances potentially exceeding the source distance
...
This results in slider placement including "excess" length, where the
curve is not applied to the placed path. This is generally not what we
want.
I considered adding a bool parameter (or enum) to change the
floor/rounding mode, but on further examination I think this is what we
always expect from this function.
2020-08-25 18:58:01 +09:00
29b4d98aac
Show retry/fail graph when either list is present
2020-08-24 20:41:50 +02:00
cc6ae8e3bd
Fix crash if only one count list is received from API
2020-08-24 20:41:31 +02:00
dca307e933
Use beatmap directly in ReadyButton
2020-08-24 13:02:39 +09:00
122265ff0e
Revert non-track usage
2020-08-22 19:47:08 +09:00
db52260427
Rename and clarify comment regarding "previous" track disposal
2020-08-22 19:44:54 +09:00
b72f06fef6
Centralise and clarify LoadTrack documentation
2020-08-22 19:42:34 +09:00
b5b2e523ad
change switch cases
2020-08-22 12:10:31 +03:00
0b6185cd14
add "hp" filter keyword
2020-08-22 01:09:35 +03:00
f63d1ba612
Remove stray call to LoadTrack that was forgotten
2020-08-21 18:52:53 +09:00
308d9f5967
Ensure locally executed methods are always loaded before propagation
2020-08-21 18:43:58 +09:00
1edafc39ba
Fix intro welcome playing double due to missing conditional
2020-08-21 18:33:24 +09:00
d4a7e8cee8
Merge branch 'fix-double-storyboard-sample-dispose-crash' into beatmap-track-rework
2020-08-21 18:28:31 +09:00
69cb9f3091
Fix potential crash if disposing a DrawableStoryboardSample twice
2020-08-21 18:19:47 +09:00
a47b8222b5
Restore multiplayer to use beatmap track
2020-08-21 17:11:29 +09:00
70697cf1a0
Restore remaining editor components to use Beatmap.Track
2020-08-21 17:11:29 +09:00
3b03116179
Remove unnecessary using statement
2020-08-21 16:45:59 +09:00
0ae460fb8f
Avoid beatmap load call in IntroScreen
2020-08-21 15:50:14 +09:00
f7e4feee34
Update remaining Player components to use WorkingBeatmap again
2020-08-21 15:25:57 +09:00
d2c2e8bbe8
Revert some more usage of MusicController back to WorkingBeatmap
2020-08-21 15:17:21 +09:00
0b0ff62647
Switch timeline to use track directly from beatmap again
2020-08-21 14:49:34 +09:00
526f06be4c
Add back track loaded bool in WorkingBeatmap
2020-08-21 13:53:37 +09:00
357fb3a10e
Merge branch 'master' into beatmap-track-rework
2020-08-21 12:53:09 +09:00
5714c761eb
Merge pull request #9768 from frenzibyte/allow-counter-customize-sprite-text
...
Allow providing custom sprite text for RollingCounter<T>
2020-08-20 00:14:48 +09:00
1badc584f6
Update textbox event names
2020-08-19 22:10:58 +09:00
4397be60e2
Update framework
2020-08-19 21:58:02 +09:00
33e9e518e3
Merge pull request #9911 from Game4all/fix-toolbar-visibility
...
Fix toolbar not respecting current overlay activation mode
2020-08-19 19:49:55 +09:00
3eac81eb52
Merge pull request #9891 from smoogipoo/mania-mod-invert
2020-08-19 19:12:02 +09:00
5737a52fd0
Merge branch 'master' into fix-toolbar-visibility
2020-08-19 19:08:41 +09:00
72f16eb186
Merge pull request #9905 from smoogipoo/fix-holdnote-tick-judgement
2020-08-19 19:07:38 +09:00
0184bee44d
Merge branch 'master' into mania-mod-invert
2020-08-19 18:41:32 +09:00
ee9fa11d14
Use With(s => ...)
extension for better readability
2020-08-19 07:47:02 +03:00
5759ffff6f
Use the property instead of the backing field
2020-08-19 07:45:05 +03:00
8f1a71c6b1
Remove counter sprite attributes for not being of any reasonable use
2020-08-19 07:44:45 +03:00
6aa31dffdb
Fix toolbar not respecting current overlay activation mode.
2020-08-18 15:34:56 +02:00
a4ad0bd174
Ensure 0 score from miss judgements, add test
2020-08-18 19:51:26 +09:00
27cab98c66
Merge pull request #9901 from Joehuu/skip-cutscene-forward-mouse-button
...
Add ability to skip cutscene with forward mouse button
2020-08-18 17:13:36 +09:00
f4f642fbcf
Add ability to skip cutscene with forward mouse button
2020-08-17 23:21:44 -07:00
4d6b52a0d6
Simply condition
...
Co-authored-by: Dean Herbert <pe@ppy.sh >
2020-08-17 23:08:51 -07:00
e0383f6100
Change format of rank tooltip
2020-08-17 22:07:04 -07:00
848f3bbf51
Show tooltip of leaderboard score rank when 1000 or higher
2020-08-17 21:09:55 -07:00
5ade1e8259
Merge branch 'master' into beatmap-track-rework
2020-08-18 13:03:49 +09:00
083bcde3cf
Fix beatmap transfer not working
2020-08-18 13:01:35 +09:00
707912248a
Merge pull request #9889 from peppy/editor-screen-loading-spinner
...
Add loading spinner while editor screen loads
2020-08-18 01:48:33 +09:00
583760100a
Implement mania invert mod
2020-08-18 01:40:55 +09:00