Dan Balasescu
|
fc079ad8cf
|
Refactor to reduce nested conditions
|
2022-06-01 09:51:06 +09:00 |
|
Dan Balasescu
|
a434cc14a4
|
Apply code reviews
|
2022-06-01 09:34:46 +09:00 |
|
Bartłomiej Dach
|
655a8fb4a2
|
Merge pull request #18504 from peppy/editor-waveform-main-row-background
Add background to main waveform row
|
2022-05-31 21:25:18 +02:00 |
|
Dean Herbert
|
bc22079fdc
|
Fix row selected colour flicker when changing offset rapidly
|
2022-05-31 22:02:30 +09:00 |
|
Dean Herbert
|
8240b645b4
|
Copy attribute types from currently selected control point to new placements
|
2022-05-31 21:50:12 +09:00 |
|
Dean Herbert
|
f99bcb23a0
|
Automatically make first control point added to beatmap have timing data
|
2022-05-31 21:50:08 +09:00 |
|
Dean Herbert
|
a940676fc2
|
Add adjustment buttons
|
2022-05-31 21:31:20 +09:00 |
|
Dan Balasescu
|
eaeb66547e
|
Revert comment removal
|
2022-05-31 19:58:45 +09:00 |
|
Dan Balasescu
|
13d85b8cc7
|
Merge branch 'scoreprocessor-cleanup' into multiplayer-leaderboard-user-mods-2
|
2022-05-31 19:53:37 +09:00 |
|
Dan Balasescu
|
1e0ee1b214
|
Expose MaximumScoringValues for user consumption
|
2022-05-31 19:49:37 +09:00 |
|
Dan Balasescu
|
93240073a6
|
Rename field + rewrite xmldoc a bit
|
2022-05-31 19:40:07 +09:00 |
|
Dan Balasescu
|
28d8799e11
|
Add overloads to + document + expose ExtractScoringValues
|
2022-05-31 19:40:07 +09:00 |
|
Dan Balasescu
|
d6d56ee22d
|
Fix unintentional truncation
|
2022-05-31 19:40:07 +09:00 |
|
Dan Balasescu
|
44ca350822
|
Reset minimal scoring values from frames
|
2022-05-31 19:40:07 +09:00 |
|
Dan Balasescu
|
20988be6bb
|
Fix incorrect value
|
2022-05-31 19:40:07 +09:00 |
|
Dan Balasescu
|
6ccdb61853
|
Use new ComputeScore() overload in more cases
|
2022-05-31 19:40:02 +09:00 |
|
Dan Balasescu
|
2289812801
|
Add method to compute score from ScoringValues
|
2022-05-31 19:39:53 +09:00 |
|
Dan Balasescu
|
a809a19eec
|
Remove getBonusScore()
|
2022-05-31 19:39:42 +09:00 |
|
Dan Balasescu
|
d0e3e50ca7
|
Extract score statistics directly into ScoringValues
|
2022-05-31 19:39:42 +09:00 |
|
Dan Balasescu
|
af0f934e1a
|
Move raw ScoreProcessor values into ScoringValues struct
|
2022-05-31 19:39:38 +09:00 |
|
Dean Herbert
|
475cc8174f
|
Fix off-by-one display issue when adjusting offset
|
2022-05-31 18:41:44 +09:00 |
|
Dean Herbert
|
94194a04f2
|
Animate adjustments
|
2022-05-31 18:41:44 +09:00 |
|
Dean Herbert
|
51014b8748
|
Ensure offset changes are correctly tracked by the display, even when locked
|
2022-05-31 18:41:44 +09:00 |
|
Dean Herbert
|
c8f21ee8b2
|
Change WaveformComparisonDisplay to centre around a time offset rather than beat
|
2022-05-31 18:41:44 +09:00 |
|
Dean Herbert
|
6bc68ada43
|
Add ability to lock the WaveformComparison display to a current location
|
2022-05-31 18:41:44 +09:00 |
|
Dean Herbert
|
c0804803fd
|
Add background to main waveform row
|
2022-05-31 18:35:52 +09:00 |
|
Dean Herbert
|
655780fd98
|
Fix regression in bpm textbox binding logic
|
2022-05-31 18:27:18 +09:00 |
|
Dan Balasescu
|
132c94c1b5
|
Remove Ruleset parameter from ResetFromReplayFrame()
|
2022-05-31 17:16:23 +09:00 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
9746cbb161
|
Ensure rows have loaded before attempting to click them
|
2022-05-31 15:54:07 +09:00 |
|
Dean Herbert
|
ebb83a5e49
|
Add TODO about scroll behaviour which is missing
|
2022-05-31 15:10:55 +09:00 |
|
Dean Herbert
|
cf5da44492
|
Add automatic control point tracking to the timing screen
|
2022-05-31 15:00:30 +09:00 |
|
Dean Herbert
|
27efeb7d4e
|
Fix TimingSection performing a beatmap save when switching bound timing points
|
2022-05-31 14:58:49 +09:00 |
|
Dean Herbert
|
f7110116de
|
Only display exclusive fullscreen hinting on windows
|
2022-05-31 14:04:56 +09:00 |
|
Dean Herbert
|
53844d3df1
|
Refactor settings item "warning" text to allow non-warning state
|
2022-05-31 14:01:42 +09:00 |
|
Dean Herbert
|
477e520766
|
Add comment regarding deadlock avoidance
|
2022-05-31 12:24:44 +09:00 |
|
Dean Herbert
|
c892aed797
|
Merge branch 'master' into fix-dummmy-api-request-firing-2
|
2022-05-31 12:23:26 +09:00 |
|
Dan Balasescu
|
7caf4c1ac1
|
Merge branch 'master' into detect-exclusive-fullscreen
|
2022-05-31 11:02:16 +09:00 |
|
Dan Balasescu
|
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 |
|
Dan Balasescu
|
99ee3a7d8d
|
Merge branch 'master' into detect-exclusive-fullscreen
|
2022-05-31 09:42:42 +09:00 |
|
tornac1234
|
bcee9ac438
|
Removed IAPIProvider from load and unified it's usage
|
2022-05-30 23:32:55 +02:00 |
|
tornac1234
|
80fa90f65d
|
Removed a useless branch in the statistics request
|
2022-05-30 23:23:54 +02:00 |
|
tornac1234
|
bc1b20291b
|
Revert "Show beatmap star rating in RPC"
This reverts commit a3f5e2458d .
|
2022-05-30 23:12:39 +02:00 |
|
rootcan
|
6fc55a62bf
|
Merge branch 'master' into discord-rpc
|
2022-05-30 22:45:44 +02:00 |
|
tornac1234
|
a3f5e2458d
|
Show beatmap star rating in RPC
|
2022-05-30 22:39:49 +02:00 |
|
tornac1234
|
0d7fa3b55c
|
Added rulesets rankings updating for Discord RPC
|
2022-05-30 22:39:23 +02:00 |
|
Dean Herbert
|
1d5a156c15
|
Merge pull request #18427 from sw1tchbl4d3r/currently_playing_search
Add search bar for the `CurrentlyPlayingDisplay`
|
2022-05-30 23:03:00 +09:00 |
|
Dean Herbert
|
d6b18d87b8
|
Update framework
|
2022-05-30 20:22:26 +09:00 |
|
Dean Herbert
|
82a1ba1d46
|
Use pooled memory for memory copies performed by ZipArchiveReader
|
2022-05-30 20:22:26 +09:00 |
|
Dan Balasescu
|
dd6539f01f
|
Merge branch 'master' into fix-dummmy-api-request-firing-2
|
2022-05-30 19:39:54 +09:00 |
|