aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-17STARTREK: More explicit definition of text typesFilippos Karapetis
2019-08-17STARTREK: Load all kinds of messages, and remove redundant variablesFilippos Karapetis
2019-08-17STARTREK: Allow lowercase for mission names in console commandsFilippos Karapetis
2019-08-16GLK: FROTZ: Workaround Shogun Blorb having a 0 size apal chunkPaul Gilbert
2019-08-16GLK: FROTZ: Erase correct area when switching rooms in ArthurPaul Gilbert
2019-08-17GUI: Fix GCC Compiler Warnings in GUI Theme Parser CodeD G Turner
This removes the usage of memset to clear complex structures and replaces them with constructor methods for the structures which will be executed when these are instantiated.
2019-08-16GLK: FROTZ: Properly implement os_char_widthPaul Gilbert
This fixes a memory corruption in the Arthur startup
2019-08-16GLK: FROTZ: Proper pixel precision for V5+Paul Gilbert
2019-08-16GLK: FROTZ: Only call Glk move cursor for Glk text grid windowsPaul Gilbert
2019-08-16BLADERUNNER: Restored buzzer to annoy Dino (WIP)antoniou79
2019-08-16BLADERUNNER: Added cut generic walker modelsantoniou79
2019-08-16STARTREK: Simplify screen name code and add the "actions" debug commandFilippos Karapetis
- The screen name and map name code have been merged and simplified - Some usage of SharedPtr has been adapted - Duplicate code for loading the room map has been merged - The "actions" command has been imported from the tools code - Cleanup
2019-08-15SCI: Fix builds when SCI32 disabledsluicebox
Fixes previous commit
2019-08-15SCI: Fix ECO2 Icon bar tutorialsluicebox
Fixes bug #11081
2019-08-16BLADERUNNER: Early restoration for Dino Kleinantoniou79
2019-08-16BLADERUNNER: Cleaner format in constants and init_script(partial)antoniou79
2019-08-15CREDITS: Add credits for Supernova and update iOS and macOS creditsThierry Crozat
2019-08-15DS: Disable Bink and LuaCameron Cawley
This should help to reduce the size of the main executable.
2019-08-15BACKENDS: Fix GCC Warnings in Surface SDL GraphicsD G Turner
This removes the usage of memset to clear complex structures and replaces them with constructor methods for the structures which will be executed when these are instantiated.
2019-08-15STARTREK: Cleanup away mission chain loading codeFilippos Karapetis
2019-08-15STARTREK: Add a consoleFilippos Karapetis
This also fixes an uninitialized pointer crash (_mapFile)
2019-08-15CRYOMNI3D: Fix Spanish compressed file sizeLe Philousophe
That was reported in forums and it's due to bad copy-paste
2019-08-15BACKENDS: Handle screen shaking in WindowedGraphicsManagerCameron Cawley
2019-08-14CRYOMNI3D: Add detection for English DOS/Windows CDThierry Crozat
This was reported by scoriae on the forum.
2019-08-14SCI: Fix Macintosh kDrawPic mirror flag handlingsluicebox
Fixes the KQ6 Mac peppermint cave room
2019-08-13VITA: Use activeArea rectangle also on Vitarsn8887
2019-08-13CREDITS: Add myselfsluicebox
The big reveal
2019-08-13BACKENDS: add Fit to window (4:3) stretch mode to SDL2 backendrsn8887
2019-08-13I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1113 of 1113 strings)
2019-08-13I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1113 of 1113 strings)
2019-08-13I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1113 of 1113 strings)
2019-08-13I18N: Update translation (French)Thierry Crozat
Currently translated at 100.0% (1113 of 1113 strings)
2019-08-13I18N: Update translation (French)Thierry Crozat
Currently translated at 99.7% (1110 of 1113 strings)
2019-08-13I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1113 of 1113 strings)
2019-08-13I18N: Update translations templatesThierry Crozat
2019-08-13I18N: Regenerate translations data fileThierry Crozat
2019-08-13BLADERUNNER: Prevent Replicants from despawning from the moonbusThanasis Antoniou
All Replicants get a new goal now inside the moonbus, and movement flush This is to prevent earlier scripts that had them "walking around" from kicking in (this was mainly a bug for the twins) but is applied to everyone (except Clovis and Sadik) for conformance
2019-08-13LUA: Fix end of namespace commentCameron Cawley
2019-08-13LUA: Remove duplicate object file from module.mkCameron Cawley
2019-08-13NEWS: List ADL changesWalter van Niftrik
2019-08-13COMMON: Move Lua into Common and make it into...Nipun Garg
an engine feature
2019-08-13SCI: Fix SQ4CD Unstable ordnance bugsluicebox
Fixes bug #11077
2019-08-12TSAGE: Removed "pirated" flag from Spanish fanmade translationaviloria
TSAGE: Removed "pirated" flag from Spanish fanmade translation
2019-08-12DISTS:ANDROIDSDL: Update splash logo.pngThanasis Antoniou
2019-08-12SCI: Update Sound:vol in processUpdateCuessluicebox
Sound:vol is updated when updating cues starting in SCI_VERSION_1_MIDDLE. Fixes bug #10244. SQ4 localized floppy versions depend on this when getting in the orange ship, they fade music and wait for the volume to reach zero. Confirmed against asm that this is not in SQ4 floppy (early) but is in LSL1VGA (middle) and SQ4 localized floppies and SQ4CD (late).
2019-08-12BACKENDS: Use the default save file manager on Switch and SamsungTVCameron Cawley
2019-08-12POSIX: Remove POSIX-specific checkPath functionCameron Cawley
2019-08-12SCI: Fix SQ4CD hintbook text layoutsluicebox
Fixes #11070
2019-08-11SCI: Add detection entry for QFG4 Demo from KQ6 CD-ROMsluicebox
Trac #11062
2019-08-11GLK: FROTZ: Properly erase window when Arthur intro finishesPaul Gilbert