Dan Balasescu
|
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 |
|
Dan Balasescu
|
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 |
|
Dean Herbert
|
93c2280754
|
Fix supporter filters text not being set correctly
|
2022-11-18 10:35:05 +09:00 |
|
Dean Herbert
|
b37e9c0266
|
Fix news post images never unloading from memory after first display
|
2022-11-18 00:01:53 +09:00 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
63c1855511
|
Avoid loading beatmap listing placeholders until required
|
2022-11-17 23:42:21 +09:00 |
|
Dean Herbert
|
a3e8cc1663
|
Mark beatmap listing placeholder textures as large
|
2022-11-17 23:41:35 +09:00 |
|
Dean Herbert
|
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 |
|
Dan Balasescu
|
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 |
|
Dan Balasescu
|
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 |
|
Salman Ahmed
|
c1673771eb
|
Merge branch 'master' into fix-full-area-reset
|
2022-11-17 01:57:56 +03:00 |
|
Salman Ahmed
|
7a28a7f2a0
|
Move IGameplaySettings override to compose screen to keep test mode unaffected
|
2022-11-17 01:45:16 +03:00 |
|
Dean Herbert
|
ee6fffec5f
|
Fix combo colour normalisation setting not applying to editor test play
|
2022-11-16 17:54:49 +09:00 |
|
Dean Herbert
|
bb762d8131
|
Fix "reset to full area" button not always working correctly
|
2022-11-16 15:45:26 +09:00 |
|
Dean Herbert
|
52ecd894db
|
Move equilateral triangle ratio to constant
|
2022-11-15 22:20:08 +09:00 |
|
Andrei Zavatski
|
f27a5f977d
|
Improve triangles distribution
|
2022-11-15 11:49:53 +03:00 |
|
Andrei Zavatski
|
c7dc6db124
|
Fix incorrect number of added triangles
|
2022-11-15 11:32:05 +03:00 |
|
Andrei Zavatski
|
ebff844334
|
Reset triangles on scale change
|
2022-11-15 11:06:28 +03:00 |
|
Dean Herbert
|
489dca79a1
|
Remove upper limit for pooling
|
2022-11-15 12:31:25 +09:00 |
|
Dean Herbert
|
308ed1abd1
|
Fix number of judgements shown potentially exceeding upper limit
|
2022-11-15 12:31:25 +09:00 |
|
Dean Herbert
|
59a8603728
|
Ensure flowing animation starts correctly from zero
|
2022-11-15 12:04:40 +09:00 |
|
Dean Herbert
|
aef6ee23eb
|
Apply pooling support to ColourHitErrorMeter
|
2022-11-15 12:04:40 +09:00 |
|
Dean Herbert
|
a86b50d62a
|
Apply nullability to BarHitErrorMeter
|
2022-11-15 11:33:27 +09:00 |
|
Dean Herbert
|
576f462f59
|
Add pooling support to BarHitErrorMeter
|
2022-11-15 11:33:27 +09:00 |
|
Dan Balasescu
|
e43593a164
|
Merge pull request #21227 from Susko3/fix-FallbackSampleStore-async-fallback-logic
Fix `FallbackSampleStore.GetAsync` fallback logic
|
2022-11-14 10:17:42 +09:00 |
|
Susko3
|
56fd1f95b1
|
Fix FallbackSampleStore.GetAsync fallback logic
|
2022-11-13 18:47:28 +01:00 |
|
Joseph Madamba
|
4578a96813
|
Fix beatmap card expanded content not blocking clicks from behind
|
2022-11-13 08:18:44 -08:00 |
|
Dean Herbert
|
efe42f701a
|
Merge branch 'master' into only-rounded-shader
|
2022-11-13 16:34:48 +09:00 |
|
Dean Herbert
|
236cc0bdaf
|
Update resources
|
2022-11-13 16:21:28 +09:00 |
|
Dean Herbert
|
887b6832c9
|
Update framework
|
2022-11-13 16:15:30 +09:00 |
|
Dean Herbert
|
eae8530722
|
Fix SkinnableSprite lookups broken in lazer-first skins
Regressed with removal of local `GetTexture` calls in e19ba65f91
|
2022-11-13 12:46:21 +09:00 |
|
Dean Herbert
|
f343ba6111
|
Add xmldoc for chat ack request
|
2022-11-13 00:10:06 +09:00 |
|
Dean Herbert
|
22d8a1160e
|
Fix last silence ID being updated too often, causing most silences to be missed
|
2022-11-13 00:10:06 +09:00 |
|
Dean Herbert
|
143c946128
|
Simplify ack re-perform flow
|
2022-11-12 23:02:37 +09:00 |
|
Dean Herbert
|
bfb939cbd0
|
Expand on why call needs to be made every 10 minutes
|
2022-11-12 22:24:27 +09:00 |
|
Dean Herbert
|
6a3665a6fd
|
Remove excess logging on WebSocketNotificaitonsClient
|
2022-11-12 22:09:27 +09:00 |
|
Dean Herbert
|
ace4099079
|
Update ack code after incorrect merge
|
2022-11-12 21:41:10 +09:00 |
|
Thomas Müller-Höhne
|
9ef43ebd83
|
Fix compilation after framework-side PR updates
|
2022-11-12 21:24:12 +09:00 |
|
Dean Herbert
|
dde09d409b
|
Merge branch 'master' into chat-silences
|
2022-11-12 21:00:56 +09:00 |
|
Thomas Müller-Höhne
|
fa8e38d9d6
|
Target rounded fragment shader
Compatibility with osu-framework change https://github.com/ppy/osu-framework/pull/5512
|
2022-11-12 17:18:23 +09:00 |
|
Dean Herbert
|
19876ca0fb
|
Merge branch 'master' into websocket-chat-2
|
2022-11-11 23:53:42 +09:00 |
|
Dean Herbert
|
151dd7c62f
|
Fix one more reverted change
|
2022-11-11 22:21:38 +09:00 |
|
Dean Herbert
|
0af4bdaf5c
|
Add back removed configuration elements
|
2022-11-11 18:29:15 +09:00 |
|
Dean Herbert
|
106f1cf90b
|
Merge branch 'master' into combo-colour-brightness-limit
|
2022-11-11 18:24:39 +09:00 |
|
Dean Herbert
|
392d4e778e
|
Change default beatmap listing key binding to Ctrl +B
|
2022-11-11 17:10:46 +09:00 |
|
Dan Balasescu
|
fe58329478
|
Merge pull request #21151 from peppy/taiko-judgement-fixes
Fix various issues surrounding hit judgements
|
2022-11-11 16:41:46 +09:00 |
|
Dan Balasescu
|
5bdbf56f43
|
Merge branch 'master' into taiko-judgement-fixes
|
2022-11-11 15:48:33 +09:00 |
|
Dan Balasescu
|
1a1a186d22
|
Merge branch 'master' into taiko-barline-separation
|
2022-11-11 15:47:06 +09:00 |
|
Dan Balasescu
|
db25e9e9c8
|
Merge branch 'master' into combo-colour-brightness-limit
|
2022-11-11 15:31:28 +09:00 |
|
Bartłomiej Dach
|
88195d3984
|
Merge branch 'master' into improve-ui-control-sound-sync
|
2022-11-11 07:29:37 +01:00 |
|