aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-23SCI32: Include Mac resource filenames with two digitssluicebox
KQ7, Phant1, and others have more than 9 "Data" files
2019-10-24ZVISION: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-24SCUMM HE: Fix Compilation When HE is DisabledD G Turner
2019-10-23HOPKINS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-24SCUMM HE: Fix libcurl compilation checksEugene Sandulenko
2019-10-24SCUMM HE: Hook in PostRequest to Moonbase CommanderEugene Sandulenko
2019-10-24SCUMM HE: Set up networking variable later during executionEugene Sandulenko
2019-10-24NETWORKING: Changed PostRequest to accept JSONValueEugene Sandulenko
2019-10-24NETWORKING: Added simple request handlerEugene Sandulenko
2019-10-23AMIGAOS4: Fix dist scripts (#1905)Hubert Maier
* AMIGAOS4: Fix Script Turns out i had the wrong directory set to pull the shared libraries from. * AMIGAOS4: Fix script Fix arithmetic conversion error on EXIT cases.
2019-10-23SCI32: Fix GK1 inventory item bug on restartsluicebox
Fixes bug #11222
2019-10-23GUI: Fix pressing escape erroneously saving the changes in the options dialogBastien Bouclet
Pressing escape sets the dialog result to -1.
2019-10-23WAGE: Mark all detection entries as ADGF_UNSTABLETarek Soliman
2019-10-23AVALANCHE: Mark all detection entries as ADGF_UNSTABLETarek Soliman
2019-10-23CRYO: Mark demo detection entries as ADGF_UNSTABLETarek Soliman
2019-10-23MACVENTURE: Mark all detection entries as ADGF_UNSTABLETarek Soliman
2019-10-23Revert "Revert "SLUDGE: All games are unstable, since the engine is unstable.""Tarek Soliman
This reverts commit a328e49dc549295c14b188d158d18b288d8a0c45 thus reinstating commit 31c3b4cd3276f9fa40adef6380951903189de796 Details in #1904
2019-10-23Revert "SLUDGE: All games are unstable, since the engine is unstable."Eugene Sandulenko
This reverts commit 31c3b4cd3276f9fa40adef6380951903189de796. The engine is nut enabled by default, so there is no point for these flags.
2019-10-23ANDROID: Simplify handling of menu/back button eventsCameron Cawley
2019-10-23ANDROID: Add swap menu and back buttons optionCameron Cawley
2019-10-23SCUMM: Bump HE version of Pajama2 GB to 99, Fixes bug #10933Ben Castricum
2019-10-23PINK: Add Dutch detection entryWammus
2019-10-23SLUDGE: All games are unstable, since the engine is unstable.Henrik "Henke37" Andersson
2019-10-23WAGE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-22GLK: Squash of GLK sub-engines pull request, unused variable fixPaul Gilbert
See ccawley2011's pull at https://github.com/scummvm/scummvm/pull/1900
2019-10-23I18N: Update translations templatesThierry Crozat
2019-10-22GLK: Remove incorrect include. Thanks to ccawley2011Paul Gilbert
2019-10-23CRUISE: Correct Parameter Sanity Checks in Several FunctionsD G Turner
This was flagged by GCC -Wlogical-op as the inverted logical operation was causing these checks to always return true.
2019-10-23SCUMM HE: Fix GCC Compiler WarningsD G Turner
2019-10-23SCUMM HE: Really Fix CompilationD G Turner
2019-10-23SCUMM HE: Fix CompilationD G Turner
2019-10-22SCUMM HE: Work on receiving part of Moonbase Commander networkingEugene Sandulenko
2019-10-22SCUMM HE: Hid several noisy debug messagesEugene Sandulenko
2019-10-22SCUMM HE: More code for Moonbase Commander networkingEugene Sandulenko
2019-10-22SCUMM: Made displayMessage() publicEugene Sandulenko
2019-10-22SCUMM HE: More work on the Moonbase networking. Getting in-gameEugene Sandulenko
2019-10-22SCUMM HE: Initial (hard)code for Moonbase networkingEugene Sandulenko
2019-10-22SCUMM: Made getResourceSize() publicEugene Sandulenko
2019-10-22GUI: Increase height of tab widget by 2px in lowres layoutBastien Bouclet
The height of the tab widget was reduced by 2px in eabb81829f29716e949890844029567687626bc8. However, that change caused the tab nav buttons to be drawn slightly outside of the tabs with the low resolution layout.
2019-10-22PRINCE: I18N: Update translation (English)Krzysztof TargoĊ„ski
Currently translated at 56.0% (1543 of 2757 strings)
2019-10-21AMIGAOS4: Automate special target installation even more (#1901)Hubert Maier
* AMIGAOS4: Update amigaos.mk - reorg - add stripping/copying engine plugins - add Ext_Ins_so.rexx * Ext_Inst_so.rexx Add script to extract and install all compiled-in shared libraries to a local sobjs/ dir. Reason is that not every AmigaOS4 installation, especially vanilla ones, feature all mandatory libraries (which has led to many bug reports and lots of gathering of the correct libraries for users in the past) * AMIGAOS4: RM2AG.rexx - Add automatic installation to the correct path - Add deleting the temp file - Typos and rewording - Add I/O panic switches
2019-10-21I18N: Update translations templatesThierry Crozat
2019-10-21SCI32: Add support for AIFF audiosluicebox
Used by at least LSL6 Mac CD for voices
2019-10-21SCI32: Add LSL6 Mac CD detection entrysluicebox
Trac #11218
2019-10-21SCI: Add LSL6 Mac Floppy kGetCWD workaroundsluicebox
The game now starts
2019-10-21SCI: Add LSL6 Mac Floppy detection entrysluicebox
2019-10-21CONFIGURE: Added some CXXFLAGS for android x86_64Thanasis Antoniou
2019-10-21CONFIGURE: Comments on SDK and NDK env vars for AndroidThanasis Antoniou
2019-10-21ANDROID: Set target sdk to 28 in project.propertiesThanasis Antoniou
Also minor additions of tags in Manifest files
2019-10-21ANDROID: Set target SDK to 28Thanasis Antoniou