Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-03 | DIRECTOR: LINGO: Fix continuation symbol parsing | Eugene Sandulenko | |
2019-12-03 | DIRECTOR: LINGO: Correct processing of \xC3 (continuation) symbol | Eugene Sandulenko | |
2019-12-03 | DIRECTOR: LINGO: Properly set pointer | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Made event handler names case insensitive | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Implemented passing 'me' as an object reference | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Fix splitting of the script by definitions | Eugene Sandulenko | |
2019-12-02 | WINTERMUTE: Fixed a wrong file name | aviloria | |
Just a C&P mistake... | |||
2019-12-02 | WINTERMUTE: Added 2 missing references to the PlainGameDescriptor structure | aviloria | |
In a previous commit, I forgot to add two new games to the PlainGameDescriptor structure | |||
2019-12-02 | WINTERMUTE: Fix ritter demo MD5 hash | aviloria | |
The MD5 hash for this game was wrong (hasing the whole file, not only the first 5000bytes) | |||
2019-12-02 | WINTERMUTE: Added more Steam releases | aviloria | |
Added some missing reversion2 localizations and latests reversion1 | |||
2019-12-02 | WINTERMUTE: Add Simplified and Traditional Chinese flavours | aviloria | |
Latest Steam updates for Reversion titles include Simplified and Traditional Chinese languages that were not properly identified | |||
2019-12-02 | DIRECTOR: LINGO: Fix setting cast member values | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: JANITORIAL: Whitespace fixes | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Added test for inline equality tests | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Simplify grammar | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Resolved grammar conflict for '=' vs tEQ | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Fix debug output | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Fix macro calls as part of statement lists | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Added special lex case for 'set value of ()' | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Resolve reduce/reduce conflicts | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Simplified grammar | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Implemented RETURN as a built-in for the moment | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Simplify grammar a bit | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: Adjust naming of some instructions | Scott Percival | |
2019-12-02 | DIRECTOR: Correct rebase mistake | Scott Percival | |
2019-12-02 | DIRECTOR: Comments for bytecode argument parser | Scott Percival | |
2019-12-02 | DIRECTOR: Show code offsets for stack printouts in Lingo::execute | Scott Percival | |
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 | 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 | |