aboutsummaryrefslogtreecommitdiff
path: root/engines/director
AgeCommit message (Expand)Author
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
2016-08-03DIRECTOR: Set engine pointer in FrameDmitry Iskrich
2016-08-03DIRECTOR: Load palette directly to engineDmitry Iskrich
2016-08-03DIRECTOR: Fix indentationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added mciwait function stubEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix script compilationEugene Sandulenko
2016-08-03DIRECTOR: Add parsing mac names from folderDmitry Iskrich
2016-08-03DIRECTOR: Parse movie archive separately Load mac name and labels in the cons...Dmitry Iskrich
2016-08-03DIRECTOR: Whitespace fixesEugene Sandulenko
2016-08-03DIRECTOR: Started work on converting Lingo into compilerEugene Sandulenko
2016-08-03DIRECTOR: Fix sprite draw rects issuesDmitry Iskrich
2016-08-03DIRECTOR: Dump movie scripts, and scripts from cast infoDmitry Iskrich
2016-08-03DIRECTOR: Parse common STXT scriptsDmitry Iskrich
2016-08-03DIRECTOR: Add other cover transitions such as cover left, right, down right, ...Dmitry Iskrich