aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo
AgeCommit message (Expand)Author
2019-12-08DIRECTOR: LINGO: Fix code decompilation offsetsEugene Sandulenko
2019-12-07DIRECTOR: LINGO: Give better name to the code preprocessorEugene Sandulenko
2019-12-07DIRECTOR: LINGO: Fix incorrect nesting in 'if' preprocessorEugene Sandulenko
2019-12-07DIRECTOR: LINGO: Added debug output to preprocessorEugene Sandulenko
2019-12-07DIRECTOR: Implement 'compileonly' debug flagEugene Sandulenko
2019-12-06DIRECTOR: LINGO: Finally fix 'if' grammar with prepocessingEugene Sandulenko
2019-12-06DIRECTOR: LINGO: Switch back to LALR(1) parserEugene Sandulenko
2019-12-06DIRECTOR: LINGO: Initial code on 'if' preprocessingEugene Sandulenko
2019-12-06DIRECTOR: Added more 'if' statement testsEugene Sandulenko
2019-12-05DIRECTOR: LINGO: Switch to GLR parser. ImprovementsEugene Sandulenko
2019-12-05DIRECTOR: LINGO: Further simplification of 'if' statements grammar.Eugene Sandulenko
2019-12-05DIRECTOR: LINGO: Simplify 'if' statement parserEugene Sandulenko
2019-12-03DIRECTOR: LINGO: Rewrite 'if' statement fully. Improve line countingEugene Sandulenko
2019-12-03DIRECTOR: LINGO: Added test for C2 continuation symbolEugene Sandulenko
2019-12-04DIRECTOR: LINGO: Fix cb_v4theentitynamepush to consume an argcScott Percival
2019-12-04DIRECTOR: LINGO: Implement c_argcpushScott Percival
2019-12-03DIRECTOR: LINGO: Add cb_v4theentitynamepushScott Percival
2019-12-03DIRECTOR: LINGO: Add stub for b_goScott Percival
2019-12-03DIRECTOR: LINGO: Fix continuation symbol parsingEugene Sandulenko
2019-12-03DIRECTOR: LINGO: Correct processing of \xC3 (continuation) symbolEugene Sandulenko
2019-12-03DIRECTOR: LINGO: Properly set pointerEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Made event handler names case insensitiveEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Implemented passing 'me' as an object referenceEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Fix splitting of the script by definitionsEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Fix setting cast member valuesEugene Sandulenko
2019-12-02DIRECTOR: LINGO: JANITORIAL: Whitespace fixesEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Added test for inline equality testsEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Simplify grammarEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Resolved grammar conflict for '=' vs tEQEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Fix debug outputEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Fix macro calls as part of statement listsEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Added special lex case for 'set value of ()'Eugene Sandulenko
2019-12-02DIRECTOR: LINGO: Resolve reduce/reduce conflictsEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Simplified grammarEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Implemented RETURN as a built-in for the momentEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Simplify grammar a bitEugene Sandulenko
2019-12-02DIRECTOR: Adjust naming of some instructionsScott Percival
2019-12-02DIRECTOR: Correct rebase mistakeScott Percival
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