Age | Commit message (Expand) | Author |
2016-08-03 | DIRECTOR: Fix code style violation | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Execute goto scripts | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Support goto frame jump | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Change ReadStream to ReadStreamEndian | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Support goto command in Score | Dmitry Iskrich |
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: Fix 'if' statement | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement logical operators | 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: Implement 'go' and 'go to' functions | 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 func_constpush() and made it portable | 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: Move all functions to compiler | 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: Started work on converting Lingo into compiler | Eugene Sandulenko |
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: Moved func_mci() to a separate file | Eugene Sandulenko |