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
/
anim.h
Age
Commit message (
Expand
)
Author
2016-01-08
LAB: Remove superfluous class variables
Filippos Karapetis
2015-12-27
LAB: Add support for saving and loading games from the GMM
Filippos Karapetis
2015-12-26
LAB: Remove useless virtual keywords
Willem Jan Palenstijn
2015-12-26
LAB: Add an access function to make _headerData a private member of Anim
Strangerke
2015-12-24
LAB: Simplify Anim output to buffer
Willem Jan Palenstijn
2015-12-24
LAB: Move dispBitMap to Anim
Willem Jan Palenstijn
2015-12-24
LAB: Clean up diff chunk handling
Willem Jan Palenstijn
2015-12-23
LAB: Implement the scroll buffer of doScrollWipe() and doScrollBounce()
Filippos Karapetis
2015-12-23
LAB: Clarify a bit the use of header in Anim
Strangerke
2015-12-23
LAB: Fix header define for Anim
Strangerke
2015-12-23
LAB: Remove _drawBitMap, make diffNextFrame a bit more readable
Strangerke
2015-12-23
LAB: Rename a member of Anim
Strangerke
2015-12-23
LAB: More work on the comments
Strangerke
2015-12-23
LAB: Remove unused variables in DIFFHeader and BitMap
Strangerke
2015-12-23
LAB: Change the graphics and audio code to use Common::File directly
Filippos Karapetis
2015-12-23
LAB: Fix regression in animation code in looping animations
Filippos Karapetis
2015-12-23
LAB: Get rid of a superfluous global variable
Filippos Karapetis
2015-12-23
LAB: Get rid of the rest of the custom time delay functions
Filippos Karapetis
2015-12-23
LAB: Simplify bitmap flags
Filippos Karapetis
2015-12-23
LAB: Move readBlock to the utility class
Strangerke
2015-12-23
LAB: Merge playDiff() into readDiff()
Filippos Karapetis
2015-12-23
LAB: Removed unnecessary includes
Eugene Sandulenko
2015-12-23
LAB: Use // for comments
Strangerke
2015-12-23
LAB: Get rid of _isBM
Filippos Karapetis
2015-12-23
LAB: Move utility functions to a separate class
Strangerke
2015-12-23
LAB: Use the correct bitmap buffer in the Anim class
Filippos Karapetis
2015-12-23
LAB: Move readSound() into the Music class
Filippos Karapetis
2015-12-23
LAB: Merge the uniffMemory() code into unDiff()
Filippos Karapetis
2015-12-23
LAB: Some refactoring, remove dead code and a useless return value
Strangerke
2015-12-23
LAB: Simplify usage of the DIFF file buffer
Filippos Karapetis
2015-12-23
LAB: Refactor the remaining functions in labfile.cpp
Filippos Karapetis
2015-12-23
LAB: Rewrite picture handling and get rid of the memory manager
Filippos Karapetis
2015-12-23
LAB: Renaming of Anim
Strangerke
2015-12-23
LAB: Get rid of readdiff.cpp
Strangerke
2015-12-23
LAB: Introduce the Anim class (WIP)
Strangerke