aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo.h
AgeCommit message (Collapse)Author
2016-08-03DIRECTOR: Lingo: Stub for labelstackEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added stub for 'the' entitiesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented rest of math functionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement more built-in math functionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'exit' commandEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Differentiate built-in function from IDsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added float constants and automatic type conversionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for built-in functionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Make global/local vars workEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Store and restore local variables in scope.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Stub for context creationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: C++-ify structsEugene Sandulenko
2016-08-03DIRECTOR: Fix code style violationDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Implemented 'global' keyword. Start of local/global var ↵Eugene Sandulenko
implementation
2016-08-03DIRECTOR: Lingo: Fixed argument order in macros, simplified grammar.Eugene Sandulenko
2016-08-03DIRECTOR: Execute goto scriptsDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Add type to stackEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix handler callingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial implementation of c_procret()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for c_call()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Refactoring for ID-related code generationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for function call grammarEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial implementation of the handler define() methodEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added named parameter assignment for macrosEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix parsing multiple macrosEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial grammar for 'macro' keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Further work on the 'repeat with' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for 'repeat with' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix code generationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'repeat while' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Renamed func_->c_ and exec_->func_->Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement logical operatorsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for 'if' statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'go' and 'go to' functionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix string alignment computationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Add missing funcsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented script executionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added printing funcEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added some lingo-func codeEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Beginning of the stack definitionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Move all functions to compilerEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added mciwait function stubEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix script compilationEugene Sandulenko
2016-08-03DIRECTOR: Started work on converting Lingo into compilerEugene Sandulenko
2016-08-03DIRECTOR: Format code, send movie, sprite scripts to LingoDmitry Iskrich
2016-08-03DIRECTOR: Add stub for storage codeDmitry Iskrich
2016-08-03DIRECTOR: Play sound from MCI commandDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Moved func_mci() to a separate fileEugene Sandulenko
2016-08-03DIRECTOR: Added stub parser. Now just arithmetic expressions.Eugene Sandulenko
2016-08-03DIRECTOR: Change order events (Director 4.0)Dmitry Iskrich