|
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 |
|
|
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 |
|
|
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 |
|
|
a2a057440e
|
Fail requests taretting the fake API with a more deliberate exception
I think this feels better than relying on some other method to throw an
exception.
|
2022-05-30 16:31:54 +09:00 |
|
|
45841673f6
|
Update OnlineLookupCache to use async version of Perform call
|
2022-05-30 16:13:13 +09:00 |
|
|
be998cdb0a
|
Merge pull request #18477 from frenzibyte/fix-timeline-context-menu
Fix context menu no longer opening for hitobjects in timeline
|
2022-05-30 11:49:06 +09:00 |
|
|
8f596520f3
|
Remove old chat overlay components
|
2022-05-29 20:08:43 +01:00 |
|
|
c892ec83ef
|
Fix wrong sizing of editor timeline ticks
|
2022-05-29 20:15:17 +02:00 |
|
|
e329c160b3
|
Simplify channel retrieval expression
|
2022-05-29 18:58:27 +02:00 |
|
|
e69f8716cd
|
Fix incorrect indent size
|
2022-05-29 18:56:37 +02:00 |
|
|
f9f8a32380
|
Merge branch 'master' into new-chat-announce-channel
|
2022-05-29 18:55:43 +02:00 |
|
|
cee66c51d6
|
Merge branch 'master' into fix-timeline-context-menu
|
2022-05-29 16:06:05 +02:00 |
|
|
70c8a43961
|
Update framework
|
2022-05-29 21:31:20 +09:00 |
|