Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-23 | SCUMM HE: Fix GCC Compiler Warnings | D G Turner | |
2019-10-23 | SCUMM HE: Really Fix Compilation | D G Turner | |
2019-10-23 | SCUMM HE: Fix Compilation | D G Turner | |
2019-10-22 | SCUMM HE: Work on receiving part of Moonbase Commander networking | Eugene Sandulenko | |
2019-10-22 | SCUMM HE: Hid several noisy debug messages | Eugene Sandulenko | |
2019-10-22 | SCUMM HE: More code for Moonbase Commander networking | Eugene Sandulenko | |
2019-10-22 | SCUMM: Made displayMessage() public | Eugene Sandulenko | |
2019-10-22 | SCUMM HE: More work on the Moonbase networking. Getting in-game | Eugene Sandulenko | |
2019-10-22 | SCUMM HE: Initial (hard)code for Moonbase networking | Eugene Sandulenko | |
2019-10-22 | SCUMM: Made getResourceSize() public | Eugene Sandulenko | |
2019-10-22 | GUI: Increase height of tab widget by 2px in lowres layout | Bastien 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-22 | PRINCE: I18N: Update translation (English) | Krzysztof TargoĊski | |
Currently translated at 56.0% (1543 of 2757 strings) | |||
2019-10-21 | AMIGAOS4: 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-21 | I18N: Update translations templates | Thierry Crozat | |
2019-10-21 | SCI32: Add support for AIFF audio | sluicebox | |
Used by at least LSL6 Mac CD for voices | |||
2019-10-21 | SCI32: Add LSL6 Mac CD detection entry | sluicebox | |
Trac #11218 | |||
2019-10-21 | SCI: Add LSL6 Mac Floppy kGetCWD workaround | sluicebox | |
The game now starts | |||
2019-10-21 | SCI: Add LSL6 Mac Floppy detection entry | sluicebox | |
2019-10-21 | CONFIGURE: Added some CXXFLAGS for android x86_64 | Thanasis Antoniou | |
2019-10-21 | CONFIGURE: Comments on SDK and NDK env vars for Android | Thanasis Antoniou | |
2019-10-21 | ANDROID: Set target sdk to 28 in project.properties | Thanasis Antoniou | |
Also minor additions of tags in Manifest files | |||
2019-10-21 | ANDROID: Set target SDK to 28 | Thanasis Antoniou | |
2019-10-21 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-10-20 | SCI32: Fix GK1 icon bar workaround | sluicebox | |
Fixes an uninitialized parameter workaround, trac #11215 This caused the icon bar to error when in "icon up" mode | |||
2019-10-20 | SCI32: Fix GK1 interrupted museum speech | sluicebox | |
Fixes bug #11219 | |||
2019-10-21 | COMMON: Fix Missing Default Switch Case in Coroutine Macros | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-21 | I18N: Update translations templates | Thierry Crozat | |
2019-10-21 | HUGO: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-20 | PARALLACTION: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-20 | STARTREK: Fix Minor Syntax Mistake | D G Turner | |
This unfortunately compiled fine, but was flagged by the GCC -Wunused-value warning. | |||
2019-10-20 | STARTREK: Unify the text patching code | Filippos Karapetis | |
2019-10-20 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (1162 of 1162 strings) | |||
2019-10-20 | I18N: Update translations templates | Thierry Crozat | |
2019-10-20 | SWORD2: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-20 | PINK: Fix text drawing, use absolute coordinates | Eugene Sandulenko | |
2019-10-20 | GRAPHICS: MACGUI: Added possibility to render MacText at any desired place | Eugene Sandulenko | |
2019-10-20 | 3DS: Change the audio thread to wait for the audio buffers to complete | Bastien Bouclet | |
Fixes the regular pop sounds caused by buffer underruns / clobbering of the previous implementation. | |||
2019-10-20 | 3DS: Don't immediately update the screen when enabling the overlay | Bastien Bouclet | |
Fixes the overlay dirty buffer being visible for a frame when opening the GUI while in-game. | |||
2019-10-20 | I18N: Update translations templates | Thierry Crozat | |
2019-10-20 | SWORD1: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-20 | STARTREK: Read the text of the MUDD mission rooms from RDF files | Filippos Karapetis | |
Also, add a central mechanism to fix text typos | |||
2019-10-20 | SKY: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-19 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 55.9% (1540 of 2757 strings) | |||
2019-10-19 | I18N: Update translations templates | Thierry Crozat | |
2019-10-19 | GROOVIE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-19 | CRYOMNI3D: Fix default cases to raise errors | Le Philousophe | |
2019-10-19 | CRUISE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-19 | PINK: Enable text rendering for localized versions | Eugene Sandulenko | |
2019-10-19 | GRAPHICS: MACGUI: Added default font for MacText | Eugene Sandulenko | |
2019-10-19 | COMMON: Moved string encoding to separate file | Eugene Sandulenko | |