index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
director
/
images.cpp
Age
Commit message (
Expand
)
Author
2017-02-14
DIRECTOR: Hid noisy debug output
Eugene Sandulenko
2017-02-11
JANITORIAL: Formatting fixes
Eugene Sandulenko
2017-01-13
DIRECTOR: Style fixes plus 1/8bpp corrections.
stevenhoefel
2017-01-13
DIRECTOR: Fix compiler warnings
Eugene Sandulenko
2017-01-13
DIRECTOR: D4 image loading based on BPP.
stevenhoefel
2017-01-09
DIRECTOR: D4 Image Decoding, Buttons, Text, Shapes.
stevenhoefel
2016-11-10
DIRECTOR: Plug memory leak
Eugene Sandulenko
2016-08-26
DIRECTOR: Clean up BITDDecoder compression check
Willem Jan Palenstijn
2016-08-25
DIRECTOR: Clean up padding in image decoding
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: Gather statistic on correct bitmap sizes
Eugene Sandulenko
2016-08-23
DIRECTOR: Further reduction of include dependency
Eugene Sandulenko
2016-08-23
DIRECTOR: Fix memory overwrite
Eugene Sandulenko
2016-08-22
DIRECTOR: Improvements to 1bpp image rendering
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