Age | Commit message (Expand) | Author |
2016-08-03 | DIRECTOR: Lingo: Initial code for Lingo test suite. Uses special game target | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix multiline if() statements | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Added more 'the' entities. Implemented the floatPrecision en... | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement 'contains' and 'starts' string operators | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implemented chars() function and added more debug for type p... | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fixed <> operator, added logical operations and && | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implemented '&' string operator | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Support string Datum printing | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Added string constants as expressions | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Suport multiple one-line 'else if' statements | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix multiline if statements | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Provide error position in the file | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Further work on combined if statements | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix mixing of one-line and multi-line ifs | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Further work on one-liner ifs | Eugene Sandulenko |
2016-08-03 | Revert "DIRECTOR: Lingo: More work on if statement overhaul" | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: More work on if statement overhaul | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Properly initialize class variables | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Eat all leading whitespaces | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Added support for two line if/else | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Parsing one-liner 'else if' | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Parse basic 'else if' clause | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Started 'else if' implementation | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement more built-in math functions | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Fix crash on deinitialization | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Added float constants and automatic type conversion | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Added random source | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Implement one-line version of 'if' statement | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Make built-in functions work (always) | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Make built-in functions work (sometimes) | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Free memory, fix render text ID | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Calculate values for text rendering | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Fix rendering resource, loading shared BMP | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Lingo: Make 'global' accept list of variables | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Make global/local vars work | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Fix memory corruption | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Add loading shared casts for Director version > 3 | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Renew shared resources when loading new folder | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Lingo: Actually let VOID vars to pass. | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Loading shared DIB, STXT | Dmitry Iskrich |
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: Lingo: Parse continuation arguments in macros | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Load shared casts in engine | Dmitry Iskrich |
2016-08-03 | DIRECTOR: Lingo: Fix handler parameter assigning. Added more debug output. | Eugene Sandulenko |
2016-08-03 | DIRECTOR: Lingo: Fix handler calling | Eugene Sandulenko |
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: Implement calling user-defined functions without parameters | Eugene Sandulenko |