aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo
AgeCommit message (Expand)Author
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
2016-08-17DIRECTOR: Marked all D2 'the' functionsEugene Sandulenko
2016-08-17DIRECTOR: Lingo: Added stubs for rest of the D2 functionsEugene Sandulenko
2016-08-16DIRECTOR: Lingo: Implement D2 version of 'the sqrt'Eugene Sandulenko
2016-08-16DIRECTOR: Lingo: Added stubs for functions up to 's'Eugene Sandulenko
2016-08-16DIRECTOR: Lingo: Fix warningsEugene Sandulenko
2016-08-16DIRECTOR: Lingo: Added stubs for function up to 'n'Eugene Sandulenko
2016-08-16DIRECTOR: Lingo: Started adding function descriptionsEugene Sandulenko
2016-08-16DIRECTOR: Lingo: Start of script execution trace codeEugene Sandulenko
2016-08-15DIRECTOR: Fix debug channels initializationEugene Sandulenko
2016-08-15DIRECTOR: Lingo: Added some debug outputEugene Sandulenko
2016-08-15DIRECTOR: Lingo: Fix mNew factory method callingEugene Sandulenko
2016-08-15DIRECTOR: Lingo: Switch compilation debug to a channelEugene Sandulenko