aboutsummaryrefslogtreecommitdiff
path: root/common/timer.h
AgeCommit message (Collapse)Author
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20510
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-06-07Increase max number of timers to 8.Eugene Sandulenko
svn-id: r18364
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
svn-id: r18038
2005-01-28Use class Mutex instead of MutexRefMax Horn
svn-id: r16679
2005-01-10system.h was being included in tons of places, without any good reason; ↵Max Horn
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-08-22cleanup of TimerProc messMax Horn
svn-id: r14683
2004-05-23we dont use more timers than 2Paweł Kołodziejski
svn-id: r13850
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11219
2003-11-07spelling fixesJonathan Gray
svn-id: r11180
2003-11-01added doxygen commentMax Horn
svn-id: r11036
2003-10-17renamed some Timer methodsMax Horn
svn-id: r10868
2003-09-28removed duplicate g_timer object (one was global, one was static to ↵Max Horn
timer.cpp); set g_system earlier (might prevent a few race conditions) svn-id: r10471
2003-09-10added refCon parameter to timer classMax Horn
svn-id: r10156
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-05updated code to use type MutexRef; added class StackLock (from sdl backend, ↵Max Horn
now in util.*) svn-id: r8777
2003-07-03Timer now uses a mutex, which should make it thread safe (it wasn't before, ↵Max Horn
particuarly bad if timers are implemented via threads), plus this should help in fixing race conditions in classes using class Timer svn-id: r8722
2003-05-29more OSystem docs & cleanupMax Horn
svn-id: r8118
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2002-09-18Timer is handled in Engine nowPaweł Kołodziejski
svn-id: r4964
2002-08-31changed Bundle to File class, cleanupPaweł Kołodziejski
svn-id: r4874
2002-08-22Made MorphOS port use master makefile, few compilation fixesRuediger Hanke
svn-id: r4800
2002-08-21Initial revisionMax Horn
svn-id: r4785