Age | Commit message (Expand) | Author |
2016-08-03 | DIRECTOR: Lingo: Ignore trailing spaces in scripts | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Add type to stack | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Parsing of macro calls without parens. | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Fix warning | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Split out the code gen functions into a separate file. | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Parse continuation arguments in macros | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Support goto frame jump | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Load shared casts in engine | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Lingo: Parse macro definitions reliably | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix handler parameter assigning. Added more debug output. | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Add to Score jump labels commands | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Change ReadStream to ReadStreamEndian | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Lingo: Fix handler calling | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Refactoring renderSprite | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Support goto command in Score | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Lingo: Disable debugging code | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Initial implementation of c_procret() | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Initial code for c_call() | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Issue warning on handler redefinition | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement calling user-defined functions without parameters | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Refactoring for ID-related code generation | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Initial code for function call grammar | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Make all keywords case-insensitive | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Avoid printing out unrecognizet tokens in lexer | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Removed redundant endianness specification in READ/WRITE | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Renamed VAR->ID in the grammar for clarity | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Made the unassigned variable match the original | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Initial implementation of the handler define() method | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Generate STOP at the macro end | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Added named parameter assignment for macros | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix parsing multiple macros | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Initial grammar for 'macro' keyword | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement 'repeat with down' control keyword | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix 'repeat with' control keyword implementation | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Further work on the 'repeat with' control keyword | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Initial code for 'repeat with' control keyword | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix subexpressions | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix code generation | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement 'repeat while' control keyword | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Renamed UNDEF -> VOID | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Documented 'repeat' control commands | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Renamed func_->c_ and exec_->func_-> | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Split out opcodes from actual function implementations | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Make 'if' statement functional. Added 'if-else' statement. | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix 'if' statement | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement logical operators | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingvo: Fix 'put' function | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement 'put' function | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix variable accessing | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Initial code for 'if' statements | Eugene Sandulenko |