Age | Commit message (Expand) | Author |
2016-08-26 | DIRECTOR: Lingo: Remove irrelevant header | Eugene Sandulenko |
2016-08-26 | DIRECTOR: Reworked event loop, so the mouse is more responsive | Eugene Sandulenko |
2016-08-26 | DIRECTOR: Execute proper script on frames. This fixes the playback | Eugene Sandulenko |
2016-08-26 | DIRECTOR: Fix object initialization | Eugene Sandulenko |
2016-08-26 | DIRECTOR: Slow down execution and hid noisy warning | Eugene Sandulenko |
2016-08-25 | DIRECTOR: Do not try to compile all text resources except first one | Eugene Sandulenko |
2016-08-25 | DIRECTOR: Fix warning | Eugene Sandulenko |
2016-08-25 | DIRECTOR: Fix font parameter reading | Eugene Sandulenko |
2016-08-25 | DIRECTOR: Start executing frame scripts | Eugene Sandulenko |
2016-08-25 | DIRECTOR: Fix numerous crashes on destruction | Eugene Sandulenko |
2016-08-25 | DIRECTOR: Remove now redundant image width correction table | Eugene Sandulenko |
2016-08-25 | DIRECTOR: Clean up padding in image decoding | Willem Jan Palenstijn |
2016-08-25 | DIRECTOR: Improve decoding compressed images | Willem Jan Palenstijn |
2016-08-25 | DIRECTOR: Try to simplify uncompressed detection heuristic | Willem Jan Palenstijn |
2016-08-25 | DIRECTOR: More heuristics for 1bpp image decoding. Courtesy of wjp. | Eugene Sandulenko |
2016-08-24 | DIRECTOR: Fix horizontal coordinate calculation in 1bpp uncompressed | Eugene Sandulenko |
2016-08-24 | DIRECTOR: Implemented uncompressed 1bpp pictures. Works sometimes | Eugene Sandulenko |
2016-08-24 | DIRECTOR: Add more width corrections for Apartment demo | Torbjörn Andersson |
2016-08-24 | DIRECTOR: Gather statistic on correct bitmap sizes | Eugene Sandulenko |
2016-08-23 | DIRECTOR: Added test D3 target | Eugene Sandulenko |
2016-08-23 | DIRECTOR: Further reduction of include dependency | Eugene Sandulenko |
2016-08-23 | DIRECTOR: Reduce header dependency | Eugene Sandulenko |
2016-08-23 | DIRECTOR: Split score.cpp file into classes | Eugene Sandulenko |
2016-08-23 | DIRECTOR: Fix memory overwrite | Eugene Sandulenko |
2016-08-22 | DIRECTOR: Lingo: Fix factory method execution | Eugene Sandulenko |
2016-08-22 | DIRECTOR: Lingo: Fix no-args built-ins code generation | Eugene Sandulenko |
2016-08-22 | DIRECTOR: Improvements to 1bpp image rendering | Eugene Sandulenko |
2016-08-22 | DIRECTOR: Lingo: Improved debug output | Eugene Sandulenko |
2016-08-22 | DIRECTOR: Improvements to the BITD rendering | Eugene Sandulenko |
2016-08-21 | DIRECTOR: RLE variant of 1bpp decoder. Better, but still not there | Eugene Sandulenko |
2016-08-21 | DIRECTOR: Naive implementation for 1bpp image decoder. Not yet working | Eugene Sandulenko |
2016-08-21 | DIRECTOR: Stub for 1bpp bitmap decoder | Eugene Sandulenko |
2016-08-21 | DIRECTOR: Added image dumping at debug | Eugene Sandulenko |
2016-08-21 | DIRECTOR: Lingo: Fix crash at the quit | Eugene Sandulenko |
2016-08-20 | DIRECTOR: Lingo: Defined 'mod' operator and specified operator precedence | Eugene Sandulenko |
2016-08-20 | DIRECTOR: Lingo: Added all D2 text properties. This completes D2 grammar. Yay! | Eugene Sandulenko |
2016-08-20 | DIRECTOR: Lingo: Added stubs for all D2 sprite properties | Eugene Sandulenko |
2016-08-20 | DIRECTOR: Lingo: Added stubs for all D2 properties | Eugene Sandulenko |
2016-08-20 | DIRECTOR: Lingo: Stub for 'menu' command. This completes all D2 commands | Eugene Sandulenko |
2016-08-20 | DIRECTOR: Lingo: Added stub for 'instance' keyword | Eugene Sandulenko |
2016-08-20 | DIRECTOR: Lingo: Implemented 'exit repeat' keyword | Eugene Sandulenko |
2016-08-19 | DIRECTOR: Lingo: Improved debug output | Eugene Sandulenko |
2016-08-19 | DIRECTOR: Lingo: Enhanced Datum::toString() output | Eugene Sandulenko |
2016-08-19 | DIRECTOR: Lingo: Better VAR symbol handling | Eugene Sandulenko |
2016-08-19 | DIRECTOR: Lingo: Fix when..then code generation | Eugene Sandulenko |
2016-08-19 | DIRECTOR: Lingo: Fixed c_eval decompilation | Eugene Sandulenko |
2016-08-19 | DIRECTOR: Lingo: Added generated script decompilation | Eugene Sandulenko |
2016-08-19 | DIRECTOR: Lingo: Hide script hexdump under debug level | Eugene Sandulenko |
2016-08-19 | DIRECTOR: Lingo: Improved stack content trace | Eugene Sandulenko |
2016-08-18 | DIRECTOR: Silence GCC signed/unsigned warning | Torbjörn Andersson |