Dean Herbert
|
9bb32f0914
|
Merge branch 'master' into move-cache-logic-to-base-impl
|
2020-11-06 16:56:35 +09:00 |
|
Dean Herbert
|
c5b172d0dd
|
Remove synchronous lookup path from BeatmapDifficultyCache
|
2020-11-06 14:53:15 +09:00 |
|
Dan Balasescu
|
972fc54c2d
|
Merge pull request #10710 from peppy/user-id-as-int
Use int instead of long for user_id fields for now
|
2020-11-06 14:35:14 +09:00 |
|
Dean Herbert
|
07166ec819
|
Fix a couple of remaining unnecessary casts
|
2020-11-06 13:29:47 +09:00 |
|
Dean Herbert
|
0103b12575
|
Add basic base class to begin to standardise function across caching components
|
2020-11-06 13:26:39 +09:00 |
|
Dean Herbert
|
14bb079feb
|
Rename ScorePerformanceManager to ScorePerformanceCache
|
2020-11-06 13:15:33 +09:00 |
|
Dean Herbert
|
5113d4af8f
|
Rename BeatmapDifficultyManager to BeatmapDifficultyCache
|
2020-11-06 13:14:29 +09:00 |
|
Dan Balasescu
|
3322c2bbc5
|
Merge branch 'master' into ios-editor-crash-fix
|
2020-11-04 15:56:40 +09:00 |
|
Dean Herbert
|
487a5ecdba
|
Replace all usage of IBindableList.GetBoundCopy
|
2020-11-04 15:29:14 +09:00 |
|
Dan Balasescu
|
42c543f5b9
|
Merge branch 'master' into fix-editor-play-after-drag
|
2020-11-04 14:45:20 +09:00 |
|
Dan Balasescu
|
98c992004b
|
Merge pull request #10660 from peppy/fix-song-select-first-track-looping
Fix looping mode not being set on first track after entering song select
|
2020-11-04 14:37:27 +09:00 |
|
Dan Balasescu
|
c6779b414e
|
Merge pull request #10611 from peppy/spectator-listing
Add "currently playing" player listing and spectator UI flow
|
2020-11-04 14:08:11 +09:00 |
|
Dean Herbert
|
cfe3218239
|
Move scheduler call to inside method itself for added safety
|
2020-11-04 10:23:06 +09:00 |
|
Dean Herbert
|
29e8e5ab94
|
Merge branch 'master' into fix-load-async-after-disposal-beatmap-wedge
|
2020-11-04 10:23:05 +09:00 |
|
Dean Herbert
|
9dc2ca666d
|
Merge branch 'master' into spectator-listing
|
2020-11-04 09:30:15 +09:00 |
|
Bartłomiej Dach
|
3bb86ce127
|
Merge branch 'master' into editor-waveform-opacity
|
2020-11-03 23:04:19 +01:00 |
|
Bartłomiej Dach
|
13f729916a
|
Merge branch 'master' into editor-timeline-scroll-mousewheel
|
2020-11-03 22:27:35 +01:00 |
|
Bartłomiej Dach
|
ddf0d75c38
|
Don't fall through to seek if handling zoom
|
2020-11-03 21:49:21 +01:00 |
|
Bartłomiej Dach
|
4b528e80d0
|
Use AltPressed shorthand
|
2020-11-03 21:49:04 +01:00 |
|
Bartłomiej Dach
|
18428dff8e
|
Ensure hotkey actions are executable in handler
|
2020-11-03 18:01:12 +01:00 |
|
Dean Herbert
|
83c004bbde
|
Add key bindings for flip and reverse patterns
|
2020-11-03 21:10:31 +09:00 |
|
Dean Herbert
|
1b2bd6a8c9
|
Remove redundant base call
|
2020-11-03 20:10:13 +09:00 |
|
Dean Herbert
|
3e29e468ea
|
Ensure "start watching" button starts in a disabled state
|
2020-11-03 20:06:42 +09:00 |
|
Dean Herbert
|
a3c67aabe2
|
Merge branch 'master' into spectator-listing
|
2020-11-03 19:56:25 +09:00 |
|
Dean Herbert
|
d788931661
|
Fix LoadComponentAsync calls potentially occuring after beatmap wedge disposal
As seen in https://ci.appveyor.com/project/peppy/osu/builds/36109658/tests.
Also adds cancellation logic for good measure.
|
2020-11-03 19:53:45 +09:00 |
|
Dean Herbert
|
df9ff76f23
|
Reduce assert to guard in the outwards direction
|
2020-11-03 16:49:13 +09:00 |
|
Dean Herbert
|
f701a38e20
|
Merge branch 'master' into fix-song-select-first-track-looping
|
2020-11-03 16:48:20 +09:00 |
|
Dean Herbert
|
c2ffc18379
|
Change editor timeline mouse wheel handling to scroll by default (and zoom with alt held)
|
2020-11-03 16:30:11 +09:00 |
|
Dean Herbert
|
0dcb4ea441
|
Add handling of opacity to timeline waveform display
|
2020-11-03 16:07:01 +09:00 |
|
Dean Herbert
|
7e4314684b
|
Add editor waveform opacity selection to menu
|
2020-11-03 16:01:14 +09:00 |
|
Dean Herbert
|
6bf35d5767
|
Fix editor menu not supporting stateful item drawables
|
2020-11-03 16:00:07 +09:00 |
|
Dean Herbert
|
34aa59f237
|
Fix editor clock not always remaining stopped when dragging timeline
Closes https://github.com/ppy/osu/issues/10461.
|
2020-11-03 15:00:01 +09:00 |
|
Dean Herbert
|
ab308d28d2
|
Debounce calls to UpdateTernaryStates
Just something I noticed in passing recently which may help with
reducing performance overhead of some batch operations.
|
2020-11-03 01:08:36 +09:00 |
|
Dean Herbert
|
d5c95a8b46
|
Centralise into methods and add assertions for safety
|
2020-11-03 00:45:55 +09:00 |
|
Dean Herbert
|
c3d3856a64
|
Fix looping mode not being set on first track after entering song select
Closes #10656.
|
2020-11-02 23:51:02 +09:00 |
|
smoogipoo
|
3956a0669a
|
Fix editor seek transform seeking too much
|
2020-11-02 21:08:58 +09:00 |
|
smoogipoo
|
6f623d8cca
|
Rename IsUserPaused -> UserPauseRequested
|
2020-11-02 16:08:59 +09:00 |
|
Dean Herbert
|
414f65c1ef
|
Merge branch 'master' into spectator-listing
|
2020-11-02 15:48:21 +09:00 |
|
Dean Herbert
|
8adf146f53
|
Merge pull request #10640 from bdach/fix-music-paused-on-multi-exit
|
2020-11-02 15:46:19 +09:00 |
|
Dean Herbert
|
ab9e0aac58
|
Merge pull request #10258 from Game4all/results-dynamic-pp-calc
|
2020-11-02 15:40:55 +09:00 |
|
Dean Herbert
|
8f2cd0e8c5
|
Add matching requestedByUser parameter to Play method
|
2020-11-02 15:01:30 +09:00 |
|
Dean Herbert
|
d2f6303988
|
Change default value of requestedByUser to false
|
2020-11-02 14:56:50 +09:00 |
|
Dean Herbert
|
ecad85b5f5
|
Merge branch 'master' into fix-music-paused-on-multi-exit
|
2020-11-02 14:55:15 +09:00 |
|
Dan Balasescu
|
04178e9458
|
Merge branch 'master' into spectator-replay-watcher
|
2020-11-02 14:54:51 +09:00 |
|
Dean Herbert
|
73b290aca3
|
Merge branch 'master' into results-dynamic-pp-calc
|
2020-11-02 14:47:33 +09:00 |
|
smoogipoo
|
bd7c3d0d9f
|
Merge branch 'master' into results-screen-applause
|
2020-11-02 13:38:19 +09:00 |
|
Dan Balasescu
|
1b53e6c782
|
Merge branch 'master' into sample-lookup-improvements
|
2020-11-02 13:04:35 +09:00 |
|
Dan Balasescu
|
8a768669ad
|
Merge pull request #10606 from FamousPig/fix-timeline-drag-select-weirdness
Fix timeline zoom during drag-select causing unexpected behaviour
|
2020-11-02 13:04:26 +09:00 |
|
Dean Herbert
|
6cfaee0f0b
|
Merge pull request #10631 from bdach/shift-delete-all-selected
|
2020-11-02 12:04:58 +09:00 |
|
Dean Herbert
|
6e2d722b8a
|
Merge pull request #10649 from ppy/dependabot/nuget/Microsoft.CodeAnalysis.FxCopAnalyzers-3.3.1
|
2020-11-02 11:52:38 +09:00 |
|