aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo.h
AgeCommit message (Expand)Author
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
2016-08-03DIRECTOR: Refactor in accordance with Director Loop, generate main lingo eventsDmitry Iskrich
2016-08-03DIRECTOR: Add user actions, sprite, movie events to lingo eventsDmitry Iskrich
2016-08-03DIRECTOR: Added stub for Lingo interpreterEugene Sandulenko