aboutsummaryrefslogtreecommitdiff
path: root/common/util.cpp
AgeCommit message (Collapse)Author
2004-01-26Return default description stringChris Apers
svn-id: r12624
2004-01-21Prevent getPlatformDescription(...) from returing NULL pointer using ↵Chris Apers
kPlatformUnknown svn-id: r12567
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-06start work on czech subtitle support, not finishedJonathan Gray
svn-id: r12175
2003-12-30cleanup for language/platform functionsMax Horn
svn-id: r12034
2003-12-13small fix for hexdump()Max Horn
svn-id: r11617
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11219
2003-11-05export language list (so that it can be used by the GUI); added methods to ↵Max Horn
convert a Platform/Language ID into a canonical string svn-id: r11141
2003-10-17added russian as a language (part of patch #823031, adapted to recent code ↵Max Horn
changes) svn-id: r10878
2003-10-17moved platform/language constants to common/util.*Max Horn
svn-id: r10862
2003-10-14init RNG for everybody using time()Max Horn
svn-id: r10796
2003-10-04use namespace Common a bit more; don't zero the RNG in scumm (else the seed ↵Max Horn
gets reset); remove obsolete 256 color blending code svn-id: r10592
2003-09-18moved engine.* to base; this fixes some linking issues when building a ↵Max Horn
barebone ScummVM (or maybe I just want to increase our CVS stats? <g>) svn-id: r10287
2003-08-01#include cleanup (explicityl specify the location for headers from common/, ↵Max Horn
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359
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