Dean Herbert
|
f9dd5bd828
|
Remove unused constant
|
2023-12-06 13:39:59 +09:00 |
|
Dean Herbert
|
0af16732b8
|
Change default slider velocity to 1.4
This is the default in osu!stable and plays better than 1.0.
|
2023-12-06 13:38:46 +09:00 |
|
Dean Herbert
|
4da6d53c72
|
Merge pull request #25672 from frenzibyte/fix-argon-health-display-2
Fix `ArgonHealthDisplay` sometimes behaving weirdly on miss judgements (alternative)
|
2023-12-06 12:24:39 +09:00 |
|
Dean Herbert
|
8afa88eae0
|
Merge pull request #25683 from POeticPotatoes/master
Remove hover checks for mod-copying menu item
|
2023-12-06 11:42:21 +09:00 |
|
POeticPotatoes
|
07f9f5c6d8
|
Remove hover checks for mod-copying menu item
|
2023-12-06 06:33:25 +08:00 |
|
Salman Ahmed
|
c55bfc03ee
|
Move private method
|
2023-12-05 22:06:53 +03:00 |
|
Salman Ahmed
|
20fd458fac
|
Perserve miss animation when followed by a hit at same frame
|
2023-12-05 21:59:28 +03:00 |
|
Salman Ahmed
|
986f4fa407
|
Add test scenarios for same-frame judgements
|
2023-12-05 21:59:28 +03:00 |
|
Salman Ahmed
|
9496cdf42b
|
Add explanatory note for scheduling
|
2023-12-05 21:59:28 +03:00 |
|
Salman Ahmed
|
927cfe4257
|
Fix health processor event leaks
|
2023-12-05 21:59:28 +03:00 |
|
Bartłomiej Dach
|
88095aaefa
|
Merge pull request #25637 from smoogipoo/multiplayer-abort
Add ability for the host to abort an in-progress match
|
2023-12-05 13:51:00 +01:00 |
|
Bartłomiej Dach
|
4644c4e7a2
|
Remove unused class
|
2023-12-05 12:43:32 +01:00 |
|
Bartłomiej Dach
|
566d336470
|
Merge pull request #25679 from peppy/song-select-search-performance
Improve song select search performance
|
2023-12-05 11:06:31 +01:00 |
|
Dean Herbert
|
8704dc3505
|
Fix change in filter behaviour
|
2023-12-05 18:20:27 +09:00 |
|
Dean Herbert
|
5a2240838b
|
Merge branch 'master' into multiplayer-abort
|
2023-12-05 17:01:54 +09:00 |
|
Dean Herbert
|
02178d8e61
|
Remove usage of case-when
|
2023-12-05 16:58:16 +09:00 |
|
Dean Herbert
|
f317e06da1
|
Use DangerousActionDialog
|
2023-12-05 16:54:44 +09:00 |
|
Dean Herbert
|
7b9c9a3bfd
|
Merge pull request #25675 from vegguid/editor-setup-show-filename
Changed the LabelledFileChooser in the setup to show the file name of the file that is was selected
|
2023-12-05 16:38:07 +09:00 |
|
Dean Herbert
|
45e499778f
|
Search terms before performing other criteria checks
Very minor, but putting the more common case towards the
start of the method allows early return.
|
2023-12-05 15:28:56 +09:00 |
|
Dean Herbert
|
42010574b5
|
Avoid list construction when doing filtering
|
2023-12-05 15:26:14 +09:00 |
|
Dean Herbert
|
27e778ae09
|
Avoid sorting items when already in the correct sort order
|
2023-12-05 14:47:32 +09:00 |
|
Dean Herbert
|
7fda38d0b0
|
Use ordinal comparison when searching at song select
Bypasses various overheads. In theory should be fine? (until it's not on some language)
|
2023-12-05 14:14:13 +09:00 |
|
Guido
|
8756dd25c6
|
Changed file chooser in resource selection to show file name when file is selected
|
2023-12-04 22:51:56 +01:00 |
|
Salman Ahmed
|
4d82a55594
|
Remove method for being unused
|
2023-12-04 23:24:28 +03:00 |
|
Salman Ahmed
|
5723715ea0
|
Fix ArgonHealthDisplay sometimes behaving weirdly on miss judgements
|
2023-12-04 23:24:28 +03:00 |
|
Bartłomiej Dach
|
1292c322c0
|
Merge pull request #25671 from Susko3/uncomment-net6.0-code
Uncomment net6.0 code and remove old code in `BeatmapListingOverlay`
|
2023-12-04 21:06:54 +01:00 |
|
Salman Ahmed
|
17577a6606
|
Add visual test case for late miss in argon health display
|
2023-12-04 23:01:11 +03:00 |
|
Susko3
|
0e47492858
|
Uncomment net6.0 code and remove old code
|
2023-12-04 20:17:22 +01:00 |
|
Bartłomiej Dach
|
f0364f01ea
|
Merge pull request #25665 from bdach/skin-editor-breakage
Fix several edge cases in skin editor gameplay scene opening flow
|
2023-12-04 16:48:41 +01:00 |
|
Dean Herbert
|
c5a08a0711
|
Remove unused using statement
|
2023-12-04 23:06:08 +09:00 |
|
Bartłomiej Dach
|
5512298d60
|
Trim unused resolved bindable
|
2023-12-04 15:01:23 +01:00 |
|
Bartłomiej Dach
|
8754fa40f4
|
Source autoplay mod from beatmap about to be presented rather than ambient global
|
2023-12-04 14:42:51 +01:00 |
|
Bartłomiej Dach
|
063694f544
|
Do not attempt to load gameplay scene if current beatmap is dummy
|
2023-12-04 14:42:51 +01:00 |
|
Bartłomiej Dach
|
9d39b70e38
|
Fix endless player not handling load failure
|
2023-12-04 14:42:51 +01:00 |
|
Bartłomiej Dach
|
055fb5bd8f
|
Do not set initial activity in skin editor endless player
Seems like an overreach to say that the user is "watching a replay"
there.
|
2023-12-04 14:42:51 +01:00 |
|
Bartłomiej Dach
|
43312619e3
|
Add test coverage for crashing on wrong ruleset
|
2023-12-04 14:42:51 +01:00 |
|
Bartłomiej Dach
|
7c041df0f1
|
Add test coverage for crashing on dummy beatmap
|
2023-12-04 14:42:42 +01:00 |
|
Bartłomiej Dach
|
d3e94cd5bf
|
Add test coverage for crashing on empty beatmap
|
2023-12-04 14:42:40 +01:00 |
|
Bartłomiej Dach
|
7deff70b4a
|
Extract beatmap import steps from gameplay scene switch helper
|
2023-12-04 13:34:36 +01:00 |
|
Dean Herbert
|
36b1369a4e
|
Merge pull request #25636 from Susko3/fix-older-android-storage
Request `READ_EXTERNAL_STORAGE` on older android versions
|
2023-12-04 12:11:08 +09:00 |
|
Dean Herbert
|
c2a4a6d8cb
|
Add inline comment matching framework
|
2023-12-04 12:10:31 +09:00 |
|
Dean Herbert
|
e06d5f5875
|
Merge pull request #25649 from smoogipoo/remove-mania-drain-again
Once again remove Mania passive HP drain
|
2023-12-04 12:03:32 +09:00 |
|
Dan Balasescu
|
8587652869
|
Fix countdown button being enabled
|
2023-12-04 11:00:11 +09:00 |
|
Dan Balasescu
|
9ccd33a1ec
|
Add comments to test
|
2023-12-04 10:20:53 +09:00 |
|
Dan Balasescu
|
c2644a5d5e
|
Correctly implement button enabled state
|
2023-12-04 10:18:37 +09:00 |
|
Dan Balasescu
|
d0acb7f4f9
|
Improve commenting
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2023-12-04 06:08:31 +09:00 |
|
Dan Balasescu
|
230278f2c9
|
Once again remove Mania passive HP drain
|
2023-12-03 01:47:20 +09:00 |
|
Bartłomiej Dach
|
ee2a06be2f
|
Merge pull request #25627 from Susko3/fix-overlapping-chat-links
Fix overlapping chat links crashing the game
|
2023-12-02 16:36:29 +01:00 |
|
Susko3
|
abb4c943a7
|
Rename to more readable names
|
2023-12-01 18:35:57 +01:00 |
|
Bartłomiej Dach
|
30a4e77097
|
Merge branch 'master' into fix-overlapping-chat-links
|
2023-12-01 14:30:55 +01:00 |
|