Commit Graph
4703 Commits
Author SHA1 Message Date
Lothar Serra Mari d8f83247b2 CREDIS: Update credits for TETRAEDGE 2023-01-16 19:31:52 +01:00
Cameron Cawley 138a983d80 COMMON: Refactor VSync handling to match the other options 2023-01-16 18:09:53 +01:00
Lothar Serra Mari 3dd9022485 GUI: Use dynamic packname string in cache clearing dialogs 2023-01-15 10:55:27 +01:00
Eugene Sandulenko e1ec545abd GUI: Update default icons set. Based on bf016200f2b1b9080cb 2023-01-12 23:17:48 +01:00
Walter Agazzi 70a2b2ac5f GUI: Improve comment, typo fix 2023-01-12 23:11:50 +01:00
Walter Agazzi 23aa5eeb31 GUI: Align flags using thumbnail size 2023-01-12 23:11:50 +01:00
Walter Agazzi d54daa0aee GUI: Try loading PNG flag if a vector isn't available 2023-01-12 23:11:50 +01:00
Lothar Serra Mari aac2ef5d0a I18N: Update GUI translations datafile 2023-01-12 19:23:57 +01:00
Vladimir Serbinenko 0fe52aed23 GUI: Support RGB332 for Theme Engine 2023-01-12 10:27:20 +03:00
Lothar Serra Mari fe0ec0f5f5 CREDITS: Add the seal 2023-01-09 22:30:32 +01:00
Eugene Sandulenko e72135309f GUI: Update download progress only twice a second to put less strain on CPU 2023-01-08 15:10:14 +01:00
Eugene Sandulenko fcb2182266 GUI: Move the icon-related code from the DownloadPacksDialog to the options 2023-01-08 14:10:27 +01:00
Eugene Sandulenko efaeb08a4f GUI: Added default shaders pack.
The source is in https://github.com/scummvm/scummvm-shaders/tree/master/base
2023-01-08 01:15:54 +01:00
Eugene Sandulenko 3c7a05825c GUI: Sync classic theme, bump theme version and regenerate 2023-01-08 01:15:53 +01:00
Eugene Sandulenko bfbaff64c1 GUI: Fix ShadowBrowser for classic theme 2023-01-08 01:15:53 +01:00
Eugene Sandulenko 965f0f370f GUI: Implemented shader packs downloading 2023-01-08 01:15:53 +01:00
Eugene Sandulenko 31afcec77c GUI: Generalize DownloadPacksDialog 2023-01-08 01:15:53 +01:00
Eugene Sandulenko 4d0f0fda52 GUI: Renamed DownloadIconsDialog -> DownloadPacksDialog 2023-01-08 01:15:53 +01:00
Eugene Sandulenko ee33e99357 GUI: Rename downloadiconsdialog.* -> downloadpacksdialog.* 2023-01-08 01:15:53 +01:00
Eugene Sandulenko 5de84d8724 GUI: Added button for updating shaders 2023-01-08 01:15:53 +01:00
Eugene Sandulenko 8f469af5dc GUI: Added alternate file picker to ShaderBrowser 2023-01-08 01:15:52 +01:00
Eugene Sandulenko 0a9d3ca616 GUI: Added text filter to the ShaderBrowser 2023-01-08 01:15:52 +01:00
Eugene Sandulenko c1478cd1e6 GUI: Fixed search icon tooltip 2023-01-08 01:15:52 +01:00
Eugene Sandulenko ad8ffd0035 GUI: Initial code for Shader Browser. Zip selection works 2023-01-08 01:15:52 +01:00
Eugene Sandulenko e41559cfa5 GUI: Moved icons pack set generation to common/ 2023-01-08 01:15:51 +01:00
Eugene Sandulenko 01fed3e462 GUI: Load icons set in correct order
Previously we were loading default gui-icons.dat first which
was effectively preventing us from overriding the matching files
from the icon packs.
2023-01-05 14:38:59 +01:00
elasota 648d7e9718 GUI: Add mousewheel scrolling to credits. 2023-01-04 11:26:25 +02:00
D G Turner 8e7ef23177 GUI: Fix Signed vs. Unsigned Comparison GCC Compiler Warning 2023-01-02 18:47:53 +00:00
Eugene Sandulenko e4686897d4 GUI: Added setting for global RNG seed in the Misc tab 2023-01-02 16:12:44 +01:00
Eugene Sandulenko 41da1de090 COMMON: Sync RNG seed initialising between common and event recorder 2023-01-02 16:12:44 +01:00
Eugene Sandulenko 3a577c3856 GUI: Split out GUI-related settings into a separate tab
Also, bump the theme version and add widgets for the random seed.
2023-01-02 15:09:37 +01:00
Eugene Sandulenko 22c37d2c90 ALL: Update copyright year 2023-01-01 00:00:51 +01:00
Cameron Cawley 67a57e945d GUI: Improve support for group selection in the launcher on small screens 2022-12-25 16:26:26 +01:00
Cameron Cawley 9728584687 GUI: Automatically extend the width of single column pop-up dialogs 2022-12-25 16:26:26 +01:00
Cameron Cawley 7f2d9fd0fd GRAPHICS: Split conversion.cpp into multiple files 2022-12-22 23:45:14 +01:00
Walter Agazzi ab248d8d91 GUI: Change wording of "return to launcher" checkbox 2022-12-20 11:29:11 +01:00
AndywinXp c356df9095 CREDITS: Update SCUMM section 2022-12-13 21:25:26 +01:00
neuromancer 763654fcd9 CREDITS: Updated to include freescape authors 2022-12-13 11:27:41 -03:00
Cameron Cawley 28d7b361ea COMMON: Move more file format code into common/formats 2022-12-11 22:33:23 +01:00
Vladimir Serbinenko aaced28b98 GUI: Switch debugger to openFileOrDataFork 2022-12-11 21:32:30 +01:00
Roberto Sánchez 75231868db GUI: Place empty metadata games last when sorting 2022-12-08 23:19:45 +01:00
elasota cebe367bab JANITORIAL: Change 0xffffffffu to uint32(-1) instead. 2022-12-04 00:08:48 +01:00
elasota cc11b531e3 JANITORIAL: Clean up all non-engine Visual Studio warnings. 2022-12-04 00:08:48 +01:00
Eugene Sandulenko 8ec11f3aa5 CREDITS: Update 2022-12-02 11:50:51 +01:00
Eugene Sandulenko 8f8d522913 COMMON: Move achievements.* to engines/ 2022-12-02 00:12:22 +01:00
Eugene Sandulenko fb7095f5a4 COMMON: Move all compression-related files to a separate directory 2022-12-01 11:53:02 +01:00
Donovan Watteau 69fa387197 GUI: Use MSVC_PRINTF when GCC_PRINTF is used 2022-11-29 01:37:16 +01:00
Lothar Serra Mari f7349a1461 I18N: Update translations datafile 2022-11-28 19:45:01 +01:00
Cameron Cawley 2c8a7d3900 ENGINES: Remove support for GUI options in MetaEngineDetection subclasses 2022-11-16 23:58:54 +01:00
Hubert Maier 2c0648332a JANITORIAL: GUI: Correct Spelling Mistake
orignal -> original
2022-11-15 22:52:43 +02:00