Commit graph

2819 commits

Author SHA1 Message Date
Leon Styhre
552368d2f6 Left aligned DateTimeEditComponent in the scraper GUI. 2021-03-20 11:08:28 +01:00
Leon Styhre
9d9aaa30d7 Right aligned DateTimeEditComponent and made some minor adjustments in GuiMetaDataEd. 2021-03-20 10:26:18 +01:00
Leon Styhre
d65ecd6a50 Minor change to a text dialog when creating the ROMs directory structure. 2021-03-20 09:01:34 +01:00
Leon Styhre
330a539241 Made a Windows-specific fix for the white screen flashing during startup. 2021-03-20 08:52:08 +01:00
Leon Styhre
cd19ef7b16 Properly fixed the white screen flash seen on application startup. 2021-03-19 20:05:34 +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
90e3fe0fac Fixed a memory leak related to the gamelist placeholders. 2021-03-19 18:47:49 +01:00
Leon Styhre
924b3ac033 Fixed a memory leak in Settings. 2021-03-19 18:40:37 +01:00
Leon Styhre
b90ab39cb7 Fixed a memory leak related to the navigation sounds. 2021-03-19 18:37:56 +01:00
Leon Styhre
08e6f1b0dd Fixed some minor memory leaks in UIModeController, InputManager and Font. 2021-03-19 18:34:10 +01:00
Leon Styhre
adaec71f5b Some minor code cleanup. 2021-03-19 18:25:37 +01:00
Leon Styhre
87e6837980 Complete overhaul of VolumeControl with fixes for some related bugs. 2021-03-18 21:55:56 +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
60ee29f2ea Fixed an issue where the fallback screensaver would not fade in correctly. 2021-03-18 20:07:07 +01:00
Leon Styhre
5f727f8c00 Improved the scaling of the scanline shader in relation to screen resolution. 2021-03-18 19:52:48 +01:00
Leon Styhre
a46222030c Added an option to disable the blurring of the background when opening menus. 2021-03-18 19:46:45 +01:00
Leon Styhre
06f88093c6 Documentation update. 2021-03-17 20:34:16 +01:00
Leon Styhre
5f3508c017 Improved the blur shader for the video screensaver. 2021-03-17 20:32:18 +01:00
Leon Styhre
ded5b1d29b Greatly improved the shader post processing code and fixed some related bugs. 2021-03-17 20:29:43 +01:00
Leon Styhre
f08b434bc6 Fixed two regressions that could lead to crashes. 2021-03-17 20:16:22 +01:00
Leon Styhre
84ecb7489e Moved the AudioManager initialization a bit forward during startup. 2021-03-17 20:08:33 +01:00
Leon Styhre
320f81ab4f Fixed a texture pop-in problem for some bundled graphic files. 2021-03-16 21:43:14 +01:00
Leon Styhre
c50a6f8cba The volume control slider is now hidden on BSD Unix. 2021-03-16 20:57:50 +01:00
Leon Styhre
ea72cf509b Fixed a memory leak in VolumeControl. 2021-03-16 20:55:32 +01:00
Leon Styhre
bd095a719a Fixed two uninitialized variables in GridTileComponent. 2021-03-16 20:53:53 +01:00
Leon Styhre
546a30d3ea Added some missing fade animation code to GridGameListView. 2021-03-16 20:50:27 +01:00
Leon Styhre
4d9ea680b0 Removed the remaining video player code from GridGameListView. 2021-03-16 20:48:50 +01:00
Leon Styhre
9779ca8bd5 The MAME names file processing is now done after displaying the splash screen. 2021-03-15 21:03:44 +01:00
Leon Styhre
efe1478c0b Fixed a memory leak when processing arcade assets. 2021-03-15 21:01:59 +01:00
Leon Styhre
87cc3e88d2 Fixed a large memory leak in the scraper. 2021-03-15 20:11:01 +01:00
Leon Styhre
c3d5614cfc Clarified the message in a ROM directory structure creation dialog. 2021-03-15 19:51:54 +01:00
Leon Styhre
a749e2d187 Fixed an uninitialized variable reported by Valgrind. 2021-03-15 18:28:32 +01:00
Leon Styhre
fe99aba9ce (Windows) Removed support for some obsolete Windows versions from VolumeControl. 2021-03-15 17:41:28 +01:00
Leon Styhre
d041bda5cf (Windows) Fixed two MSVC compiler warnings. 2021-03-15 17:22:45 +01:00
Leon Styhre
f35e3c2e65 (Windows) Fixed the symbolic link support. 2021-03-15 17:18:33 +01:00
Leon Styhre
9c82b6cf38 Small update to the man page generation script. 2021-03-14 21:35:19 +01:00
Leon Styhre
e726eea19f Bumped the version to v1.0.0-beta3-dev 2021-03-14 21:34:04 +01:00
Leon Styhre
c438b34dbf Updated the download links for beta2 in README.md 2021-03-14 16:06:34 +01:00
Leon Styhre
ee9f12a61b Bumped the version to v1.0.0-beta2 2021-03-14 14:39:26 +01:00
Leon Styhre
291242093e (Unix) Single-byte change to the man page. 2021-03-14 14:38:32 +01:00
Leon Styhre
3150878b05 Updated CONTRIBUTING.md 2021-03-14 14:00:23 +01:00
Leon Styhre
62f5a9a413 (Unix) Added the web site URL to the man page. 2021-03-14 11:35:06 +01:00
Leon Styhre
3f41305aef (Unix) Changed the order of the authors in the man page. 2021-03-14 11:25:58 +01:00
Leon Styhre
e235a8d9ec Changed the web site field for the DEB package. 2021-03-14 11:20:44 +01:00
Leon Styhre
f1e357d12d Updated the Unix desktop entry. 2021-03-14 11:19:18 +01:00
Leon Styhre
0cf6914e16 (Windows) Fixed a MinGW compile error. 2021-03-14 10:48:43 +01:00
Leon Styhre
e319a5362e Small documentation update. 2021-03-14 10:19:01 +01:00
Leon Styhre
e1932bf02d (rbsimple-DE) Small adjustment to the game description text placement. 2021-03-14 10:16:57 +01:00
Leon Styhre
98395bc81d Slightly decreased the time needed to reach the highest scrolling tier. 2021-03-14 10:04:52 +01:00
Leon Styhre
6e58b5f2fa Fixed an issue in ScrollableContainer where the reset animation played when it shouldn't. 2021-03-14 09:49:26 +01:00