summaryrefslogtreecommitdiff
path: root/src/utils/timer.h
AgeCommit message (Collapse)AuthorFilesLines
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
Also updated the headers to refer to the GPL by URL instead of suggesting to contact the FSF by snail mail, as per the latest GPL usage instructions.
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 ↵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