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
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