summaryrefslogtreecommitdiffstats
path: root/src/utils/timer.h
Commit message (Expand)AuthorAgeFilesLines
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-3/+3
* Small cleanups in utils::TimerThorbjørn Lindeijer2011-11-071-8/+2
* Removed a bunch of silly documentationThorbjørn Lindeijer2011-03-121-0/+3
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
* Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2009-12-061-2/+2
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak2007-03-051-11/+12
* Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer2007-01-061-6/+0
* Generalized the properties functionality as was done in the client before.Bjørn Lindeijer2006-08-041-3/+0
* Applied a patch by Guillaume that makes the server sleep between ticks insteadBjørn Lindeijer2006-05-141-19/+23
* made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec.Philipp Sehmisch2006-04-301-7/+13
* fixed some problems of the timer classPhilipp Sehmisch2006-04-301-8/+16
* replaced SDL timing with a self written timer class.Philipp Sehmisch2006-04-301-0/+86