Leon Styhre
|
5381f38231
|
Added support for defining and choosing between alternative emulators.
|
2021-08-22 15:26:38 +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
|
96503a23c6
|
Small code formatting change.
|
2021-07-07 21:13:40 +02:00 |
|
Leon Styhre
|
af5e32e121
|
Formatted the es-app source tree using clang-format.
|
2021-07-07 20:03:42 +02:00 |
|
Leon Styhre
|
af03efc7c6
|
Fixed an issue where filtered custom collection games were displayed in the grouped custom collections view.
|
2021-06-21 22:12:51 +02:00 |
|
Leon Styhre
|
dc29b97e91
|
Changed es_settings.cfg to es_settings.xml
|
2021-06-16 19:05:24 +02:00 |
|
Leon Styhre
|
fa624f9f2c
|
Changed the logic for the systems configuration file, it now loads from the resources directory.
Also renamed the file from es_systems.cfg to es_systems.xml
|
2021-06-16 18:54:04 +02:00 |
|
Leon Styhre
|
a749e2d187
|
Fixed an uninitialized variable reported by Valgrind.
|
2021-03-15 18:28:32 +01:00 |
|
Leon Styhre
|
1e845a189a
|
Fixed a potential issue with view style changes for ungrouped custom collections.
|
2021-03-12 20:14:27 +01:00 |
|
Leon Styhre
|
df28513bb0
|
Fixed multiple issues where the gamelists would not switch view styles after scraping.
|
2021-03-12 20:06:50 +01:00 |
|
Leon Styhre
|
72fcef8428
|
Made the delimited string functions in StringUtil more general.
|
2021-02-06 09:30:05 +01:00 |
|
Leon Styhre
|
393e6f17ce
|
Fixed an issue where adding a game to a collection would not switch the view style.
|
2021-02-05 17:07:00 +01:00 |
|
Leon Styhre
|
8c704bb47e
|
Fixed an issue where enabling an empty 'recent' collection could crash the application.
|
2021-02-05 17:03:43 +01:00 |
|
Leon Styhre
|
a300632ab8
|
Fixed an issue where the gamelist filter index would be incorrectly updated.
|
2021-02-05 17:01:45 +01:00 |
|
Leon Styhre
|
2e5b1b5187
|
Fixed an issue where repopulating collections did not update the filter indices correctly.
|
2021-02-04 23:56:39 +01:00 |
|
Leon Styhre
|
f5bc2f7c63
|
Fixed an issue where non-kid games would be shown as random custom collection games in Kid mode.
|
2021-02-04 20:47:56 +01:00 |
|
Leon Styhre
|
f84570705e
|
Fixed an issue where enabling an auto collection that contained a hidden game could crash the application.
Also fixed an issue where the view style would not change when adding or removing games from collections.
|
2021-02-04 20:14:20 +01:00 |
|
Leon Styhre
|
735ce39812
|
Some cosmetic code cleanup.
|
2021-01-19 22:29:13 +01:00 |
|
Leon Styhre
|
377fed2b23
|
Fixed an issue where the Recent collection did not work as expected.
|
2021-01-12 18:34:23 +01:00 |
|
Leon Styhre
|
71e40f4eb4
|
Fixed an issue where repopulating an empty 'recent' auto collection could crash the application.
|
2021-01-01 17:30:51 +01:00 |
|
Leon Styhre
|
fe4e94a827
|
Collections are now properly initialized when enabled.
|
2021-01-01 17:18:04 +01:00 |
|
Leon Styhre
|
09a67eee19
|
Fixed an issue where custom collections were sometimes not properly updated after game metadata changes.
|
2021-01-01 13:06:05 +01:00 |
|
Leon Styhre
|
5e7480bfab
|
Made re-enabling of custom collection entries work on Windows with UTF-16 support.
|
2021-01-01 10:28:42 +01:00 |
|
Leon Styhre
|
128056667d
|
Custom collection entries are now re-enabled when changing a game to be counted as a game.
|
2020-12-31 21:54:32 +01:00 |
|
Leon Styhre
|
1a4c2fc4ae
|
Fixed an issue where flagging a game not to be counted could lead to a crash.
|
2020-12-31 19:44:24 +01:00 |
|
Leon Styhre
|
c95334756d
|
Fixed a lot of MSVC compiler warnings.
|
2020-12-29 12:54:24 +01:00 |
|
Leon Styhre
|
327676d7d7
|
Renamed CollectionSystemManager to CollectionSystemsManager.
|
2020-12-23 18:06:30 +01:00 |
|