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
/
lab
/
image.cpp
Age
Commit message (
Expand
)
Author
2015-12-26
LAB: Clean up Image._imageData memory handling
Willem Jan Palenstijn
2015-12-26
LAB: Rewrite while statements in blitBitmap
Strangerke
2015-12-26
LAB: Some renaming in blitBitmap and readScreenImage
Strangerke
2015-12-23
LAB: Finish moving function comments to header
Strangerke
2015-12-23
LAB: Fix bug identified by eriktorbjorn
Strangerke
2015-12-23
LAB: Fix a memory leak in the Image class
Filippos Karapetis
2015-12-23
LAB: Verify the appropriate use of parenthesis in if statements
Strangerke
2015-12-23
LAB: Make the use of nullptr consistent through the engine
Strangerke
2015-12-23
LAB: Fix the coding style of a some if/else statements
Strangerke
2015-12-23
LAB: Add _vm to Image class
Strangerke
2015-12-23
LAB: Reduced header dependency: dispman.h, eventman.h
Eugene Sandulenko
2015-12-23
LAB: More header dependency redux
Eugene Sandulenko
2015-12-23
LAB: Reduce header intra-dependency. Reduced image.h dependency
Eugene Sandulenko
2015-12-23
LAB: Removed unnecessary includes
Eugene Sandulenko
2015-12-23
LAB: Use doxygen format for function comments
Strangerke
2015-12-23
LAB: Move more functions to DisplayMan
Strangerke
2015-12-23
LAB: Merge all of the different image drawing functions
Filippos Karapetis
2015-12-23
LAB: Remove dead code
Filippos Karapetis
2015-12-23
LAB: Image accepts a Common::File now
Filippos Karapetis
2015-12-23
LAB: Moved bltBitMap to Image class
Eugene Sandulenko
2015-12-23
LAB: Rename Image class members
Eugene Sandulenko
2015-12-23
LAB: Put Image into a separate class. Leaks memory for now
Eugene Sandulenko