aboutsummaryrefslogtreecommitdiff
path: root/engines/director/images.cpp
AgeCommit message (Expand)Author
2019-12-31DIRECTOR: Add sanity check to BITDDecoderEugene Sandulenko
2019-12-31DIRECTOR: Fix out-of-bounds writeEugene Sandulenko
2019-12-24DIRECTOR: Remove redundant codeEugene Sandulenko
2019-12-24DIRECTOR: Finish work on reducing header dependencyEugene Sandulenko
2019-12-24DIRECTOR: Further simplification of include dependenciesEugene Sandulenko
2019-11-17DIRECTOR: extract image pitch from BitmapCastScott Percival
2019-10-17DIRECTOR: Fix Missing Default Switch CasesD G Turner
2017-02-14DIRECTOR: Hid noisy debug outputEugene Sandulenko
2017-02-11JANITORIAL: Formatting fixesEugene Sandulenko
2017-01-13DIRECTOR: Style fixes plus 1/8bpp corrections.stevenhoefel
2017-01-13DIRECTOR: Fix compiler warningsEugene Sandulenko
2017-01-13DIRECTOR: D4 image loading based on BPP.stevenhoefel
2017-01-09DIRECTOR: D4 Image Decoding, Buttons, Text, Shapes.stevenhoefel
2016-11-10DIRECTOR: Plug memory leakEugene Sandulenko
2016-08-26DIRECTOR: Clean up BITDDecoder compression checkWillem Jan Palenstijn
2016-08-25DIRECTOR: Clean up padding in image decodingWillem 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: Gather statistic on correct bitmap sizesEugene Sandulenko
2016-08-23DIRECTOR: Further reduction of include dependencyEugene Sandulenko
2016-08-23DIRECTOR: Fix memory overwriteEugene Sandulenko
2016-08-22DIRECTOR: Improvements to 1bpp image renderingEugene 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