aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/utils.h
AgeCommit message (Expand)Author
2015-12-23LAB: Move some more comments to header filesStrangerke
2015-12-23LAB: Fix a bug pointed out by wjp in getObjectStrangerke
2015-12-23LAB: Make processMap a bit more readable by using RectsStrangerke
2015-12-23LAB: Use templates for the undiff functionsFilippos Karapetis
2015-12-23LAB: Change the graphics and audio code to use Common::File directlyFilippos Karapetis
2015-12-23LAB: Use Common::Rect in functions related to flowText (WIP)Strangerke
2015-12-23LAB: Fix a regression related to random number generation, some renamingStrangerke
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: Move readBlock to the utility classStrangerke
2015-12-23LAB: Move mapScale functions to the utility classStrangerke
2015-12-23LAB: Rename CloseDataPtr pointers, some refactoringStrangerke
2015-12-23LAB: Refactoring the vgaUnscale code and the way it's usedStrangerke
2015-12-23LAB: Move utility functions to a separate classStrangerke