aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-03DIRECTOR: Lingo: Set/Get common sprite fieldsDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Add Menu, MenuItem, key, script entity enumDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Add Cast, Window, Sprite fields enumDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Initial code for processIf()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Stub for labelstackEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added stub for 'the' entitiesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added support for two line if/elseEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parsing one-liner 'else if'Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Parse basic 'else if' clauseEugene Sandulenko
2016-08-03DIRECTOR: Render checkbox and button rectanglesDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Started 'else if' implementationEugene Sandulenko
2016-08-03DIRECTOR: Fix image resource checkingDmitry Iskrich
2016-08-03DIRECTOR: Handle text gutter/border boxDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Process D3-style cast referencesEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented rest of math functionsEugene Sandulenko
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 ↵Eugene Sandulenko
implementation
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