aboutsummaryrefslogtreecommitdiff
path: root/engines/director
AgeCommit message (Expand)Author
2016-08-27DIRECTOR: Optimized Matte Ink drawingEugene Sandulenko
2016-08-27DIRECTOR: Implemented Transparent InkEugene Sandulenko
2016-08-26DIRECTOR: Clean up BITDDecoder compression checkWillem Jan Palenstijn
2016-08-26DIRECTOR: Lingo: Remove irrelevant headerEugene Sandulenko
2016-08-26DIRECTOR: Reworked event loop, so the mouse is more responsiveEugene Sandulenko
2016-08-26DIRECTOR: Execute proper script on frames. This fixes the playbackEugene Sandulenko
2016-08-26DIRECTOR: Fix object initializationEugene Sandulenko
2016-08-26DIRECTOR: Slow down execution and hid noisy warningEugene Sandulenko
2016-08-25DIRECTOR: Do not try to compile all text resources except first oneEugene Sandulenko
2016-08-25DIRECTOR: Fix warningEugene Sandulenko
2016-08-25DIRECTOR: Fix font parameter readingEugene Sandulenko
2016-08-25DIRECTOR: Start executing frame scriptsEugene Sandulenko
2016-08-25DIRECTOR: Fix numerous crashes on destructionEugene Sandulenko
2016-08-25DIRECTOR: Remove now redundant image width correction tableEugene Sandulenko
2016-08-25DIRECTOR: Clean up padding in image decodingWillem Jan Palenstijn
2016-08-25DIRECTOR: Improve decoding compressed imagesWillem Jan Palenstijn
2016-08-25DIRECTOR: Try to simplify uncompressed detection heuristicWillem Jan Palenstijn
2016-08-25DIRECTOR: More heuristics for 1bpp image decoding. Courtesy of wjp.Eugene Sandulenko
2016-08-24DIRECTOR: Fix horizontal coordinate calculation in 1bpp uncompressedEugene Sandulenko
2016-08-24DIRECTOR: Implemented uncompressed 1bpp pictures. Works sometimesEugene Sandulenko
2016-08-24DIRECTOR: Add more width corrections for Apartment demoTorbjörn Andersson
2016-08-24DIRECTOR: Gather statistic on correct bitmap sizesEugene Sandulenko
2016-08-23DIRECTOR: Added test D3 targetEugene Sandulenko
2016-08-23DIRECTOR: Further reduction of include dependencyEugene Sandulenko
2016-08-23DIRECTOR: Reduce header dependencyEugene Sandulenko
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