aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo
AgeCommit message (Expand)Author
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
2016-08-15DIRECTOR: Register debug channelsEugene Sandulenko
2016-08-13DIRECTOR: Lingo: Added stub for 'label' functionEugene Sandulenko
2016-08-13DIRECTOR: Lingo: Implemented integerp function and added stubs for 'the free*'Eugene Sandulenko
2016-08-13DIRECTOR: Lingo: Simplified Datum constants pushingEugene Sandulenko
2016-08-13DIRECTOR: Lingo: Implement charToNum, added stubs for constrainH/V functionsEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Fix factory method code generationEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Fix factory method argument countEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Implemented factory(mNew) method handlingEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Added factory execution testEugene Sandulenko
2016-08-12DIRECTOR: Lingo: Sort test files before executionEugene Sandulenko
2016-08-11DIRECTOR: Lingo: Added all D2 constantsEugene Sandulenko
2016-08-11DIRECTOR: Lingo: Code for calling out factory methodsEugene Sandulenko
2016-08-11DIRECTOR: Lingo: Initial code for factory creationEugene Sandulenko
2016-08-11DIRECTOR: Lingo: Added constants 'true' and 'false'Eugene Sandulenko
2016-08-11DIRECTOR: Lingo: Fixed reference traces for VOID typesEugene Sandulenko
2016-08-10DIRECTOR: Lingo: Use first argument of 'puppetPalette' verbatimEugene Sandulenko
2016-08-10DIRECTOR: Lingo: Moved 'mci' and 'mciwait' to built-insEugene Sandulenko
2016-08-09DIRECTOR: Lingo: Proper stubs for commands with variable argumentsEugene Sandulenko
2016-08-09DIRECTOR: Lingo: Pass number of arguments to built-in functionsEugene Sandulenko
2016-08-09DIRECTOR: Lingo: Mark built-in commands with Director versionEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Added rest of D2 command stubsEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Fix calling built-ins with variable number of parametersEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Added stubs for puppet* commandsEugene Sandulenko