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
/
timer.cpp
Age
Commit message (
Expand
)
Author
2004-03-27
clarify OSystem specification (setTimerCallback() must be 'atomic')
Max Horn
2004-03-27
small tweak
Max Horn
2004-03-15
Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes
Max Horn
2004-02-28
renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-10-17
renamed some Timer methods
Max Horn
2003-10-17
proper fix for COMI timer issue: don't let a Timer remove itself
Max Horn
2003-10-17
fix (workaround) for bug #825331
Max Horn
2003-10-17
COMI crashes because for some reasons we get a 0 timer interval. not sure how...
Max Horn
2003-10-14
improved timer resolution -> this helps iMuse *a lot* on my system when there...
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-28
removed duplicate g_timer object (one was global, one was static to timer.cpp...
Max Horn
2003-09-28
don't try to pass NULL when there is an int argument
Jonathan Gray
2003-09-27
OSystem changes: removed create_thread() method (not needed anymore; 'pure' t...
Max Horn
2003-09-10
added refCon parameter to timer class
Max Horn
2003-09-08
more plugin related work
Max Horn
2003-08-01
#include cleanup (explicityl specify the location for headers from common/, s...
Max Horn
2003-07-03
Timer now uses a mutex, which should make it thread safe (it wasn't before, p...
Max Horn
2003-06-19
cleanup
Max Horn
2003-05-29
more OSystem docs & cleanup
Max Horn
2003-04-30
more PalmOS changes
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
next pedantic cleanup code
Paweł Kołodziejski
2003-01-25
applied patch #674141: CMI: Smush sync tuning
Paweł Kołodziejski
2002-09-18
Timer is handled in Engine now
Paweł Kołodziejski
2002-09-08
rewrote config class; cleanup; code restructuring
Max Horn
2002-08-22
Made MorphOS port use master makefile, few compilation fixes
Ruediger Hanke
2002-08-21
Initial revision
Max Horn