aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2019-11-24DIRECTOR: Fix symbol printingEugene Sandulenko
2019-11-23DIRECTOR: Add sanity check to c_play()Eugene Sandulenko
2019-11-23GLK: MAGNETIC: Even Further Fixes for AmigaOS4 CompilationD G Turner
2019-11-23GLK: MAGNETIC: Further Fixes for AmigaOS4 CompilationD G Turner
2019-11-23GLK: MAGNETIC: Fix Compilation on AmigaOS4D G Turner
This seems to be an issue where the initializer for the members called log get confused for a call to the log() standard library function. Renaming these members with leading underscores and adding some checks for nullptr before usage are good practice in any case and should fix this.
2019-11-22GLK: MAGNETIC: Compilation fixPaul Gilbert
2019-11-22GLK: MAGNETIC: Hooking up loading/saving gamesPaul Gilbert
2019-11-22GLK: Fixing defines clashes between sub-enginesPaul Gilbert
2019-11-22GLK: MAGNETIC: Moving local method static variables to class fieldsPaul Gilbert
2019-11-22GLK: MAGNETIC: Making functions all class methods, statics into class fieldsPaul Gilbert
2019-11-22GLK: MAGNETIC: Startup fixesPaul Gilbert
2019-11-22GLK: MAGNETIC: Added subengine filesdreammaster
2019-11-20SCI: Fix CAMELOT dropped events while sword is drawnsluicebox
Fixes bug #11269
2019-11-20SCI: Fix CAMELOT menu items when restoringsluicebox
2019-11-20SCI: Fix comment typossluicebox
2019-11-19SCI: Fix kMenuSelect selecting disabled itemssluicebox
Fixes CAMELOT "draw sword" command causing bugs and lockups when it's not supposed to be available
2019-11-19PINK: Fix crash when switching the countries in selectorEugene Sandulenko
2019-11-19TESTBED: Add horizontal/diagonal shake testssluicebox
2019-11-19SCI: Add horizontal shake to kShakeScreensluicebox
2019-11-19GRAPHICS: Add interface for horizontal shakesluicebox
2019-11-18DIRECTOR: Fix Unused Variable Compiler WarningsD G Turner
As the engine is still being actively developed, have commented out these variables, rather than removing, so they can be enabled in future.
2019-11-17SCI32: Fix QFG4 error when sliding down slopesluicebox
Trac #9801, #11268
2019-11-18TOON: formattingBLooperZ
2019-11-18TOON: plaintext format for subtitlesBLooperZ
2019-11-18TOON: fix types + remove unused importBLooperZ
2019-11-18TOON: support SUBTITLES.PAKBLooperZ
2019-11-18TOON: comment out non-warningBLooperZ
2019-11-18TOON: typedef not neededBLooperZ
2019-11-18TOON: order importsBLooperZ
2019-11-18TOON: simplify method to pick subtitles colorBLooperZ
2019-11-18TOON: formattingBLooperZ
2019-11-18TOON: fix strings without null terminationBLooperZ
2019-11-18fix always true conditionBLooperZ
2019-11-18TOON: add support for cutscene subtitlesBLooperZ
2019-11-17SCI32: Add SQ6 Mac detection entrysluicebox
2019-11-17GLK: QUEST: Added versionPaul Gilbert
2019-11-17GLK: SCOTT: CleanupPaul Gilbert
2019-11-17GLK: JACL: Add interpreter versionPaul Gilbert
2019-11-17GLK: HUGO: CleanupPaul Gilbert
2019-11-17GLK: GLULXE: CleanupPaul Gilbert
2019-11-17GLK: GLULXE: Fix alignment is sensitive to packing warnings in VSPaul Gilbert
2019-11-17GLK: ARCHETYPE: Add versionPaul Gilbert
2019-11-17GLK: ALAN3: CleanupPaul Gilbert
2019-11-17GLK: ALAN2: CleanupPaul Gilbert
2019-11-17GLK: ADVSYS: CleanupPaul Gilbert
2019-11-17GLK: ADRIFT: CleanupPaul Gilbert
2019-11-17BACKENDS: Remove the Windows CE portCameron Cawley
2019-11-17GRIFFON: Replace use of abs() with ABS()Cameron Cawley
2019-11-17DIRECTOR: Add more logging to Lingo script loaderScott Percival
2019-11-17DIRECTOR: Attempt to load Lingo bytecode for v4 and aboveScott Percival