Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-07 | Update Copyright date for Manaserv. | Bertram | 1 | -1/+1 | |
2009-12-06 | Fixed name of the project in copyright headers | Thorbjørn Lindeijer | 1 | -7/+6 | |
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. | |||||
2007-11-19 | Removed useless win32 implementation of gettimeofday. | Eugenio Favalli | 1 | -1/+1 | |
2007-01-06 | Removed world timer usage from account server, instead letting ENet wait during | Bjørn Lindeijer | 1 | -3/+19 | |
each host service to reduce CPU usage. Modified timer code to gracefully handle jumps back in time. | |||||
2007-01-03 | Fix building with --pedantic. | Björn Steinbrink | 1 | -6/+6 | |
2006-08-04 | Generalized the properties functionality as was done in the client before. | Bjørn Lindeijer | 1 | -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-14 | Replaced nanosleep with Sleep in Windows and updated Dev-C++ project file. | Eugenio Favalli | 1 | -0/+4 | |
2006-05-14 | Applied a patch by Guillaume that makes the server sleep between ticks instead | Bjørn Lindeijer | 1 | -0/+12 | |
of polling for the next one. Somebody will need to verify that this works for on Dev-C++ as well. | |||||
2006-04-30 | made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec. | Philipp Sehmisch | 1 | -5/+5 | |
2006-04-30 | fixed some problems of the timer class | Philipp Sehmisch | 1 | -16/+19 | |
2006-04-30 | replaced SDL timing with a self written timer class. | Philipp Sehmisch | 1 | -0/+71 | |