aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-20POSIX: Use fstat instead of fseek / ftell to retrieve file stream sizesBastien Bouclet
fstat is generally faster as is does not cause the IO buffer to be invalidated / refilled. Benchmark results for the startup time of the SCI engine with Gabriel Knight 1 CD: - Linux, glibc, spinning HDD, fseek/ftell: 140 ms - Linux, glibc, spinning HDD, fstat: 100 ms - 3DS, newlib, SD card, fseek/ftell: 68 s - 3DS, newlib, SD card, fstat: 11 s
2019-11-20GPH: Implement horizontal shakesluicebox
2019-11-20DINGUX: Implement horizontal shakesluicebox
2019-11-20LINUXMOTO: Fix Compilation Breakage from Screen Shake API ChangesD G Turner
This was broken by the recent modifications to the SurfaceSDLGraphics class which this inherits from.
2019-11-20GPH: Fix Compilation Breakage from Screen Shake API ChangesD G Turner
This was broken by the recent modifications to the SurfaceSDLGraphics class which this inherits from.
2019-11-20DINGUX: Fix Compilation Breakage from Screen Shake API ChangesD G Turner
This was broken by the recent modifications to the SurfaceSDLGraphics class which this inherits from.
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-19SDL: Implement horizontal shakesluicebox
2019-11-19IPHONE: Implement horizontal shakesluicebox
2019-11-19IOS7: Implement horizontal shakesluicebox
2019-11-19WII: Implement horizontal shakesluicebox
2019-11-19PSP: Implement horizontal shakesluicebox
2019-11-19PS2: Implement horizontal shakesluicebox
2019-11-19DS: Implement horizontal shakesluicebox
2019-11-19DC: Implement horizontal shakesluicebox
2019-11-19PSP: Implement horizontal shakesluicebox
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-18BACKENDS: Remove unnecessary implementations of setGraphicsMode(const char *)Cameron Cawley
2019-11-18I18N: Regenerate translations data fileThierry Crozat
2019-11-17SCI32: Fix QFG4 error when sliding down slopesluicebox
Trac #9801, #11268
2019-11-18TOON: ignore extension checkBLooperZ
2019-11-18TOON: remove assertion and unused importBLooperZ
2019-11-18TOON: add create subtitles toolsBLooperZ
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