bc22079fdc
Fix row selected colour flicker when changing offset rapidly
2022-05-31 22:02:30 +09:00
8240b645b4
Copy attribute types from currently selected control point to new placements
2022-05-31 21:50:12 +09:00
f99bcb23a0
Automatically make first control point added to beatmap have timing data
2022-05-31 21:50:08 +09:00
a940676fc2
Add adjustment buttons
2022-05-31 21:31:20 +09:00
1e0ee1b214
Expose MaximumScoringValues for user consumption
2022-05-31 19:49:37 +09:00
93240073a6
Rename field + rewrite xmldoc a bit
2022-05-31 19:40:07 +09:00
28d8799e11
Add overloads to + document + expose ExtractScoringValues
2022-05-31 19:40:07 +09:00
d6d56ee22d
Fix unintentional truncation
2022-05-31 19:40:07 +09:00
44ca350822
Reset minimal scoring values from frames
2022-05-31 19:40:07 +09:00
20988be6bb
Fix incorrect value
2022-05-31 19:40:07 +09:00
6ccdb61853
Use new ComputeScore() overload in more cases
2022-05-31 19:40:02 +09:00
2289812801
Add method to compute score from ScoringValues
2022-05-31 19:39:53 +09:00
a809a19eec
Remove getBonusScore()
2022-05-31 19:39:42 +09:00
d0e3e50ca7
Extract score statistics directly into ScoringValues
2022-05-31 19:39:42 +09:00
af0f934e1a
Move raw ScoreProcessor values into ScoringValues struct
2022-05-31 19:39:38 +09:00
475cc8174f
Fix off-by-one display issue when adjusting offset
2022-05-31 18:41:44 +09:00
94194a04f2
Animate adjustments
2022-05-31 18:41:44 +09:00
51014b8748
Ensure offset changes are correctly tracked by the display, even when locked
2022-05-31 18:41:44 +09:00
c8f21ee8b2
Change WaveformComparisonDisplay
to centre around a time offset rather than beat
2022-05-31 18:41:44 +09:00
6bc68ada43
Add ability to lock the WaveformComparison
display to a current location
2022-05-31 18:41:44 +09:00
c0804803fd
Add background to main waveform row
2022-05-31 18:35:52 +09:00
655780fd98
Fix regression in bpm textbox binding logic
2022-05-31 18:27:18 +09:00
132c94c1b5
Remove Ruleset parameter from ResetFromReplayFrame()
2022-05-31 17:16:23 +09:00
79a17fc86a
Merge pull request #17591 from hlysine/random-mod-slider-rotation
...
Allow object generation algorithm to rotate sliders
2022-05-31 15:57:26 +09:00
9746cbb161
Ensure rows have loaded before attempting to click them
2022-05-31 15:54:07 +09:00
ebb83a5e49
Add TODO about scroll behaviour which is missing
2022-05-31 15:10:55 +09:00
cf5da44492
Add automatic control point tracking to the timing screen
2022-05-31 15:00:30 +09:00
27efeb7d4e
Fix TimingSection
performing a beatmap save when switching bound timing points
2022-05-31 14:58:49 +09:00
f7110116de
Only display exclusive fullscreen hinting on windows
2022-05-31 14:04:56 +09:00
53844d3df1
Refactor settings item "warning" text to allow non-warning state
2022-05-31 14:01:42 +09:00
477e520766
Add comment regarding deadlock avoidance
2022-05-31 12:24:44 +09:00
c892aed797
Merge branch 'master' into fix-dummmy-api-request-firing-2
2022-05-31 12:23:26 +09:00
7caf4c1ac1
Merge branch 'master' into detect-exclusive-fullscreen
2022-05-31 11:02:16 +09:00
0141958be6
Merge pull request #18497 from peppy/zip-archive-reader-avoid-memcpy
...
Use pooled memory for memory copies performed by `ZipArchiveReader`
2022-05-31 11:01:57 +09:00
99ee3a7d8d
Merge branch 'master' into detect-exclusive-fullscreen
2022-05-31 09:42:42 +09:00
1d5a156c15
Merge pull request #18427 from sw1tchbl4d3r/currently_playing_search
...
Add search bar for the `CurrentlyPlayingDisplay`
2022-05-30 23:03:00 +09:00
d6b18d87b8
Update framework
2022-05-30 20:22:26 +09:00
82a1ba1d46
Use pooled memory for memory copies performed by ZipArchiveReader
2022-05-30 20:22:26 +09:00
dd6539f01f
Merge branch 'master' into fix-dummmy-api-request-firing-2
2022-05-30 19:39:54 +09:00
17174a7b09
Ensure some results have been loaded in playlist results screen tests
...
Basically, the failing delayed test would fire two web requests during
the proceedings. In unfortunate timing, the first would succeed and the
test would think "everything is okay", but the actual request loading
results has not yet run.
This check ensures *something* is loaded, which seems to be enough to
make things reliable.
2022-05-30 19:29:16 +09:00
98fe0cf3d5
Merge pull request #18495 from peppy/rename-chat-overlay
...
Remove "V2" suffix from `ChatOverlay` components
2022-05-30 18:45:02 +09:00
0981d415a1
Select correct channel regardless of load order
2022-05-30 17:57:48 +09:00
dcc53fbd47
Merge branch 'rename-chat-overlay' into fix-dummmy-api-request-firing-2
2022-05-30 17:56:12 +09:00
f65d2db77f
Remove "V2" suffix from ChatOverlay
components
2022-05-30 17:54:09 +09:00
5f9a69e5c2
Add localisation
2022-05-30 17:19:03 +09:00
dea7a27553
Adjust wording, add text for capable state
2022-05-30 17:18:29 +09:00
9e678101cf
Merge pull request #18442 from jai-x/new-chat-announce-channel
...
Display Announce type channels separately in new chat overlay
2022-05-30 16:53:15 +09:00
5478ac21ea
Merge branch 'master' into currently_playing_search
2022-05-30 16:48:53 +09:00
f935f034c2
Ensure request handling for OnlinePlayTestScene
runs in a scheduled fashion
2022-05-30 16:33:07 +09:00
c18dd8c8fb
Ensure Queue
operations on DummyAPIAccess
are performed on the update thread
2022-05-30 16:32:44 +09:00