Leon Styhre
|
72ee58e748
|
Added localization support to parts of the application
|
2024-07-18 15:07:41 +02:00 |
|
Leon Styhre
|
be95b494dc
|
Added localization support to parts of the application
|
2024-07-13 19:14:34 +02:00 |
|
Leon Styhre
|
e0c57b068d
|
Added localization support to parts of the application
|
2024-07-13 12:32:16 +02:00 |
|
Leon Styhre
|
a5b1b17c2c
|
Changed the application name in all header files
|
2024-07-10 18:04:40 +02:00 |
|
Leon Styhre
|
91330c9f3a
|
Fixed an issue where transition animations could sometimes partially play when switching themes with a system selected for the gamelist on startup setting
|
2024-06-03 17:35:08 +02:00 |
|
Leon Styhre
|
a0d636ffb8
|
Changed the application name to ES-DE in all source file headers
|
2023-12-16 19:48:25 +01:00 |
|
Leon Styhre
|
1e683b6969
|
Reverted the addition of two empty lines
|
2023-09-17 12:46:28 +02:00 |
|
Leon Styhre
|
e6a802805c
|
Fixed a potential crash when reloading the application
|
2023-09-17 12:45:00 +02:00 |
|
Leon Styhre
|
24801680c5
|
Fixed some memory leaks
|
2023-08-14 00:02:20 +02:00 |
|
Leon Styhre
|
39982f048d
|
Added functions to GuiSettings to reload the ROM directory and close all windows
|
2023-08-13 20:36:18 +02:00 |
|
Leon Styhre
|
b6d17810be
|
Added support for changing between light and dark color schemes for the menu system
|
2023-05-07 22:56:24 +02:00 |
|
Leon Styhre
|
a2e400dd2b
|
Multiple layout improvements when running in vertical screen orientation.
Also cleaned up some code.
|
2023-02-10 00:25:22 +01:00 |
|
Leon Styhre
|
d15927c156
|
Removed some unnecessary help prompt reload logic.
|
2023-01-22 18:16:49 +01:00 |
|
Leon Styhre
|
918ffd9b9e
|
Fixed an issue where the gamelist view would sometimes not render after changing collection settings.
Also fixed some other glitches with the cached background not getting invalidated on collection changes.
|
2023-01-12 20:54:12 +01:00 |
|
Leon Styhre
|
0329bd77c2
|
Added support for mixed case custom collection names as well as the option to always group custom collections.
Also reversed an optimization in CollectionSystemsManager which caused some issues.
|
2023-01-12 19:45:54 +01:00 |
|
Leon Styhre
|
2a83f616e6
|
Code cleanup of various GUIs.
|
2022-09-03 12:44:49 +02:00 |
|
Leon Styhre
|
ed69e46b42
|
Fixed some issues where bundled SVG images would not get cached at the correct resolution.
|
2022-08-30 20:26:48 +02:00 |
|
Leon Styhre
|
a115b3f941
|
Added alignment support and separate dimming of gamelist and system views to the help system.
|
2022-03-18 20:14:51 +01:00 |
|
Leon Styhre
|
f0c35d8509
|
Refactored the rendering code into proper classes.
|
2022-03-14 19:51:48 +01:00 |
|
Leon Styhre
|
a42d63e567
|
Code cleanup by moving a lot of casts to the appropriate getter functions.
|
2022-02-11 23:38:23 +01:00 |
|
Leon Styhre
|
a443f86235
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
|
Leon Styhre
|
51578903ff
|
Replaced the legacy gamelist code with rudimentary support for GamelistBase and GamelistView.
|
2022-01-18 20:42:50 +01:00 |
|
Leon Styhre
|
8a6652552f
|
Set the clang-format option SpaceBeforeCpp11BracedList to true.
|
2022-01-16 12:09:55 +01:00 |
|
Leon Styhre
|
c7964b7ebc
|
Renamed GameList to Gamelist throughout the codebase.
|
2022-01-15 13:38:09 +01:00 |
|
Leon Styhre
|
119dfc90f8
|
Changed ViewController::get() to ViewController::getInstance()
|
2022-01-04 21:49:22 +01:00 |
|
Leon Styhre
|
254b00a3d8
|
Large refactoring to improve thread safety and improve singleton pattern usage.
|
2022-01-04 21:21:26 +01:00 |
|
Leon Styhre
|
dd0f36f82b
|
Changed most increment and decrement operators from postfix to prefix for es-app.
|
2021-11-17 17:35:34 +01:00 |
|
Leon Styhre
|
79849188d1
|
Fixed an issue where animations would play incorrectly when disabling a collection.
|
2021-09-19 20:43:36 +02:00 |
|
Leon Styhre
|
0b6d987263
|
Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-18 09:53:26 +02:00 |
|
Leon Styhre
|
c4e6d3cac1
|
Added a virtual keyboard.
|
2021-09-17 22:23:41 +02:00 |
|
Leon Styhre
|
7b5d673050
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
Also applied some code formatting changes for braced lists using clang-format.
|
2021-08-17 18:41:45 +02:00 |
|
Leon Styhre
|
1fb0ccef0d
|
Replaced the internal Vector2f data type and functions with the GLM library equivalent.
|
2021-08-16 18:25:01 +02:00 |
|
Leon Styhre
|
af5e32e121
|
Formatted the es-app source tree using clang-format.
|
2021-07-07 20:03:42 +02:00 |
|
Leon Styhre
|
dc29b97e91
|
Changed es_settings.cfg to es_settings.xml
|
2021-06-16 19:05:24 +02:00 |
|
Leon Styhre
|
4d4210a419
|
Added support for selecting between different controller types.
|
2021-05-23 19:12:31 +02:00 |
|
Leon Styhre
|
d6eba6ae24
|
Adjusted the size and position of the various menus.
|
2021-05-23 10:40:11 +02:00 |
|
Leon Styhre
|
ef7c83b7e5
|
Removed an unnecessary if statement when invalidating the cached background.
|
2021-03-21 18:55:01 +01:00 |
|
Leon Styhre
|
84f4913610
|
Changing settings now only invalidates the cached background when necessary.
|
2021-03-21 18:46:45 +01:00 |
|
Leon Styhre
|
4b0f505b01
|
Hack to fix some missing theme elements when invalidating the cached background.
|
2021-03-21 16:41:24 +01:00 |
|
Leon Styhre
|
03fec8b74d
|
Fixed an issue where a black screen would sometimes be shown when enabling collections.
|
2021-03-12 20:36:38 +01:00 |
|
Leon Styhre
|
d2d6813a54
|
Fixed multiple issues with the UI modes.
|
2021-01-05 10:45:32 +01:00 |
|
Leon Styhre
|
830c53e3cc
|
Further improvement to adding or removing collections.
|
2021-01-02 15:14:13 +01:00 |
|
Leon Styhre
|
145cbf8df7
|
Enabling and disabling collections is now handled better.
|
2021-01-02 12:33:27 +01:00 |
|
Leon Styhre
|
c431e5a233
|
Fixed an issue where the screen would go partly black during slide transitions.
|
2021-01-01 22:37:21 +01:00 |
|
Leon Styhre
|
327676d7d7
|
Renamed CollectionSystemManager to CollectionSystemsManager.
|
2020-12-23 18:06:30 +01:00 |
|
Leon Styhre
|
0b6dce687e
|
Changed to C++ casts throughout the application.
|
2020-11-17 23:06:54 +01:00 |
|
Leon Styhre
|
858b20bcc1
|
Fixed some weird camera movements when using the slide transition style.
|
2020-11-15 22:54:39 +01:00 |
|
Leon Styhre
|
f17bf43d4f
|
Added a menu entry and functionality to delete custom collections.
|
2020-11-09 17:50:02 +01:00 |
|
Leon Styhre
|
f1f0596fe1
|
Added support for user accounts for ScreenScraper.
|
2020-11-07 15:34:15 +01:00 |
|
Leon Styhre
|
9f747e161d
|
Rewrote collection settings to the new settings logic.
|
2020-11-06 20:27:41 +01:00 |
|