aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2016-08-03DIRECTOR: Lingo: Implement more built-in math functionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix toInt()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement 'exit' commandEugene Sandulenko
2016-08-03DIRECTOR: Fix another crash on exitEugene Sandulenko
2016-08-03DIRECTOR: Fix crash on deinitializationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Differentiate built-in function from IDsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added float constants and automatic type conversionEugene Sandulenko
2016-08-03DIRECTOR: Draw string with mac fontsDmitry Iskrich
2016-08-03DIRECTOR: Assignment some TextCast unknowsDmitry Iskrich
2016-08-03DIRECTOR: Loading Classic Mac fontsDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Complete Rand() function implementationEugene 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: Lingo: Initial code for built-in functionsEugene Sandulenko
2016-08-03DIRECTOR: Free memory, fix render text IDDmitry Iskrich
2016-08-03DIRECTOR: Simple text renderingDmitry 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: Lingo: Store and restore local variables in scope.Eugene Sandulenko
2016-08-03DIRECTOR: Fix warningEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Stub for context creationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: C++-ify structsEugene Sandulenko
2016-08-03DIRECTOR: Render bitmapsDmitry Iskrich
2016-08-03DIRECTOR: Handle some differences beetwen D1-3 and D4-6Dmitry Iskrich
2016-08-03DIRECTOR: Fix memory corruptionDmitry Iskrich
2016-08-03DIRECTOR: Add loading shared casts for Director version > 3Dmitry Iskrich
2016-08-03DIRECTOR: Fix code style violationDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Implemented 'global' keyword. Start of local/global var impl...Eugene Sandulenko
2016-08-03DIRECTOR: Renew shared resources when loading new folderDmitry Iskrich
2016-08-03DIRECTOR: Change Labels HashMap to SortedArrayDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Actually let VOID vars to pass.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: SImplified arg processing at macro definition.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fixed argument order in macros, simplified grammar.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix warningEugene Sandulenko
2016-08-03DIRECTOR: Using shared casts for renderingDmitry Iskrich
2016-08-03DIRECTOR: Execute goto scriptsDmitry Iskrich
2016-08-03DIRECTOR: Loading shared DIB, STXTDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Move macro grammar to more logical spot in the fileEugene Sandulenko
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: Fix warningEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Split out the code gen functions into a separate file.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parse continuation arguments in macrosEugene Sandulenko
2016-08-03DIRECTOR: Support goto frame jumpDmitry Iskrich
2016-08-03DIRECTOR: Load shared casts in engineDmitry Iskrich