aboutsummaryrefslogtreecommitdiff
path: root/common/util.cpp
AgeCommit message (Collapse)Author
2003-07-05gah. I am stupidMax Horn
svn-id: r8780
2003-07-05fixed stack lock at startupMax Horn
svn-id: r8779
2003-07-05updated code to use type MutexRef; added class StackLock (from sdl backend, ↵Max Horn
now in util.*) svn-id: r8777
2003-05-21pedantic fixesMax Horn
svn-id: r7789
2003-05-04hexdump defaults to 16 bytes/line now, and prints an offestMax Horn
svn-id: r7317
2003-05-02make hexdump width variableMax Horn
svn-id: r7269
2003-05-02Change __PALM_OS__ to NEWGUI_256, more genericChris Apers
svn-id: r7260
2003-04-30more PalmOS changesMax Horn
svn-id: r7220
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06next pedantic cleanup codePaweł Kołodziejski
svn-id: r6714
2002-12-28get rid of getStringLen and use the more powerful resStrLen instead; moved ↵Max Horn
resStrLen from common/ to scumm/, where it belongs; enhanced resStrLen to suport V8; fixed translateText to support embeded vars (in strings I mean) - it may still not be fully correct but at least is better now; rewrote o6_arrayOps to parallel the V8 version - needs testing svn-id: r6215
2002-12-01moved RNG to common/util.cppOliver Kiehl
svn-id: r5778
2002-09-16added some comments, cleanupMax Horn
svn-id: r4950
2002-09-15apply patch #609508 real fix for MI2 Dialog Box crash, by CCCP at Endy's requestJonathan Gray
svn-id: r4943
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903
2002-08-31don't print char 0x7fMax Horn
svn-id: r4881
2002-08-21Initial revisionMax Horn
svn-id: r4785