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
/
utils.cpp
Age
Commit message (
Expand
)
Author
2016-01-08
LAB: Bugfixes for the lowres DOS version
Filippos Karapetis
2015-12-23
LAB: Use int in for loops, instead of uint16
Filippos Karapetis
2015-12-23
LAB: Move some more comments to header files
Strangerke
2015-12-23
LAB: Fix a bug pointed out by wjp in getObject
Strangerke
2015-12-23
LAB: Make processMap a bit more readable by using Rects
Strangerke
2015-12-23
LAB: Use templates for the undiff functions
Filippos Karapetis
2015-12-23
LAB: Change the graphics and audio code to use Common::File directly
Filippos Karapetis
2015-12-23
LAB: Use Common::Rect in functions related to flowText (WIP)
Strangerke
2015-12-23
LAB: Fix the coding style of a some if/else statements
Strangerke
2015-12-23
LAB: More variable scope redux
Eugene Sandulenko
2015-12-23
LAB: Fix a regression related to random number generation, some renaming
Strangerke
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: Move readBlock to the utility class
Strangerke
2015-12-23
LAB: Move mapScale functions to the utility class
Strangerke
2015-12-23
LAB: Rename CloseDataPtr pointers, some refactoring
Strangerke
2015-12-23
LAB: More header dependency redux
Eugene Sandulenko
2015-12-23
LAB: Reduced header dependency: labsets.h, utils.h
Eugene Sandulenko
2015-12-23
LAB: Removed unnecessary includes
Eugene Sandulenko
2015-12-23
LAB: Use doxygen format for function comments
Strangerke
2015-12-23
LAB: Refactoring the vgaUnscale code and the way it's used
Strangerke
2015-12-23
LAB: Add safeguards in unDiff()
Strangerke
2015-12-23
LAB: Move utility functions to a separate class
Strangerke