Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-14 | Renamed .hpp files into .h for consistency. | Yohann Ferreira | 1 | -121/+0 | |
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix. | |||||
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. | |||||
2009-12-06 | Removed "TMW" and "TMWSERV" from header guards | Thorbjørn Lindeijer | 1 | -2/+2 | |
2009-10-18 | Some random cleanups | Thorbjørn Lindeijer | 1 | -1/+1 | |
2009-05-24 | Made it possible to specify the host to listen on | Bjørn Lindeijer | 1 | -1/+5 | |
Needed when the server has multiple network interfaces and the one you want to use isn't the default one for localhost. The host to listen on can be set in config file with 'net_listenHost'. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
2007-03-11 | Added a utils::processor namespace and a function to determine if, the ↵ | Rogier Polak | 1 | -6/+0 | |
processor the program is running on, is little-endian or big-endian. | |||||
2007-01-06 | Removed world timer usage from account server, instead letting ENet wait during | Bjørn Lindeijer | 1 | -1/+4 | |
each host service to reduce CPU usage. Modified timer code to gracefully handle jumps back in time. | |||||
2006-12-29 | Physically split the server into one tmwserv-acount program (account + | Guillaume Melquiond | 1 | -0/+123 | |
chat + database) and multiple tmwserv-game programs (selected with respect to the maps). Cleaned the repository by moving server-specific source files into dedicated directories. |