aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-10-21I18N: Regenerate translations data fileThierry Crozat
2019-10-20SCI32: Fix GK1 icon bar workaroundsluicebox
Fixes an uninitialized parameter workaround, trac #11215 This caused the icon bar to error when in "icon up" mode
2019-10-20SCI32: Fix GK1 interrupted museum speechsluicebox
Fixes bug #11219
2019-10-21COMMON: Fix Missing Default Switch Case in Coroutine MacrosD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-21I18N: Update translations templatesThierry Crozat
2019-10-21HUGO: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-20PARALLACTION: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-20STARTREK: Fix Minor Syntax MistakeD G Turner
This unfortunately compiled fine, but was flagged by the GCC -Wunused-value warning.
2019-10-20STARTREK: Unify the text patching codeFilippos Karapetis
2019-10-20I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1162 of 1162 strings)
2019-10-20I18N: Update translations templatesThierry Crozat
2019-10-20SWORD2: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-20PINK: Fix text drawing, use absolute coordinatesEugene Sandulenko
2019-10-20GRAPHICS: MACGUI: Added possibility to render MacText at any desired placeEugene Sandulenko
2019-10-203DS: Change the audio thread to wait for the audio buffers to completeBastien Bouclet
Fixes the regular pop sounds caused by buffer underruns / clobbering of the previous implementation.
2019-10-203DS: Don't immediately update the screen when enabling the overlayBastien Bouclet
Fixes the overlay dirty buffer being visible for a frame when opening the GUI while in-game.
2019-10-20I18N: Update translations templatesThierry Crozat
2019-10-20SWORD1: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-20STARTREK: Read the text of the MUDD mission rooms from RDF filesFilippos Karapetis
Also, add a central mechanism to fix text typos
2019-10-20SKY: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-19PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 55.9% (1540 of 2757 strings)
2019-10-19I18N: Update translations templatesThierry Crozat
2019-10-19GROOVIE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-19CRYOMNI3D: Fix default cases to raise errorsLe Philousophe
2019-10-19CRUISE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-19PINK: Enable text rendering for localized versionsEugene Sandulenko
2019-10-19GRAPHICS: MACGUI: Added default font for MacTextEugene Sandulenko
2019-10-19COMMON: Moved string encoding to separate fileEugene Sandulenko
2019-10-19IOS7: enable home indicator auto-hide on iPhone X and upStefan Will
This makes the annoying white line at the bottom of the screen go away on newer (home button-less) iPhones. https://developer.apple.com/documentation/uikit/uiviewcontroller/2887510-prefershomeindicatorautohidden