Age | Commit message (Expand) | Author |
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 |
2016-08-03 | DIRECTOR: Lingo: Updated copyright and added 'macro' keyword documentation | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Attempt to start basic error recovery implementation | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Rearrange 'go to' grammar for better readability | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement 'go' and 'go to' functions | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix string alignment computation | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Simpler token constants | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Add missing funcs | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement func_neg() | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix multiline statements, fix leading whitespace handling | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Enable parse debug | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix func_constpush() and made it portable | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implemented script execution | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Added printing func | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Added some lingo-func code | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Beginning of the stack definition | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix codeString() method | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Swithc to warning() on syntax error, and avoid printing values | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Move all functions to compiler | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Hide noisy debug messages | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Fix indentation | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Added mciwait function stub | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix script compilation | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Add parsing mac names from folder | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Started work on converting Lingo into compiler | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Format code, send movie, sprite scripts to Lingo | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Add stub for storage code | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Add support for to/from MCI play options | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Play sound from MCI command | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Lingo: Add support for boolean flags in MCI | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement MCI command parsing | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: fixed String passing from lexer to parser | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Moved func_mci() to a separate file | Eugene Sandulenko |