Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-08-06 | COMMON: Corrected Previous Commit. | D G Turner | |
Common::String class is in common/str.h, not string.h... | |||
2011-08-06 | COMMON: Fix Missing Dependency In Timer Header. | D G Turner | |
This should fix the PSP build. | |||
2011-08-06 | OSYSTEM: extended installTimerProc() with timer ID parameter | Eugene Sandulenko | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2009-02-27 | Clarify timer API. | Willem Jan Palenstijn | |
svn-id: r38938 | |||
2007-05-30 | Updated 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 | |||
2007-03-17 | Added class NonCopyable, and made various things derive from it | Max Horn | |
svn-id: r26163 | |||
2006-10-22 | Backend modularization: Create timer manager, savefile manager and audio ↵ | Max Horn | |
mixer in the backends for increased flexibility svn-id: r24443 | |||
2006-06-24 | Added 'timer' backend module, based on the existing TimerManager code (work ↵ | Max Horn | |
in progress) svn-id: r23279 | |||
2006-06-24 | Renamed class Timer to TimerManager (the old name was somewhat ↵ | Max Horn | |
incorrect/confusing) svn-id: r23278 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20510 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-06-07 | Increase max number of timers to 8. | Eugene Sandulenko | |
svn-id: r18364 | |||
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn | |
svn-id: r18038 | |||
2005-01-28 | Use class Mutex instead of MutexRef | Max Horn | |
svn-id: r16679 | |||
2005-01-10 | system.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-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-08-22 | cleanup of TimerProc mess | Max Horn | |
svn-id: r14683 | |||
2004-05-23 | we dont use more timers than 2 | Paweł Kołodziejski | |
svn-id: r13850 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11219 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11180 | |||
2003-11-01 | added doxygen comment | Max Horn | |
svn-id: r11036 | |||
2003-10-17 | renamed some Timer methods | Max Horn | |
svn-id: r10868 | |||
2003-09-28 | removed 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-10 | added refCon parameter to timer class | Max 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-05 | updated code to use type MutexRef; added class StackLock (from sdl backend, ↵ | Max Horn | |
now in util.*) svn-id: r8777 | |||
2003-07-03 | Timer 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-29 | more OSystem docs & cleanup | Max Horn | |
svn-id: r8118 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2002-09-18 | Timer is handled in Engine now | Paweł Kołodziejski | |
svn-id: r4964 | |||
2002-08-31 | changed Bundle to File class, cleanup | Paweł Kołodziejski | |
svn-id: r4874 | |||
2002-08-22 | Made MorphOS port use master makefile, few compilation fixes | Ruediger Hanke | |
svn-id: r4800 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 |