Commit Graph

57016 Commits

Author SHA1 Message Date
005e475801 Merge pull request #21286 from frenzibyte/fix-test-failure
Fix beatmap options test failure due to no beatmap selected
2022-11-18 13:47:06 +09:00
82829867db Fix beatmap options test failure due to no beatmap being selected 2022-11-18 07:07:56 +03:00
1ff1738988 Merge pull request #21244 from nanashi-1/beatmapoptions-disabled
Disable certain beatmap option buttons when there are no beatmaps selected
2022-11-18 12:55:07 +09:00
a776622ce0 Merge pull request #21284 from peppy/now-playing-overlay-texture-reduction
Fix `NowPlayingOverlay` loading background texture too early (and permanently)
2022-11-18 12:09:16 +09:00
c34dd27674 Merge pull request #21276 from peppy/eager-triangles-disposal
Eagerly dispose of triangles intro textures to avoid holding for full length of game session
2022-11-18 11:58:39 +09:00
baa4fd56e2 Merge pull request #21279 from peppy/news-load-unload
Fix news post images never unloading from memory after first display
2022-11-18 11:56:13 +09:00
13fe0d3491 Merge pull request #21278 from peppy/overlay-header-texture-reduction
Avoid loading overlay headers until first open
2022-11-18 11:53:46 +09:00
b3c7f05eab Merge pull request #21277 from peppy/beatmap-listing-texture-reduction
Reduce unnecessary texture overhead incurred by beatmap listing
2022-11-18 11:50:49 +09:00
b53f9baf6a Fix NowPlayingOverlay loading background texture too early (and permanently) 2022-11-18 11:21:12 +09:00
93c2280754 Fix supporter filters text not being set correctly 2022-11-18 10:35:05 +09: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
4773979e52 add condition 2022-11-17 16:15:34 +08: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
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
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
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
5d8d8ffce5 fix naming 2022-11-16 10:09:51 +08:00
55edd6c907 add space 2022-11-16 09:58:49 +08:00
1fb8357e93 change disabledAlpha from readonly to const 2022-11-16 09:58:32 +08:00
46c7451ede remove redundant code 2022-11-16 09:57:23 +08:00
9101ad0cbd fixed naming 2022-11-16 09:42:40 +08:00
70f50c1319 Add test scene covering taiko swell 2022-11-15 22:46:20 +09:00
52ecd894db Move equilateral triangle ratio to constant 2022-11-15 22:20:08 +09:00
7aec5ca1e8 visual tests 2022-11-15 20:57:42 +08:00
5973bb1956 AddButton now returns the button 2022-11-15 20:57:31 +08:00
1186ed3e32 add disable 2022-11-15 20:56:18 +08:00
e8d170e772 disable certain options when no beatmap is selected 2022-11-15 20:55:55 +08:00
f1b031de9b Merge pull request #21243 from peppy/fix-swell-flashing
Fix argon and triangles swells incorrectly flashing on every hit
2022-11-15 21:44:23 +09:00
233d45e185 Fix argon swells incorrectly flashing on every hit 2022-11-15 18:28:13 +09:00
f27a5f977d Improve triangles distribution 2022-11-15 11:49:53 +03:00
c7dc6db124 Fix incorrect number of added triangles 2022-11-15 11:32:05 +03:00
ebff844334 Reset triangles on scale change 2022-11-15 11:06:28 +03:00
333165e052 Add test scene for Triangles 2022-11-15 10:54:37 +03:00
55765c80c6 Merge pull request #21240 from peppy/hit-error-meter-pooling
Apply pooling support to hit error metres
2022-11-15 14:25:48 +09:00
b3534964c3 Merge branch 'master' into hit-error-meter-pooling 2022-11-15 13:39:59 +09:00