aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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-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-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-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-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-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-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-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
2019-08-11GLK: FROTZ: Properly have first text screen cover title screen in Arthur introPaul Gilbert
2019-08-11GLK: FROTZ: Allow window positioning before creating Glk windowPaul Gilbert
This fixes a bug window with Athur that after the intro an extra text buffer window was needlessly being created which covered the play area, simply because one of the frotz windows had it's properties set
2019-08-12ADL: Fix compilation for openpandoraWalter van Niftrik
2019-08-12ADL: Improve color accuracyWalter van Niftrik
This adds two new display modes to replace the old one. One is a 16-color mode and the other does TV "emulation" based on code in AppleWin. Both of these modes should deliver more accurate colors, including NTSC artifact colors.
2019-08-11ADL: Refactor Display classWalter van Niftrik
2019-08-11TESTBED: Add createDirectory() test in FStestsCameron Cawley
2019-08-11WAGE: Don't require the data fork for the external sound fileCameron Cawley
2019-08-11SCI32: Fix Mirrored Pic Drawingsluicebox
Fixes bug #10748
2019-08-10GRAPHICS: MACGUI: Use Common::String for addMenuItem and addMenuSubItemCameron Cawley
2019-08-09XEEN: Fix Not Enough Gold error dialog wasn't showingPaul Gilbert
2019-08-09XEEN: Fix not giving skills if party doesn't have enough goldPaul Gilbert
2019-08-09XEEN: Fix the random generation of misc itemsPaul Gilbert
2019-08-09XEEN: Show Spell Failed dialog if enchanitem item failsPaul Gilbert
2019-08-09GRAPHICS: Add a version of CursorManager::replaceCursor that accepts a ↵Cameron Cawley
Graphics::Cursor
2019-08-09XEEN: Fix item dialog item icons for shieldsPaul Gilbert
2019-08-09XEEN: Fix using 1,2,3 in combat to target specific creaturesPaul Gilbert
2019-08-09BLADERUNNER: Restore more comments in RC02Thanasis Antoniou
2019-08-09SCI: Fix SQ4 Sock's dressing room obstaclessluicebox
Fixes bug #11055
2019-08-08GLK: FROTZ: Fix drawing graphics in Zork Zero vs ArthurPaul Gilbert
In Zork Zero, grahpics drawn to window 0 (the text buffer) are always treated as being interleaved with the text. Whereas in Arthur, the title screens are drawn to window 0, so have to be drawn to the background
2019-08-08TSAGE: R2R: Add Spanish translation detection entry flagged as piratedPaul Gilbert
I decided it was worthwhile to have an entry for it, but flagged as pirated, so we don't accidentally add it in as supported later on.
2019-08-08GLK: FROTZ: Ordering of text and graphics windows based on usagePaul Gilbert
The ScummGlk backend already had a new 'arbitrary' mode allowing for windows to be placed at any position, and on top of each other. This expands on this by ensuring that the background window, which is used for drawing graphics on, appears behind text that gets written. Yet can still appear on top of the text (hiding it) when title screen graphics are being shown
2019-08-08GLK: Add methods for sending windows to the front/back of draw orderPaul Gilbert
2019-08-07SCI: (FB01 sound driver) - fix potential lockupathrxx
(add another mutex lock)
2019-08-07SCI: (FB01 sound driver) - add missing empty lineathrxx