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
/
common
/
util.h
Age
Commit message (
Expand
)
Author
2003-11-05
export language list (so that it can be used by the GUI); added methods to co...
Max Horn
2003-11-01
make doxygen happy
Gregory Montoir
2003-10-17
added russian as a language (part of patch #823031, adapted to recent code ch...
Max Horn
2003-10-17
moved platform/language constants to common/util.*
Max Horn
2003-10-14
init RNG for everybody using time()
Max Horn
2003-10-04
use namespace Common a bit more; don't zero the RNG in scumm (else the seed g...
Max Horn
2003-09-10
moved declaration of error/warning/debug from engine.h to util.h
Max Horn
2003-08-01
#include cleanup (explicityl specify the location for headers from common/, s...
Max Horn
2003-07-05
fixed stack lock at startup
Max Horn
2003-07-05
updated code to use type MutexRef; added class StackLock (from sdl backend, n...
Max Horn
2003-06-14
cleanup
Max Horn
2003-06-05
unmacro-ed and templated ABS, MIN & MAX
Bertrand Augereau
2003-05-29
added some doxygen (javadoc style) comments. yes I sure these function probab...
Max Horn
2003-05-21
pedantic fixes
Max Horn
2003-05-17
make ARRAYSIZE 'return' an int
Max Horn
2003-05-15
make SWAP a template function, so that it works for swapping non-int stuff, t...
Max Horn
2003-05-04
hexdump defaults to 16 bytes/line now, and prints an offest
Max Horn
2003-05-02
make hexdump width variable
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
next pedantic cleanup code
Paweł Kołodziejski
2002-12-28
get rid of getStringLen and use the more powerful resStrLen instead; moved re...
Max Horn
2002-12-13
changed OSystem to allow RBG<->16bit color conversion to be done in the backe...
Max Horn
2002-12-01
moved RNG to common/util.cpp
Oliver Kiehl
2002-11-30
gp32 port stuff
Peter Moraliyski
2002-10-22
inline function instead of macro for SWAP, to make -Wshadow more useful
Max Horn
2002-09-19
improved the text display in a newgui a bit: make the font proportiona; imple...
Max Horn
2002-09-15
apply patch #609508 real fix for MI2 Dialog Box crash, by CCCP at Endy's request
Jonathan Gray
2002-09-08
rewrote config class; cleanup; code restructuring
Max Horn
2002-08-25
fixed some endian issues in the new SMUSH decoder; cleanup
Max Horn
2002-08-21
Initial revision
Max Horn