Commit Graph

8349 Commits

Author SHA1 Message Date
172e798847 Merge pull request #21228 from Terochi/recent-messages-implementation
Add ability to view chat send history in input box
2022-11-23 14:58:42 +09:00
8dbe31a172 Merge branch 'master' into higher-aspect-ratio-max 2022-11-21 19:51:39 +01:00
981264b011 Avoid crashing when a system audio device provides a null name 2022-11-21 14:51:41 +09:00
c7ae837687 Increase maximum aspect ratio for tablet settings to 23:9 / 2.55 2022-11-21 12:45:54 +09:00
92aea22cd3 Merge pull request #21340 from vegguid/MetadataLanguage-FirstSetup
Added PreferOriginalMetadataLanguage to FirstRunSetup
2022-11-21 12:16:56 +09:00
a431b793b9 Added PreferOriginalMetadataLanguage to FirstRunSetup 2022-11-20 23:18:19 +01:00
0c671a2a82 Merge branch 'master' into fix-tablet-aspect-ratio-values 2022-11-19 14:32:24 +01:00
e4fc14faee Merge pull request #21270 from peppy/auto-advance-bindings
Auto-advance binding for ruleset key bindings
2022-11-18 16:19:54 +09:00
e658efbefa Fix being able to bind two non-modifier keys to the same binding 2022-11-18 15:34:41 +09:00
1b1fed723d Merge pull request #21269 from peppy/fix-key-bindings-keyword
Move "keybindings" keyword to correct section
2022-11-18 14:05:08 +09:00
551192b413 Refactor a bit for readability 2022-11-18 13:55:37 +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
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
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
3d4962e181 Added functioning 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
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
bb762d8131 Fix "reset to full area" button not always working correctly 2022-11-16 15:45:26 +09:00
4ff17cb4bd remove unused using directive 2022-11-12 08:52:33 +01:00
7a860fb460 address reviews 2022-11-12 08:49:03 +01:00
268011be9e use MathF 2022-11-11 17:56:50 +01:00
173f557376 fix tablet aspect ratio values 2022-11-11 17:14:34 +01:00
db25e9e9c8 Merge branch 'master' into combo-colour-brightness-limit 2022-11-11 15:31:28 +09:00
5b1e39abd5 Fix parsing of Language when using default system locale 2022-11-10 22:56:24 +01:00
be81c658af move tablet area calculations to functions 2022-11-09 20:14:01 +01:00
533a2db5ea fix inaccurate tablet area dimensions when applying aspect ratio 2022-11-09 18:48:47 +01:00
76df61504f Remove unnecessary timestamp update
Co-authored-by: Dean Herbert <pe@ppy.sh>
2022-11-06 19:45:59 -08:00
61ec0ba566 Make chat line timestamp adjust to 24-hour time setting 2022-11-06 19:28:01 -08:00
b977fc8181 Use autosize instead of max width on fixed width timestamps 2022-11-06 19:28:01 -08:00
ee68f33e3c Merge pull request #21109 from frenzibyte/fix-beatmap-duplicating-again
Fix beatmap cards still potentially showing twice in listing
2022-11-06 18:46:31 +09:00
84179fb087 Merge branch 'master' into combo-colour-brightness-limit 2022-11-05 16:48:56 +01:00
ee6f036c44 Add note about using ExceptBy once it's available 2022-11-04 19:35:24 +03:00
ce5aacb760 Filter out duplicated cards using custom equality comparer instead 2022-11-04 19:27:35 +03:00
e11d44d14f Add url clicking support to profile badges 2022-11-03 18:12:32 -07:00
f6c376c090 Minor refactoring 2022-11-03 20:29:27 +09:00
1edde8f73c Merge branch 'master' into disabled-button-sfx 2022-11-03 20:27:41 +09:00
59bbd9c460 Fix some components using wrong sample set 2022-11-03 17:47:49 +09:00
f1c17129eb Add support for 'disabled' sample variation to HoverClickSounds 2022-11-03 17:47:49 +09:00
56ef519cc2 Move PopoverContainer into OnlineOverlay to ensure correct colours 2022-11-03 15:43:06 +09:00
e6c45b8ab5 Merge branch 'master' into comment-report 2022-11-03 15:35:42 +09:00
3ec9686e58 Fix test failures and rename configuration value to match better 2022-11-02 18:15:18 +09:00