aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2019-12-02DIRECTOR: Comments for bytecode argument parserScott Percival
2019-12-02DIRECTOR: Show code offsets for stack printouts in Lingo::executeScott Percival
2019-12-02DIRECTOR: Add readString and getStringScott Percival
2019-12-02DIRECTOR: Implement c_jump and c_jumpifScott Percival
2019-12-02DIRECTOR: Replace code int/double parsing with inline functionScott Percival
2019-12-02DIRECTOR: Add stubs for c_jump and c_jumpifScott Percival
2019-12-02DIRECTOR: Add c_constpushScott Percival
2019-12-02DIRECTOR: Add c_v4theentitypush and c_v4theentityassignScott Percival
2019-12-02DIRECTOR: Add bytecode lookup table for TheEntity functionsScott Percival
2019-12-02DIRECTOR: Change kTheLast to a TheFieldTypeScott Percival
2019-12-02DIRECTOR: LINGO: Added another failing 'if' testEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Attempt to fix 'if' statements grammarEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Made assert statement meaningfulEugene Sandulenko
2019-12-02WINTERMUTE: Add 2 more demosaviloria
Added 2 german demos for "Art of Murder: FBI Confidential"
2019-12-02WINTERMUTE: Add some public demos aviloria
Add public demos for several wintermute games
2019-12-02WINTERMUTE: restored commented out stack->pop()lolbot-iichan
Unused variables were cleaned up at 47811167d5ddd9cbf64099ad36f2da5ae413fc86, commenting out a bit too much code, since stack->pop() has a side effect (popping a value from data stack).
2019-12-02MOHAWK: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-02DIRECTOR: Load all STXT resources which look like scriptsEugene Sandulenko
2019-12-01SCI32: Fix kPlayVMDPlayUntilEvent when passed zerosluicebox
Fixes VMD playback in Phantasmagoria 1 while in censored mode. kPlayVMDPlayUntilEvent is supposed to play until the last frame when passed zero as the frame number to wait for.
2019-12-01SCI32: Create stubs for kPlayVMD blob subopssluicebox
Prevents Phantasmagoria 1 from crashing while in censored mode. The "blob" subops pixelate rectangles during playback and are currently being implemented.
2019-12-01DIRECTOR: LINGO: Implement extened 'on' clause syntaxEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Fix syntax of repeatwith operatorEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Fix compilation for multiple if conditionsEugene Sandulenko
2019-12-01PEGASUS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01GRAPHICS: MACGUI: Fix default font sizeEugene Sandulenko
2019-12-01DIRECTOR: Fix fonts in cached textsEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Fix c_when() code, so the eecution may continueEugene Sandulenko
2019-12-01DIRECTOR: Fix movie framerateEugene Sandulenko
2019-12-01DIRECTOR: Remove noisy warningEugene Sandulenko
2019-12-01DIRECTOR: Do not re-render text if it was not changedEugene Sandulenko
2019-12-01DIRECTOR: Make text fields assignableEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Improve debug outputEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Fix define() code, we were adding too many instructionsEugene Sandulenko
2019-12-01SAGA: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01LASTEXPRESS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01DIRECTOR: LINGO: Fix compilation of the mixed code, and add relevant testEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Properly compile scripts with mixed immediate code and ↵Eugene Sandulenko
definitions
2019-12-01DIRECTOR: LINGO: Improve debug outputEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Made decodeInstruction() universalEugene Sandulenko
2019-12-01DIRECTOR: LINGO: JANITORIAL: Whitespace fixes for grammarEugene Sandulenko
2019-12-01SCI: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01SHERLOCK: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01SLUDGE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01STARTREK: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01SUPERNOVA: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01DIRECTOR: LINGO: Make sure we stop after last 'on' definitionEugene Sandulenko
2019-11-30SWORD25: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30TITANIC: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30TINSEL: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30TONY: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.