aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/anim.cpp
AgeCommit message (Expand)Author
2015-12-23LAB: Move event update functions out of updateMusicStrangerke
2015-12-23LAB: More work on the commentsStrangerke
2015-12-23LAB: Use templates for the undiff functionsFilippos Karapetis
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: Add a short delay when changing screen so that the text is readable when...Strangerke
2015-12-23LAB: Verify the appropriate use of parenthesis in if statementsStrangerke
2015-12-23LAB: Make the use of nullptr consistent through the engineStrangerke
2015-12-23LAB: Simplify the crumb wait time codeFilippos 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: Now that timing works correctly, disable some annoying delaysFilippos Karapetis
2015-12-23LAB: Get rid of the rest of the custom time delay functionsFilippos Karapetis
2015-12-23LAB: Get rid of getTime(), readBlock() and getRandom()Filippos Karapetis
2015-12-23LAB: Move timing functions to the utility classStrangerke
2015-12-23LAB: Remove extra whitespaceFilippos Karapetis
2015-12-23LAB: Refactor readPictToMem()Filippos 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: Converted DisplayMan::_dispBitMap to a pointer.Eugene Sandulenko
2015-12-23LAB: Reduced header dependency: interface.hEugene Sandulenko
2015-12-23LAB: Reduced header dependency: dispman.h, eventman.hEugene Sandulenko
2015-12-23LAB: Reduced header dependency: labsets.h, utils.hEugene Sandulenko
2015-12-23LAB: Reduce header dependency from music.hEugene Sandulenko
2015-12-23LAB: Removed unnecessary includesEugene Sandulenko
2015-12-23LAB: Use // for commentsStrangerke
2015-12-23LAB: Get rid of _isBMFilippos Karapetis
2015-12-23LAB: Use doxygen format for function commentsStrangerke
2015-12-23LAB: Review spacingStrangerke
2015-12-23LAB: Remove more extern variablesStrangerke
2015-12-23LAB: Move utility functions to a separate classStrangerke
2015-12-23LAB: Get rid of the intermediate display bitmap pointerFilippos Karapetis
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 the calling code of playSoundEffect()Filippos Karapetis
2015-12-23LAB: Simplify usage of the DIFF file bufferFilippos Karapetis
2015-12-23LAB: Move more functions to DisplayManStrangerke
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: Start working on a separate DisplayMan classStrangerke
2015-12-23LAB: remove the use of g_lab in AnimStrangerke
2015-12-23LAB: Renaming of AnimStrangerke
2015-12-23LAB: Get rid of readdiff.cppStrangerke
2015-12-23LAB: Introduce the Anim class (WIP)Strangerke