Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-02 | DIRECTOR: Add readString and getString | Scott Percival | |
2019-12-02 | DIRECTOR: Implement c_jump and c_jumpif | Scott Percival | |
2019-12-02 | DIRECTOR: Replace code int/double parsing with inline function | Scott Percival | |
2019-12-02 | DIRECTOR: Add stubs for c_jump and c_jumpif | Scott Percival | |
2019-12-02 | DIRECTOR: Add c_constpush | Scott Percival | |
2019-12-02 | DIRECTOR: Add c_v4theentitypush and c_v4theentityassign | Scott Percival | |
2019-12-02 | DIRECTOR: Add bytecode lookup table for TheEntity functions | Scott Percival | |
2019-12-02 | DIRECTOR: Change kTheLast to a TheFieldType | Scott Percival | |
2019-12-02 | DIRECTOR: LINGO: Added another failing 'if' test | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Attempt to fix 'if' statements grammar | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Made assert statement meaningful | Eugene Sandulenko | |
2019-12-02 | WINTERMUTE: Add 2 more demos | aviloria | |
Added 2 german demos for "Art of Murder: FBI Confidential" | |||
2019-12-02 | WINTERMUTE: Add some public demos | aviloria | |
Add public demos for several wintermute games | |||
2019-12-02 | WINTERMUTE: 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-02 | PLUGINS: Fix crash when no plugins are available | Cameron Cawley | |
2019-12-02 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-12-02 | MOHAWK: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-02 | DIRECTOR: Load all STXT resources which look like scripts | Eugene Sandulenko | |
2019-12-01 | SCI32: Fix kPlayVMDPlayUntilEvent when passed zero | sluicebox | |
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-01 | SCI32: Create stubs for kPlayVMD blob subops | sluicebox | |
Prevents Phantasmagoria 1 from crashing while in censored mode. The "blob" subops pixelate rectangles during playback and are currently being implemented. | |||
2019-12-01 | DIRECTOR: LINGO: Implement extened 'on' clause syntax | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: Fix syntax of repeatwith operator | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: Fix compilation for multiple if conditions | Eugene Sandulenko | |
2019-12-01 | PEGASUS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | GRAPHICS: MACGUI: Fix default font size | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: Fix fonts in cached texts | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: Fix c_when() code, so the eecution may continue | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: Fix movie framerate | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: Remove noisy warning | Eugene Sandulenko | |
2019-12-01 | 3DS: Implement dynamic plugins | Bastien Bouclet | |
Allows a full build to run on old generation devices | |||
2019-12-01 | DIRECTOR: Do not re-render text if it was not changed | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: Make text fields assignable | Eugene Sandulenko | |
2019-12-01 | GRAPHICS: MACGUI: Fix crash on MacText reallocation | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: Improve debug output | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: Fix define() code, we were adding too many instructions | Eugene Sandulenko | |
2019-12-01 | SAGA: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | LASTEXPRESS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | DIRECTOR: LINGO: Fix compilation of the mixed code, and add relevant test | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: Properly compile scripts with mixed immediate code and ↵ | Eugene Sandulenko | |
definitions | |||
2019-12-01 | DIRECTOR: LINGO: Improve debug output | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: Made decodeInstruction() universal | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: JANITORIAL: Whitespace fixes for grammar | Eugene Sandulenko | |
2019-12-01 | SCI: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | IMAGE: Fix Missing Default Switch Case in Truemotion 1 Codec | D G Turner | |
This is flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | SHERLOCK: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | SLUDGE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | STARTREK: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | COMMON: Fix Missing Default Switch Case in Span Header | D G Turner | |
This is flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | SUPERNOVA: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | DIRECTOR: LINGO: Make sure we stop after last 'on' definition | Eugene Sandulenko | |