aboutsummaryrefslogtreecommitdiff
path: root/engines/director
AgeCommit message (Expand)Author
2016-08-03DIRECTOR: Lingo: Initial implementation of the handler define() methodEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Generate STOP at the macro endEugene 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: Implement 'repeat with down' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix 'repeat with' control keyword implementationEugene 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 subexpressionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix code generationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'repeat while' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Renamed UNDEF -> VOIDEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Documented 'repeat' control commandsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Renamed func_->c_ and exec_->func_->Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Split out opcodes from actual function implementationsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Make 'if' statement functional. Added 'if-else' statement.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix 'if' statementEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement logical operatorsEugene Sandulenko
2016-08-03DIRECTOR: Lingvo: Fix 'put' functionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'put' functionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix variable accessingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for 'if' statementsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Updated copyright and added 'macro' keyword documentationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Attempt to start basic error recovery implementationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Rearrange 'go to' grammar for better readabilityEugene 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: Simpler token constantsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Add missing funcsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement func_neg()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix multiline statements, fix leading whitespace handlingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Enable parse debugEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix func_constpush() and made it portableEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented script executionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added printing funcEugene Sandulenko
2016-08-03DIRECTOR: Handle Ghost, Reverse ink typesDmitry Iskrich
2016-08-03DIRECTOR: Add some enums for cast structuresDmitry Iskrich
2016-08-03DIRECTOR: Fix trans initializationDmitry Iskrich
2016-08-03DIRECTOR: Add initial code for QuickTime videoDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Added some lingo-func codeEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Beginning of the stack definitionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix codeString() methodEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Swithc to warning() on syntax error, and avoid printing valuesEugene Sandulenko
2016-08-03DIRECTOR: Fix crash on exitEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Move all functions to compilerEugene Sandulenko
2016-08-03DIRECTOR: Fix trail surface bugDmitry Iskrich
2016-08-03DIRECTOR: Hide noisy debug messagesEugene Sandulenko
2016-08-03DIRECTOR: Fix Matte ink renderingEugene Sandulenko
2016-08-03DIRECTOR: Handle transition chunk size exceptionDmitry Iskrich