aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo
AgeCommit message (Expand)Author
2016-09-05DIRECTOR: Lingo: Implemented and documented 'the key' and 'the machineType'Eugene Sandulenko
2016-09-05DIRECTOR: Make PC types uniformEugene Sandulenko
2016-09-05DIRECTOR: Fix warningsEugene Sandulenko
2016-09-02DIRECTOR: Lingo: Fix c_when() executionEugene Sandulenko
2016-09-02DIRECTOR: Lingo: Implement in-place macro callingEugene Sandulenko
2016-09-02DIRECTOR: Lingo: Fixed c_whencode and added debug outputEugene Sandulenko
2016-09-02DIRECTOR: Initial code for Lingo keyboard handlingEugene Sandulenko
2016-09-01DIRECTOR: Lingo: Fix 'the' entities processingEugene Sandulenko
2016-09-01DIRECTOR: Lingo: Implemented 'the colorQD' and 'the colorDepth' entitiesEugene Sandulenko
2016-09-01DIRECTOR: Lingo: Implemented when..then keyword logicEugene Sandulenko
2016-08-30DIRECTOR: Lingo: Fix warning. Thanks to wjp.Eugene Sandulenko
2016-08-30DIRECTOR: Lingo: Documented when..then statementsEugene Sandulenko
2016-08-26DIRECTOR: Lingo: Remove irrelevant headerEugene Sandulenko
2016-08-26DIRECTOR: Fix object initializationEugene Sandulenko
2016-08-26DIRECTOR: Slow down execution and hid noisy warningEugene Sandulenko
2016-08-25DIRECTOR: Start executing frame scriptsEugene Sandulenko
2016-08-23DIRECTOR: Further reduction of include dependencyEugene Sandulenko
2016-08-23DIRECTOR: Reduce header dependencyEugene Sandulenko
2016-08-23DIRECTOR: Split score.cpp file into classesEugene Sandulenko
2016-08-22DIRECTOR: Lingo: Fix factory method executionEugene Sandulenko
2016-08-22DIRECTOR: Lingo: Fix no-args built-ins code generationEugene Sandulenko
2016-08-22DIRECTOR: Lingo: Improved debug outputEugene Sandulenko
2016-08-21DIRECTOR: Added image dumping at debugEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Defined 'mod' operator and specified operator precedenceEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Added all D2 text properties. This completes D2 grammar. Yay!Eugene Sandulenko
2016-08-20DIRECTOR: Lingo: Added stubs for all D2 sprite propertiesEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Added stubs for all D2 propertiesEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Stub for 'menu' command. This completes all D2 commandsEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Added stub for 'instance' keywordEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Implemented 'exit repeat' keywordEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Improved debug outputEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Enhanced Datum::toString() outputEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Better VAR symbol handlingEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Fix when..then code generationEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Fixed c_eval decompilationEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Added generated script decompilationEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Hide script hexdump under debug levelEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Improved stack content traceEugene Sandulenko
2016-08-18DIRECTOR: Silence GCC signed/unsigned warningTorbjörn Andersson
2016-08-18DIRECTOR: Lingo: Further work on while..thenEugene Sandulenko
2016-08-18DIRECTOR: Lingo: Proper stub for when..thenEugene Sandulenko
2016-08-18DIRECTOR: Lingo: Handle OBJECT symbols properlyEugene Sandulenko
2016-08-18DIRECTOR: Lingo: Fix factory method code generationEugene Sandulenko
2016-08-18DIRECTOR: Lingo: Fix subroutine exitEugene Sandulenko
2016-08-18DIRECTOR: Lingo: Added more debug outputEugene Sandulenko
2016-08-17DIRECTOR: Lingo: Added missing breakEugene Sandulenko
2016-08-17DIRECTOR: Lingo: Fixed 'the' entity retrievalEugene Sandulenko
2016-08-17DIRECTOR: Lingo: Finished parameter tracingEugene Sandulenko
2016-08-17DIRECTOR: Lingo: Initial function parameter tracingEugene Sandulenko
2016-08-17DIRECTOR: Lingo: Added descriptions for rest of the commandsEugene Sandulenko