Commit Graph

57270 Commits

Author SHA1 Message Date
eb691266c1 cleanup 2022-11-17 21:50:39 +01:00
53769479c7 oh oops 2022-11-17 21:42:15 +01:00
eb8f6626ab revert changes from GameplayLeaderboard tests 2022-11-17 21:38:09 +01:00
b37e9c0266 Fix news post images never unloading from memory after first display 2022-11-18 00:01:53 +09:00
73e4827d36 Avoid loading overlay headers until first open
Also switches them to use non-atlased target as they won't benefit much
from atlasing.
2022-11-17 23:55:43 +09:00
63c1855511 Avoid loading beatmap listing placeholders until required 2022-11-17 23:42:21 +09:00
a3e8cc1663 Mark beatmap listing placeholder textures as large 2022-11-17 23:41:35 +09:00
20d87fbed4 Eagerly dispose of triangles intro textures to avoid holding for full length of game session 2022-11-17 23:05:34 +09:00
5e4ade3bee add tests 2022-11-17 13:28:04 +01:00
fa00fc5c6d change scoresType to be a bindable 2022-11-17 13:27:56 +01:00
a25c94d567 Replacing structure to use LimitedCapacityQueue.cs 2022-11-17 13:07:06 +01:00
a9747d367c Cleaning up 2022-11-17 13:07:06 +01:00
0100c01b82 Implemented finite limit of stored history. 2022-11-17 13:07:06 +01:00
19dc31c7ae Changed tests. 2022-11-17 13:07:06 +01:00
5253f5309e Added more tests for new features 2022-11-17 13:07:06 +01:00
44c3e71746 Reversed indexing 2022-11-17 13:07:06 +01:00
3d4962e181 Added functioning tests. 2022-11-17 13:07:06 +01:00
a79af6671e Added SetUp for new tests. 2022-11-17 13:07:06 +01:00
6d83af01e2 Moved and renamed MessageHistoryTextBox.cs for better fit. 2022-11-17 13:07:06 +01:00
b9590320b7 Moved implementation to ChatRecentTextBox.cs and derived ChatTextBox.cs and StandAloneChatDisplay.cs from it. 2022-11-17 13:07:06 +01:00
a1af663682 Implemented previous messages lookup in the ChatTextBox.cs 2022-11-17 13:07:06 +01:00
dea2a6ed8d override sort() function in SoloGameplayLeaderboard 2022-11-17 12:12:36 +01:00
4773979e52 add condition 2022-11-17 16:15:34 +08:00
d1b2116400 Auto-advance binding for ruleset key bindings 2022-11-17 15:23:20 +09:00
bd2e0dc82b Move "keybindings" keyword to correct section
Without this, things like tablet settings would show when searching for
bindings, even though these settings have nothing to do with key
bindings.
2022-11-17 15:09:42 +09:00
12606122e3 Fix sliders not correctly taking on full available length after changing curve type 2022-11-17 13:59:07 +09:00
f67e8ce523 Merge pull request #21265 from peppy/editor-test-play-seek-sanity
Don't seek to current editor location when location is close to (or before) the first object
2022-11-17 13:56:44 +09:00
5ceb7ecc41 Remove unused using 2022-11-17 13:56:27 +09:00
1050d7da34 Use more generic exception type (issue reported AggegateException) 2022-11-17 13:36:16 +09:00
adab9f0e48 Catch and gracefully handle file/directory enumeration failures during stable import
Closes https://github.com/ppy/osu/issues/21214.
2022-11-17 13:34:42 +09:00
d90386189a Merge pull request #21256 from peppy/argon-taiko-swell
Add basic osu!taiko "argon" swell visual
2022-11-17 13:10:23 +09:00
a4e713a61f When returning to the editor after test play, use the original editor time rather than the point of exit 2022-11-17 12:36:24 +09:00
bfcd9e0f45 Don't seek to current editor location when location is close to (or before) the first object 2022-11-17 12:32:35 +09:00
bdfc317a8e Merge pull request #21255 from peppy/fix-full-area-reset
Fix "reset to full area" button not always working correctly
2022-11-17 11:13:06 +09:00
b23b5ebce9 Merge pull request #21257 from peppy/fix-test-mode
Fix combo colour normalisation setting not applying to editor test play
2022-11-17 10:44:44 +09:00
87b4fee10f Remove leftover constant 2022-11-17 04:05:21 +03:00
55beaf5d93 Revert buttons order change 2022-11-17 04:05:15 +03:00
039ab83a46 Disable beatmap options button when none selected 2022-11-17 04:00:23 +03:00
0e46614c57 Revert beatmap option button state changes 2022-11-17 03:57:01 +03:00
c1673771eb Merge branch 'master' into fix-full-area-reset 2022-11-17 01:57:56 +03:00
7a28a7f2a0 Move IGameplaySettings override to compose screen to keep test mode unaffected 2022-11-17 01:45:16 +03:00
13cf3fc40c Make SpawnRatio public 2022-11-16 15:17:50 +03:00
cc4f05f3d3 Replace Scale with SpeedMultiplier 2022-11-16 15:12:57 +03:00
109aa37dd8 Apply fixes from original Triangles 2022-11-16 15:02:09 +03:00
bda32d71bf Change test scene name 2022-11-16 14:53:55 +03:00
d94c624ee4 Merge branch 'master' into triangles-v2 2022-11-16 14:53:32 +03:00
335e4e8ec5 Merge pull request #21242 from EVAST9919/triangles-fix
Triangles background improvements
2022-11-16 19:26:52 +09:00
ee6fffec5f Fix combo colour normalisation setting not applying to editor test play 2022-11-16 17:54:49 +09:00
45f47cce77 Add basic osu!taiko "argon" swell visual 2022-11-16 16:13:52 +09:00
bb762d8131 Fix "reset to full area" button not always working correctly 2022-11-16 15:45:26 +09:00