aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/anim.h
AgeCommit message (Expand)Author
2016-01-08LAB: Remove superfluous class variablesFilippos Karapetis
2015-12-27LAB: Add support for saving and loading games from the GMMFilippos Karapetis
2015-12-26LAB: Remove useless virtual keywordsWillem Jan Palenstijn
2015-12-26LAB: Add an access function to make _headerData a private member of AnimStrangerke
2015-12-24LAB: Simplify Anim output to bufferWillem Jan Palenstijn
2015-12-24LAB: Move dispBitMap to AnimWillem Jan Palenstijn
2015-12-24LAB: Clean up diff chunk handlingWillem Jan Palenstijn
2015-12-23LAB: Implement the scroll buffer of doScrollWipe() and doScrollBounce()Filippos Karapetis
2015-12-23LAB: Clarify a bit the use of header in AnimStrangerke
2015-12-23LAB: Fix header define for AnimStrangerke
2015-12-23LAB: Remove _drawBitMap, make diffNextFrame a bit more readableStrangerke
2015-12-23LAB: Rename a member of AnimStrangerke
2015-12-23LAB: More work on the commentsStrangerke
2015-12-23LAB: Remove unused variables in DIFFHeader and BitMapStrangerke
2015-12-23LAB: Change the graphics and audio code to use Common::File directlyFilippos Karapetis
2015-12-23LAB: Fix regression in animation code in looping animationsFilippos Karapetis
2015-12-23LAB: Get rid of a superfluous global variableFilippos Karapetis
2015-12-23LAB: Get rid of the rest of the custom time delay functionsFilippos Karapetis
2015-12-23LAB: Simplify bitmap flagsFilippos Karapetis
2015-12-23LAB: Move readBlock to the utility classStrangerke
2015-12-23LAB: Merge playDiff() into readDiff()Filippos Karapetis
2015-12-23LAB: Removed unnecessary includesEugene Sandulenko
2015-12-23LAB: Use // for commentsStrangerke
2015-12-23LAB: Get rid of _isBMFilippos Karapetis
2015-12-23LAB: Move utility functions to a separate classStrangerke
2015-12-23LAB: Use the correct bitmap buffer in the Anim classFilippos Karapetis
2015-12-23LAB: Move readSound() into the Music classFilippos Karapetis
2015-12-23LAB: Merge the uniffMemory() code into unDiff()Filippos Karapetis
2015-12-23LAB: Some refactoring, remove dead code and a useless return valueStrangerke
2015-12-23LAB: Simplify usage of the DIFF file bufferFilippos Karapetis
2015-12-23LAB: Refactor the remaining functions in labfile.cppFilippos Karapetis
2015-12-23LAB: Rewrite picture handling and get rid of the memory managerFilippos Karapetis
2015-12-23LAB: Renaming of AnimStrangerke
2015-12-23LAB: Get rid of readdiff.cppStrangerke
2015-12-23LAB: Introduce the Anim class (WIP)Strangerke