aboutsummaryrefslogtreecommitdiff
path: root/util.cpp
AgeCommit message (Expand)Author
2002-07-26fix if len is divisible by 8Max Horn
2002-07-25added simple hexdump() function (nice for debugging); added some debug code f...Max Horn
2002-07-18put stuff in util.h into namespace ScummVM; fixed stupid bug in String class;...Max Horn
2002-07-18String class now uses ref counting for its data, which allows efficient copyi...Max Horn
2002-07-17moved gui/utils.* to main level; removed some unused stuff from our file acce...Max Horn