summaryrefslogtreecommitdiffstats
path: root/src/utils/timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-2/+2
* Small cleanups in utils::TimerThorbjørn Lindeijer2011-11-071-12/+15
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-7/+6
* Removed useless win32 implementation of gettimeofday.Eugenio Favalli2007-11-191-1/+1
* Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer2007-01-061-3/+19
* Fix building with --pedantic.Björn Steinbrink2007-01-031-6/+6
* Generalized the properties functionality as was done in the client before.Bjørn Lindeijer2006-08-041-3/+0
* Replaced nanosleep with Sleep in Windows and updated Dev-C++ project file.Eugenio Favalli2006-05-141-0/+4
* Applied a patch by Guillaume that makes the server sleep between ticks insteadBjørn Lindeijer2006-05-141-0/+12
* made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec.Philipp Sehmisch2006-04-301-5/+5
* fixed some problems of the timer classPhilipp Sehmisch2006-04-301-16/+19
* replaced SDL timing with a self written timer class.Philipp Sehmisch2006-04-301-0/+71