aboutsummaryrefslogtreecommitdiff
path: root/engines/director
AgeCommit message (Expand)Author
2016-08-23DIRECTOR: Split score.cpp file into classesEugene Sandulenko
2016-08-23DIRECTOR: Fix memory overwriteEugene Sandulenko
2016-08-22DIRECTOR: Lingo: Fix factory method executionEugene Sandulenko
2016-08-22DIRECTOR: Lingo: Fix no-args built-ins code generationEugene Sandulenko
2016-08-22DIRECTOR: Improvements to 1bpp image renderingEugene Sandulenko
2016-08-22DIRECTOR: Lingo: Improved debug outputEugene Sandulenko
2016-08-22DIRECTOR: Improvements to the BITD renderingEugene Sandulenko
2016-08-21DIRECTOR: RLE variant of 1bpp decoder. Better, but still not thereEugene Sandulenko
2016-08-21DIRECTOR: Naive implementation for 1bpp image decoder. Not yet workingEugene Sandulenko
2016-08-21DIRECTOR: Stub for 1bpp bitmap decoderEugene Sandulenko
2016-08-21DIRECTOR: Added image dumping at debugEugene Sandulenko
2016-08-21DIRECTOR: Lingo: Fix crash at the quitEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Defined 'mod' operator and specified operator precedenceEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Added all D2 text properties. This completes D2 grammar. Yay!Eugene Sandulenko
2016-08-20DIRECTOR: Lingo: Added stubs for all D2 sprite propertiesEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Added stubs for all D2 propertiesEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Stub for 'menu' command. This completes all D2 commandsEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Added stub for 'instance' keywordEugene Sandulenko
2016-08-20DIRECTOR: Lingo: Implemented 'exit repeat' keywordEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Improved debug outputEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Enhanced Datum::toString() outputEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Better VAR symbol handlingEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Fix when..then code generationEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Fixed c_eval decompilationEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Added generated script decompilationEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Hide script hexdump under debug levelEugene Sandulenko
2016-08-19DIRECTOR: Lingo: Improved stack content traceEugene Sandulenko
2016-08-18DIRECTOR: Silence GCC signed/unsigned warningTorbjörn Andersson
2016-08-18DIRECTOR: Lingo: Further work on while..thenEugene Sandulenko
2016-08-18DIRECTOR: Lingo: Proper stub for when..thenEugene Sandulenko
2016-08-18DIRECTOR: Lingo: Handle OBJECT symbols properlyEugene Sandulenko
2016-08-18DIRECTOR: Lingo: Fix factory method code generationEugene Sandulenko
2016-08-18DIRECTOR: Lingo: Fix subroutine exitEugene Sandulenko
2016-08-18DIRECTOR: Lingo: Added more debug outputEugene Sandulenko
2016-08-17DIRECTOR: Lingo: Added missing breakEugene Sandulenko
2016-08-17DIRECTOR: Fix another double freeEugene Sandulenko
2016-08-17DIRECTOR: Lingo: Fixed 'the' entity retrievalEugene Sandulenko
2016-08-17DIRECTOR: Fix memory overrideEugene Sandulenko
2016-08-17DIRECTOR: Add missing break in switch statementEugene Sandulenko
2016-08-17DIRECTOR: Plug memory leaksEugene Sandulenko
2016-08-17DIRECTOR: Fix crashes on object destructionEugene Sandulenko
2016-08-17DIRECTOR: Optimize code flow for directory scanningEugene Sandulenko
2016-08-17DIRECTOR: Lingo: Finished parameter tracingEugene Sandulenko
2016-08-17DIRECTOR: Lingo: Initial function parameter tracingEugene Sandulenko
2016-08-17DIRECTOR: Lingo: Added descriptions for rest of the commandsEugene Sandulenko
2016-08-17DIRECTOR: Marked all D2 'the' functionsEugene Sandulenko
2016-08-17DIRECTOR: Lingo: Added stubs for rest of the D2 functionsEugene Sandulenko
2016-08-16DIRECTOR: Lingo: Implement D2 version of 'the sqrt'Eugene Sandulenko
2016-08-16DIRECTOR: Lingo: Added stubs for functions up to 's'Eugene Sandulenko
2016-08-16DIRECTOR: Lingo: Fix warningsEugene Sandulenko