aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-08-03DIRECTOR: Lingo: Parse macro definitions reliablyEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Fix handler parameter assigning. Added more debug output.Eugene Sandulenko
2016-08-03DIRECTOR: Add to Score jump labels commandsDmitry Iskrich
2016-08-03DIRECTOR: Change ReadStream to ReadStreamEndianDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Fix handler callingEugene Sandulenko
2016-08-03DIRECTOR: Refactoring renderSpriteDmitry Iskrich
2016-08-03DIRECTOR: Support goto command in ScoreDmitry Iskrich
2016-08-03DIRECTOR: Lingo: Disable debugging codeEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial implementation of c_procret()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for c_call()Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Issue warning on handler redefinitionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement calling user-defined functions without parametersEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Refactoring for ID-related code generationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for function call grammarEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Make all keywords case-insensitiveEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Avoid printing out unrecognizet tokens in lexerEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Removed redundant endianness specification in READ/WRITEEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Renamed VAR->ID in the grammar for clarityEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Made the unassigned variable match the originalEugene Sandulenko
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