aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo.cpp
AgeCommit message (Expand)Author
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: Implemented 'global' keyword. Start of local/global var impl...Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix warningEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parse macro definitions reliablyEugene 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: Initial grammar for 'macro' keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Further work on the 'repeat with' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Renamed UNDEF -> VOIDEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for 'if' statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Add missing funcsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix multiline statements, fix leading whitespace handlingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented script executionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added some lingo-func codeEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix codeString() methodEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Move all functions to compilerEugene Sandulenko
2016-08-03DIRECTOR: Hide noisy debug messagesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix script compilationEugene Sandulenko
2016-08-03DIRECTOR: Add parsing mac names from folderDmitry Iskrich
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: 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: Fix load actionsDmitry Iskrich
2016-08-03DIRECTOR: Add user actions, sprite, movie events to lingo eventsDmitry Iskrich
2016-08-03DIRECTOR: Added stub for Lingo interpreterEugene Sandulenko