aboutsummaryrefslogtreecommitdiff
path: root/backends/timer
AgeCommit message (Expand)Author
2019-12-10PSP: Make the PspTimer class a subclass of DefaultTimerManagerCameron Cawley
2019-07-14BACKENDS: Initialize more TimerSlot fields when resetting itFilippos Karapetis
2019-05-09BACKENDS: Fix GCC Compiler Warning in Default Timer ImplementationD G Turner
2014-02-18TIZEN: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18SDL: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18PSP: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-18BACKENDS: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-04Merge pull request #350 from chrisws/tizen_port_1_6_0aJohannes Schickel
2013-07-03TIZEN: bada port updated to tizenChris Warren-Smith
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-04BADA: Convert CRLF to LFWillem Jan Palenstijn
2012-07-03BACKENDS: Remove unused member in DefaultTimerManager.Johannes Schickel
2012-03-17JANITORIAL: Remove +x from files, which should not be executable.Christoph Mallon
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
2011-11-17COMMON: Remove outdated fixmeWillem Jan Palenstijn
2011-11-02BADA: Fix loopWillem Jan Palenstijn
2011-08-21BADA: Moved timer manager to backends/timer/badaChris Warren-Smith
2011-08-10TIMER: Add a comment to explain why we remove the name in removeTimerProc.Johannes Schickel
2011-08-10TIMER: Remove all names associated with a callback, since all callbacks are r...Johannes Schickel
2011-08-10TIMER: Remove name of callback in removeTimerProc.Johannes Schickel
2011-08-06JANITORIAL: Remove SVN keywordsEugene Sandulenko
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-05-03PSP: Fix more forbidden symbol clashesMax Horn
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-22TIMER: Cleanupdhewg
2010-11-29BACKENDS: Fix SVN keyword usage.Johannes Schickel
2010-11-29SDL: Trying to cleanup the FORBIDDEN_SYMBOL situationMax Horn
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
2010-11-29SDL: Move #include <SDL.h> into a special wrapper fileMax Horn
2010-11-28Merging the gsoc2010-opengl branchMax Horn
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-08-12SDL: Make use of SDL_BACKEND instead of platform specific defines.Alejandro Marzini
2010-08-01SYMBIAN platform. Correct building of SDL refacturing for Symbian.Lars Persson
2010-07-03Cleanup and documentation.Alejandro Marzini
2010-06-20Removed getMillis, delayMillis and getTimeAndDate functions from TimerManager.Alejandro Marzini
2010-06-13Added SdlTimerManager. Added getMillis, delayMillis and getTimeAndDate to Com...Alejandro Marzini
2010-05-24PSP: moved timer thread to backends/timer/pspYotam Barnoy
2009-08-22Add FIXME about DefaultTimerManager implementation.Johannes Schickel
2009-02-28Remove misleading comment.Willem Jan Palenstijn
2008-06-28Doxygenified a commentMax Horn
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-01-24Modified version of Torbjoern's patch from bug #1640420 (fixes an overflow in...Max Horn
2006-10-26Increase timer accuracy againMax Horn
2006-10-25Rewrote the DefaultTimerManager to use a priority queue instead of a fixed si...Max Horn