Commit graph

728 commits

Author SHA1 Message Date
Leon Styhre 056394b1f1 (Windows) Changed the process name and the display name. 2020-12-30 15:13:44 +01:00
Leon Styhre 900d833527 Changed the version string to 1.0.0-beta1 as a preparation for the Beta 1 release. 2020-12-30 14:28:07 +01:00
Leon Styhre 08aec29e4a Minor update to the package description.
Also a small change to the Unix desktop entry.
2020-12-30 12:48:48 +01:00
Leon Styhre 755d8bcd56 Changed the program description again. 2020-12-30 11:50:50 +01:00
Leon Styhre ee243dc37b Changed the program description slightly. 2020-12-30 10:59:08 +01:00
Leon Styhre 30f0a796f3 (Windows) Removed some unnecessary DLL files from the NSIS installer. 2020-12-29 22:20:08 +01:00
Leon Styhre 776554c80b (Windows) The NSIS installer now works when building with MSVC. 2020-12-29 17:44:00 +01:00
Leon Styhre 56cc17d7a1 Made some special Unicode characters work correctly with the MSVC compiler. 2020-12-29 14:51:29 +01:00
Leon Styhre c95334756d Fixed a lot of MSVC compiler warnings. 2020-12-29 12:54:24 +01:00
Leon Styhre 0365e9c572 Fixed some MSVC compiler warnings. 2020-12-29 11:06:01 +01:00
Leon Styhre 9ec3f19482 (Windows) Added support for the MSVC compiler. 2020-12-28 23:23:01 +01:00
Leon Styhre 963f93e0f8 Replaced the custom math functions with standard C++ functions. 2020-12-28 11:29:32 +01:00
Leon Styhre b1bb9743f2 Made the 'fullname' tag in es_systems.cfg mandatory. 2020-12-26 20:20:45 +01:00
Leon Styhre 6dfd8e0cfc Renamed the %ROM_RAW% variable to %ROMRAW% 2020-12-26 20:19:04 +01:00
Leon Styhre f4233db66e Small cosmetic change to the game options menu. 2020-12-25 22:50:20 +01:00
Leon Styhre 50d8c7eb30 Changed the name of the quit entry if the quit menu has been deactivated. 2020-12-25 22:49:40 +01:00
Leon Styhre 65c1e9880e Set Slide transitions as the first entry in GuiMenu. 2020-12-25 17:25:23 +01:00
Leon Styhre b249a1e9a3 Added folder indication icon when scraping a folder. 2020-12-25 15:28:19 +01:00
Leon Styhre 045e66103a Made it possible to use the controller hat when entering the UI mode passkey. 2020-12-23 22:30:53 +01:00
Leon Styhre 327676d7d7 Renamed CollectionSystemManager to CollectionSystemsManager. 2020-12-23 18:06:30 +01:00
Leon Styhre a27c961987 Some changes to the startup logging.
Also removed some unnecessary audio code.
2020-12-23 17:56:21 +01:00
Leon Styhre 214a7861f9 Modernized the audio handling code a bit. 2020-12-21 00:23:22 +01:00
Leon Styhre 46c178af1d Added volume controls for navigation sounds and the video player. 2020-12-20 16:41:58 +01:00
Leon Styhre bb7097a1af Changed the order of two command line parameters. 2020-12-20 15:09:47 +01:00
Leon Styhre b0b12591e0 (Windows) Added the %COREPATH% variable logic. 2020-12-20 14:30:31 +01:00
Leon Styhre c4752e494e (macOS) Removed the bundling of cURL. 2020-12-20 13:13:12 +01:00
Leon Styhre 03609b2f08 Removed some unnecessary processing when leaving folders. 2020-12-20 12:20:29 +01:00
Leon Styhre 7fb06a5702 Cursor positions inside folders and grouped collections are now remembered. 2020-12-20 12:07:02 +01:00
Leon Styhre bb3cc4d4a1 Added logic and menu option for handling invalid media files during scraping.
Also added a shortcut for defining the scraper searches and fixed an issue where games were automatically selected after refining the search.
2020-12-18 16:35:19 +01:00
Leon Styhre defb16b6da Fixed multiple issues with the UI modes (full/kiosk/kid).
Also improved the quit menu.
2020-12-17 23:45:29 +01:00
Leon Styhre ade0160ffe Made the switches slightly smaller in the metadata editor.
Also made the value 'unknown' be set for some entries when clearing them individually in the metadata editor.
2020-12-17 20:49:20 +01:00
Leon Styhre bddc87bbcc Changed some more code from C to C++ 2020-12-17 20:43:52 +01:00
Leon Styhre b6f15cb8d9 Fixed a compilation error on Raspberry Pi. 2020-12-17 00:09:26 +01:00
Leon Styhre debf072a0e Rewrote some code from C to C++ 2020-12-16 23:59:00 +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 ab2b29f398 Scraping using ScreenScraper now always shows the ratings in the GUI. 2020-12-16 19:03:05 +01:00
Leon Styhre e6f16be221 Fixed an issue with refining ScreenScraper searches for arcade games.
Also did a tiny cosmetic code change in Window.cpp.
2020-12-16 18:46:38 +01:00
Leon Styhre 29abe2dc8c Removed the deprecated PowerSaver. 2020-12-16 17:57:10 +01:00
Leon Styhre 0c7e02e6f4 The scraper filter setting is now retained throughout the program session. 2020-12-16 17:35:23 +01:00
Leon Styhre 98d99ef8bb Added support for graying out menu entries via switch callbacks. 2020-12-15 18:49:43 +01:00
Leon Styhre ed77c7a9aa Fixed a crash when jumping directly to a specific game system on startup. 2020-12-15 18:44:56 +01:00
Leon Styhre 024e073e86 Added support for %COREPATH% variable and reverted to a single Unix es_systems.cfg template file. 2020-12-15 18:42:38 +01:00
Leon Styhre e752904ab1 Added logic to retrieve default setting values. 2020-12-14 17:25:41 +01:00
Leon Styhre 5de61ecb4d Removed two ambiguous NULL values. 2020-11-30 20:42:16 +01:00
Leon Styhre 208d3a9fb3 Fixed a crash when attempting to change the ROM directory. 2020-11-30 20:19:29 +01:00
Leon Styhre 38c0ad0560 (macOS) Cosmetic improvement to the installer license file. 2020-11-30 19:27:12 +01:00
Leon Styhre 804f175bb8 Fixed an issue and made some improvements to the Windows installer. 2020-11-30 18:58:55 +01:00
Leon Styhre 8d9a33e2d6 Fixed the RPM package generation so it can be installed on Fedora.
Also removed some unnecessary DEB package generation configuration.
2020-11-29 11:18:39 +01:00
Leon Styhre 48a7bed2c0 Fixed compilation errors on Fedora and GCC 10. 2020-11-28 22:27:00 +01:00
Leon Styhre 16c9752017 Added VLC as a .deb package dependency. 2020-11-28 22:18:47 +01:00