Henrik Rydgård
|
0df2a40487
|
Remove the "GPUInterface" base class. Not really useful, GPUCommon is pretty much the same thing.
|
2024-12-02 11:12:14 +01:00 |
|
Henrik Rydgård
|
26f0117421
|
Replace mentions of Twitter with X
|
2024-10-25 21:07:23 +02:00 |
|
Henrik Rydgård
|
843fe22968
|
Remove superfluous .c_str()
|
2024-10-17 22:21:07 +02:00 |
|
Henrik Rydgård
|
4d6905672e
|
Bunch more linting
|
2024-10-10 11:57:10 +02:00 |
|
Henrik Rydgård
|
e0c12c9547
|
More lint warning fixes
|
2024-10-10 10:52:45 +02:00 |
|
Henrik Rydgård
|
088a0d887d
|
Remove a redundant translation string
|
2024-10-08 21:45:35 +02:00 |
|
Henrik Rydgård
|
7b50443c66
|
Simplfication
|
2024-06-01 13:15:14 +02:00 |
|
Henrik Rydgård
|
ba82360861
|
Some additions to credits
|
2024-06-01 12:28:13 +02:00 |
|
Henrik Rydgård
|
5a8140c301
|
Initialize RAIntegration support if available. Untested.
|
2024-04-05 18:15:10 +02:00 |
|
Henrik Rydgård
|
c5791764d8
|
Make the i18n T function use std::string_view
Buildfixes, crashfixes
One more
Android buildfix
Buildfix Qt
|
2024-02-12 18:44:39 +01:00 |
|
Henrik Rydgård
|
ce5f157040
|
More paranoia
|
2024-01-31 10:48:35 +01:00 |
|
Henrik Rydgård
|
65bfdb1f69
|
Fix theming issue in SettingInfoMessage
|
2024-01-31 10:33:23 +01:00 |
|
Henrik Rydgård
|
884c366692
|
Fix some longstanding issues with the GameInfoCache and optimize away double work
|
2024-01-28 16:23:27 +01:00 |
|
Henrik Rydgård
|
7a318b46e8
|
Draw the line between the tabs and contents as a spacer instead of custom code.
|
2024-01-19 14:56:29 +01:00 |
|
Henrik Rydgård
|
f8927df9a6
|
Load savestate screenshots in the background
|
2023-12-13 12:07:23 +01:00 |
|
Henrik Rydgård
|
2aca8fe3f9
|
Get rid of more unnecessary uses of ManagedTexture
|
2023-12-12 23:13:45 +01:00 |
|
Henrik Rydgård
|
75e96df448
|
Don't use ManagedTexture in GameInfoCache, not needed.
|
2023-12-12 22:34:31 +01:00 |
|
Henrik Rydgård
|
d2e10a058e
|
Some renaming
|
2023-12-12 22:15:55 +01:00 |
|
Henrik Rydgård
|
e8f70594a4
|
Implement running the game in the background on the pause screen. Fix some bugs.
|
2023-12-11 12:41:44 +01:00 |
|
Henrik Rydgård
|
6d51fbc1e6
|
Refactor UI background rendering. There's now a BackgroundScreen.
|
2023-12-10 22:26:46 +01:00 |
|
Henrik Rydgård
|
22295a6412
|
Plumb through a ScreenRenderMode parameter
|
2023-12-10 13:05:17 +01:00 |
|
Henrik Rydgård
|
931ff4eb1e
|
Guaranteed gap-free rendering of waves background
|
2023-10-04 17:07:55 +02:00 |
|
Henrik Rydgård
|
4e2759713f
|
Revert "UI: Round wave coords to prevent gaps."
This reverts commit ebf9de7864.
|
2023-10-04 17:02:23 +02:00 |
|
Henrik Rydgård
|
19e4de5088
|
Change global UI messages to use an enum instead of strings.
Makes it easier to add new ones and delete outdated ones without missing
any uses.
|
2023-09-30 11:37:02 +02:00 |
|
Unknown W. Brackets
|
ebf9de7864
|
UI: Round wave coords to prevent gaps.
|
2023-09-23 14:03:06 -07:00 |
|