aboutsummaryrefslogtreecommitdiff
path: root/backends/timer/default/default-timer.cpp
AgeCommit message (Collapse)Author
2007-01-24Modified version of Torbjoern's patch from bug #1640420 (fixes an overflow ↵Max Horn
in the default timer manager) svn-id: r25165
2006-10-26Increase timer accuracy againMax Horn
svn-id: r24518
2006-10-25Rewrote the DefaultTimerManager to use a priority queue instead of a fixed ↵Max Horn
size slot array (semantics of timers changed slightly due to this in lag situations) svn-id: r24515
2006-10-22Removed unused return value & param from DefaultTimerManager::handler()Max Horn
svn-id: r24447
2006-10-22Backend modularization: Create timer manager, savefile manager and audio ↵Max Horn
mixer in the backends for increased flexibility svn-id: r24443
2006-06-24Added 'timer' backend module, based on the existing TimerManager code (work ↵Max Horn
in progress) svn-id: r23279