summaryrefslogtreecommitdiff
path: root/src/utils/timer.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-3/+3
2011-11-07Small cleanups in utils::TimerThorbjørn Lindeijer1-8/+2
2011-03-12Removed a bunch of silly documentationThorbjørn Lindeijer1-0/+3
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer1-2/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-11/+12
2007-01-06Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer1-6/+0
2006-08-04Generalized the properties functionality as was done in the client before.Bjørn Lindeijer1-3/+0
2006-05-14Applied a patch by Guillaume that makes the server sleep between ticks insteadBjørn Lindeijer1-19/+23
2006-04-30made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec.Philipp Sehmisch1-7/+13
2006-04-30fixed some problems of the timer classPhilipp Sehmisch1-8/+16
2006-04-30replaced SDL timing with a self written timer class.Philipp Sehmisch1-0/+86