aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/utils.cpp
AgeCommit message (Expand)Author
2016-01-08LAB: Bugfixes for the lowres DOS versionFilippos Karapetis
2015-12-23LAB: Use int in for loops, instead of uint16Filippos Karapetis
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 the coding style of a some if/else statementsStrangerke
2015-12-23LAB: More variable scope reduxEugene Sandulenko
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: 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: More header dependency reduxEugene Sandulenko
2015-12-23LAB: Reduced header dependency: labsets.h, utils.hEugene Sandulenko
2015-12-23LAB: Removed unnecessary includesEugene Sandulenko
2015-12-23LAB: Use doxygen format for function commentsStrangerke
2015-12-23LAB: Refactoring the vgaUnscale code and the way it's usedStrangerke
2015-12-23LAB: Add safeguards in unDiff()Strangerke
2015-12-23LAB: Move utility functions to a separate classStrangerke