aboutsummaryrefslogtreecommitdiff
path: root/backends/timer/default/default-timer.h
AgeCommit message (Collapse)Author
2012-07-03BACKENDS: Remove unused member in DefaultTimerManager.Johannes Schickel
Thanks to salty-horse for pointing this out.
2011-08-06TIMER: Implemented checks for duplicated timersEugene Sandulenko
2011-08-06OSYSTEM: extended installTimerProc() with timer ID parameterEugene Sandulenko
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-03-22TIMER: Cleanupdhewg
2008-06-28Doxygenified a commentMax Horn
svn-id: r32827
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
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