aboutsummaryrefslogtreecommitdiff
path: root/engines/director/director.cpp
AgeCommit message (Expand)Author
2016-08-03DIRECTOR: Fix crash on deinitializationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added float constants and automatic type conversionEugene Sandulenko
2016-08-03DIRECTOR: Added random sourceEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement one-line version of 'if' statementEugene Sandulenko
2016-08-03DIRECTOR: Make built-in functions work (always)Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Make built-in functions work (sometimes)Eugene Sandulenko
2016-08-03DIRECTOR: Free memory, fix render text IDDmitry Iskrich
2016-08-03DIRECTOR: Calculate values for text renderingDmitry Iskrich
2016-08-03DIRECTOR: Fix rendering resource, loading shared BMPDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Make 'global' accept list of variablesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Make global/local vars workEugene Sandulenko
2016-08-03DIRECTOR: Fix memory corruptionDmitry Iskrich
2016-08-03DIRECTOR: Add loading shared casts for Director version > 3Dmitry Iskrich
2016-08-03DIRECTOR: Renew shared resources when loading new folderDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Actually let VOID vars to pass.Eugene Sandulenko
2016-08-03DIRECTOR: Loading shared DIB, STXTDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Ignore trailing spaces in scriptsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Add type to stackEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parsing of macro calls without parens.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parse continuation arguments in macrosEugene Sandulenko
2016-08-03DIRECTOR: Load shared casts in engineDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Fix handler parameter assigning. Added more debug output.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix handler callingEugene Sandulenko
2016-08-03DIRECTOR: Support goto command in ScoreDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Disable debugging codeEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement calling user-defined functions without parametersEugene 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: Implement 'repeat with down' control keywordEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix 'repeat with' control keyword implementationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix subexpressionsEugene 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 'put' functionEugene 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: Add missing funcsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix multiline statements, fix leading whitespace handlingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Enable parse debugEugene Sandulenko
2016-08-03DIRECTOR: Add initial code for QuickTime videoDmitry Iskrich
2016-08-03DIRECTOR: Fix crash on exitEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Move all functions to compilerEugene Sandulenko
2016-08-03DIRECTOR: Load palette directly to engineDmitry Iskrich
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: Play sound from MCI commandDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Implement MCI command parsingEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Add support for '--' commentsEugene Sandulenko
2016-08-03DIRECTOR: Lingo, added put/set functions and support for multiline inputEugene Sandulenko