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
/
sherlock
/
image_file.cpp
Age
Commit message (
Expand
)
Author
2018-06-29
SHERLOCK: Fix shadowing warning
Eugene Sandulenko
2018-06-29
SHERLOCK: Fix warning
Eugene Sandulenko
2018-04-19
JANITORIAL: Fix whitespace
Adrian Frühwirth
2016-05-16
SHERLOCK: Remove non-virtual destructor which prevents the superclass one fro...
Eugene Sandulenko
2016-02-04
SHERLOCK: SS: Fix crash on invalid graphics in German version
Paul Gilbert
2015-10-16
SHERLOCK: RT: Fix crash skipping intro when anim is active
Paul Gilbert
2015-10-11
SHERLOCK: RT: Fix frame memory leak in StreamingImageFile
Paul Gilbert
2015-09-27
SHERLOCK: Remove unnecessary indentation level
Torbjörn Andersson
2015-08-23
SHERLOCK: RT: Fix getting image offsets on unscaled images
Paul Gilbert
2015-08-22
SHERLOCK: RT: Cleanup of sDrawXOffset & sDrawYOffset
Paul Gilbert
2015-08-09
SHERLOCK: RT: Fix drawing last frame of animations
Paul Gilbert
2015-07-12
SHERLOCK: Fix compiler warnings
Paul Gilbert
2015-07-04
SHERLOCK: Use IS_ROSE_TATTOO / IS_SERRATED_SCALPEL in more places
Filippos Karapetis
2015-06-30
SHERLOCK: RT: Fix compiler warnings
Paul Gilbert
2015-06-29
SHERLOCK: RT: Fix Coverity problems
Paul Gilbert
2015-06-27
SHERLOCK: RT: Properly implement StreamingImageFile class
Paul Gilbert
2015-06-16
SHERLOCK: 3DO: animation loader: verify data
Martin Kiewitz
2015-06-15
SHERLOCK: 3DO: celroomdata loader: verify data
Martin Kiewitz
2015-06-14
SHERLOCK: improve image palette detection
Martin Kiewitz
2015-06-13
SHERLOCK: 3DO: add checks to ccb header reading
Martin Kiewitz
2015-06-13
SHERLOCK: 3DO: implement map support + cel 8-bit
Martin Kiewitz
2015-06-13
SHERLOCK: 3DO: support for cAnim data (startCAnim)
Martin Kiewitz
2015-06-13
SHERLOCK: Reduce the scope of some variables, add a couple of CHECKMEs
Strangerke
2015-06-12
SHERLOCK: 3DO: implement offX/Y for cel room data
Martin Kiewitz
2015-06-12
SHERLOCK: 3DO: font support: free memory
Martin Kiewitz
2015-06-12
SHERLOCK: 3DO: font support
Martin Kiewitz
2015-06-12
SHERLOCK: 3DO: some work on font file loading
Martin Kiewitz
2015-06-12
SHERLOCK: 3DO: mouse cursor support
Martin Kiewitz
2015-06-12
SHERLOCK: 3DO: fix multiple frame decoding
Martin Kiewitz
2015-06-12
SHERLOCK: 3DO: cel decoder change
Martin Kiewitz
2015-06-12
SHERLOCK: Fix two Valgrind warnings in the 3DO image decoder
Torbjörn Andersson
2015-06-11
SHERLOCK: 3DO: support images inside room files
Martin Kiewitz
2015-06-11
SHERLOCK: 3DO: load walk.anim for player
Martin Kiewitz
2015-06-11
SHERLOCK: Remove unnecessary semicolon.
Torbjörn Andersson
2015-06-10
SHERLOCK: Split up image file classes into their own file
Paul Gilbert