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.cpp
Age
Commit message (
Expand
)
Author
2015-12-23
LAB: Add a short delay when changing screen so that the text is readable when...
Strangerke
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: Simplify the crumb wait time code
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: Now that timing works correctly, disable some annoying delays
Filippos Karapetis
2015-12-23
LAB: Get rid of the rest of the custom time delay functions
Filippos Karapetis
2015-12-23
LAB: Get rid of getTime(), readBlock() and getRandom()
Filippos Karapetis
2015-12-23
LAB: Move timing functions to the utility class
Strangerke
2015-12-23
LAB: Remove extra whitespace
Filippos Karapetis
2015-12-23
LAB: Refactor readPictToMem()
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: Converted DisplayMan::_dispBitMap to a pointer.
Eugene Sandulenko
2015-12-23
LAB: Reduced header dependency: interface.h
Eugene Sandulenko
2015-12-23
LAB: Reduced header dependency: dispman.h, eventman.h
Eugene Sandulenko
2015-12-23
LAB: Reduced header dependency: labsets.h, utils.h
Eugene Sandulenko
2015-12-23
LAB: Reduce header dependency from music.h
Eugene Sandulenko
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: Use doxygen format for function comments
Strangerke
2015-12-23
LAB: Review spacing
Strangerke
2015-12-23
LAB: Remove more extern variables
Strangerke
2015-12-23
LAB: Move utility functions to a separate class
Strangerke
2015-12-23
LAB: Get rid of the intermediate display bitmap pointer
Filippos Karapetis
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 the calling code of playSoundEffect()
Filippos Karapetis
2015-12-23
LAB: Simplify usage of the DIFF file buffer
Filippos Karapetis
2015-12-23
LAB: Move more functions to DisplayMan
Strangerke
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: Start working on a separate DisplayMan class
Strangerke
2015-12-23
LAB: remove the use of g_lab in Anim
Strangerke
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