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
|
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
|
ccb4c19d78
|
Changed input type 'select' to 'back' to align with the SDL naming conventions.
|
2021-05-23 20:31:15 +02:00 |
|
Leon Styhre
|
2aa4ef385d
|
Made the game options menu buttons and help text a bit more consistent.
|
2021-04-09 22:28:28 +02:00 |
|
Leon Styhre
|
d073dae00b
|
A dummy entry is now displayed in the game options menu if the system has no games.
|
2021-04-09 19:16:27 +02:00 |
|
Leon Styhre
|
4ca11e7062
|
Fixed a potential crash due to the filter menu entry being displayed when it shouldn't.
Also some very minor code cleanup.
|
2021-04-05 14:37:33 +02: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
|
b5b999cc9e
|
Fixed an issue where gamelist filters were sometimes not applied.
|
2021-03-19 19:14:23 +01:00 |
|
Leon Styhre
|
3e9e592c3b
|
Filters are now applied only when there were actual changes made.
Also disabled the free text filter entry if the system has no games.
|
2021-03-18 20:22:49 +01:00 |
|
Leon Styhre
|
652adc41d8
|
Fixed an issue where clearing a game would randomly keep some theme elements from being rendered.
|
2021-03-12 23:15:55 +01:00 |
|
Leon Styhre
|
cd91eb6ec9
|
Fixed an issue where clearing a game and reactivating some collections could lead to a crash.
|
2021-03-12 22:23:01 +01:00 |
|
Leon Styhre
|
814b0cfd18
|
Fixed an issue where deleting a game would not properly reload the gamelist.
|
2021-01-31 19:28:30 +01:00 |
|
Leon Styhre
|
8173ccda80
|
Moved the first character extraction function to StringUtil.
|
2021-01-23 16:25:53 +01:00 |
|
Leon Styhre
|
43da188b3b
|
Fixed an issue where a leading Unicode character in the game name could crash the application.
|
2021-01-16 17:22:12 +01:00 |
|
Leon Styhre
|
b361da6e1e
|
Fixed two MSVC compiler warnings.
|
2021-01-09 13:44:18 +01:00 |
|
Leon Styhre
|
77978ee83a
|
Fixed multiple issues related to the gamelist sorting options.
|
2021-01-08 20:30:21 +01:00 |
|
Leon Styhre
|
910b9e0125
|
Fixed a filter reset issue for grouped custom collections.
|
2021-01-02 18:30:39 +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
|
4dded3306c
|
Fixed an issue where clearing a game would not update its collection entries.
|
2020-12-31 19:58:51 +01:00 |
|
Leon Styhre
|
f4233db66e
|
Small cosmetic change to the game options menu.
|
2020-12-25 22:50:20 +01:00 |
|
Leon Styhre
|
327676d7d7
|
Renamed CollectionSystemManager to CollectionSystemsManager.
|
2020-12-23 18:06:30 +01:00 |
|
Leon Styhre
|
605aa4ba8e
|
Moved the favorite and folder character constants to a more logical location.
|
2020-12-16 21:19:48 +01:00 |
|
Leon Styhre
|
0b6dce687e
|
Changed to C++ casts throughout the application.
|
2020-11-17 23:06:54 +01:00 |
|
Leon Styhre
|
e5fcb51f57
|
Added support for multiple search results for ScreenScraper.
Also fixed some other scraping issues and added some additional scraper logging.
|
2020-11-14 15:30:49 +01:00 |
|
Leon Styhre
|
1a6bec2e3b
|
Overhaul of settings code.
|
2020-11-05 18:18:11 +01:00 |
|
Leon Styhre
|
005952addf
|
Rewrote and moved the quick selector letter index generation.
|
2020-10-30 18:34:05 +01:00 |
|
Leon Styhre
|
b9301f08da
|
Added indication icons when editing custom collection to show what games are already part of the collection.
|
2020-10-28 17:49:50 +01:00 |
|
Leon Styhre
|
df0c88d1b1
|
Simplified the onFileChanged() function and made some related optimizations.
|
2020-10-27 19:07:35 +01:00 |
|
Leon Styhre
|
8ec7301f4b
|
Fixed an incorrect menu entry when editing custom collections.
|
2020-10-26 18:35:52 +01:00 |
|
Leon Styhre
|
e51c7ddf8c
|
Made filters applicable per custom collection (if grouped).
|
2020-10-25 18:55:01 +01:00 |
|
Leon Styhre
|
127d900212
|
Changed to case insensitive sorting of the custom collections.
|
2020-10-22 21:23:16 +02:00 |
|
Leon Styhre
|
1a0b2f8bb7
|
Multiple improvements to the handling of custom collections.
Also improved the random game and random system functions.
|
2020-10-21 21:56:31 +02:00 |
|
Leon Styhre
|
87bd205a3f
|
Multiple improvements and bugfixes to the custom collections handling.
|
2020-10-20 21:01:24 +02:00 |
|
Leon Styhre
|
eb51877aab
|
Fixed an issue where the cached background would sometimes not be updated.
|
2020-10-11 10:07:38 +02:00 |
|
Leon Styhre
|
965f96bbc8
|
Fixed a sorting issue when clearing game metadata.
Also a small documentation update and a file permission change.
|
2020-09-27 18:37:43 +02:00 |
|
Leon Styhre
|
6e2c8d4f32
|
Fixed an issue with the quick selector when folders were sorted on top.
|
2020-09-27 13:39:37 +02:00 |
|
Leon Styhre
|
0946988fdb
|
Added a clear button to the metadata editor.
|
2020-09-27 10:41:00 +02:00 |
|
Leon Styhre
|
e56fdf3df6
|
Improved handling and sorting of folders.
|
2020-09-20 20:25:32 +02:00 |
|
Leon Styhre
|
2b82770e43
|
Fixed an issue where the quick selector couldn't find out if a game was a favorite.
|
2020-09-20 12:36:51 +02:00 |
|
Leon Styhre
|
d4e614c0c1
|
Added jump to folder to the quick selector and improved the folder sorting.
|
2020-09-20 12:17:38 +02:00 |
|
Leon Styhre
|
ae7c9dabb8
|
Decreased CPU usage dramatically and fixed multiple UI navigation glitches.
Also did some code cleanup.
|
2020-09-15 22:57:54 +02:00 |
|
Leon Styhre
|
3a59c77d3e
|
Games marked not to be counted are now also excluded from the 'Recent' and 'Favorites' collections.
Also fixed a crash when opening the game options menu when a placeholder was selected.
|
2020-08-06 22:12:19 +02:00 |
|
Leon Styhre
|
8233e2704e
|
Added metadata editor button to delete media files from games and folders.
|
2020-07-30 20:05:57 +02:00 |
|
Leon Styhre
|
0985867d0f
|
Fixed an issue where the quick selector would jump to the wrong folder for folder-only gamelists.
|
2020-07-30 13:43:04 +02:00 |
|
Leon Styhre
|
b60c86e40f
|
Added option to sort folders on top of the gamelists.
|
2020-07-28 19:44:17 +02:00 |
|
Leon Styhre
|
6b62065595
|
Large code cleanup and code documentation update.
The initial code cleanup of es-app is now complete as of this commit.
|
2020-06-23 20:07:00 +02:00 |
|
Leon Styhre
|
67aa6b3dbd
|
Huge code cleanup and code documentation update.
Includes lots of conversions from tabs to spaces. Only cosmetic code changes in this commit.
|
2020-06-21 14:25:28 +02:00 |
|
Leon Styhre
|
8492160a80
|
Added semi-automatic scraping mode, fixed some scraping bugs and improved folder metadata editing.
|
2020-06-13 16:47:12 +02:00 |
|
Leon Styhre
|
b01bccc8d6
|
Added Apply and Cancel buttons to the game options menu.
|
2020-06-13 10:48:46 +02:00 |
|