summaryrefslogtreecommitdiff
path: root/src/utils/timer.h
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Rogier Polak1-11/+12
serialize and deserialize functions on both the accountserver and the gameserver.
2007-01-06Removed world timer usage from account server, instead letting ENet wait duringBjørn Lindeijer1-6/+0
each host service to reduce CPU usage. Modified timer code to gracefully handle jumps back in time.
2006-08-04Generalized the properties functionality as was done in the client before.Bjørn Lindeijer1-3/+0
Removed some more remaining usages of tmwserv namespace. Added some documentation and de-complicized the code a bit. Removed checks for SDL and SDL_net.
2006-05-14Applied a patch by Guillaume that makes the server sleep between ticks insteadBjørn Lindeijer1-19/+23
of polling for the next one. Somebody will need to verify that this works for on Dev-C++ as well.
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