aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo.h
AgeCommit message (Expand)Author
2016-09-05DIRECTOR: Fix warningsEugene Sandulenko
2016-09-02DIRECTOR: Initial code for Lingo keyboard handlingEugene Sandulenko
2016-09-01DIRECTOR: Lingo: Implemented when..then keyword logicEugene Sandulenko
2016-08-30DIRECTOR: Lingo: Documented when..then statementsEugene 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-22DIRECTOR: Lingo: Fix factory method executionEugene 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: 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: Added generated script decompilationEugene Sandulenko
2016-08-18DIRECTOR: Lingo: Proper stub for when..thenEugene Sandulenko
2016-08-17DIRECTOR: Lingo: Added stubs for rest of the D2 functionsEugene Sandulenko
2016-08-16DIRECTOR: Lingo: Added stubs for functions up to 's'Eugene 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: 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-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-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-08DIRECTOR: Lingo: Added rest of D2 command stubsEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Added stubs for puppet* commandsEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Made 'go to' and 'play' commands work with expressionsEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Added stub for playAccel and printFrom commandsEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Added 'play' and 'play done' command stubsEugene Sandulenko
2016-08-06DIRECTOR: Lingo: Added stubs for open*, do, pause commandsEugene Sandulenko
2016-08-06DIRECTOR: Lingo. Added stubs for 'do' and 'open' commandsEugene Sandulenko
2016-08-06DIRECTOR: Lingo: Added more command stubsEugene Sandulenko
2016-08-06DIRECTOR: Lingo: Moved recently added functions to built-insEugene Sandulenko
2016-08-05DIRECTOR: Lingo: Added generic built-in proceduresEugene Sandulenko
2016-08-05DIRECTOR: Lingo: Made built-in functions genericEugene Sandulenko
2016-08-05DIRECTOR: Lingo: Revert adding prefix 'v' to all Symbol types.Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Added stubs for 'continue', 'cursor' and 'delay'Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Simplified code generation for constantsEugene Sandulenko
2016-08-04DIRECTOR: Lingo: Added stubs for 'closeDA', 'closeResFile' and 'closeXlib'Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Added 'alert' and 'beep' function stubsEugene Sandulenko