Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use nullptr instead of NULL everywhere | Erik Schilling | 2013-04-27 | 1 | -2/+2 |
| | |||||
* | Renamed .hpp files into .h for consistency. | Yohann Ferreira | 2010-11-14 | 1 | -4/+4 |
| | | | | | | Also added an header to the autoattack.{h,cpp} files. Big but trivial fix. | ||||
* | Fix enet check macros. | Freeyorp | 2010-08-13 | 1 | -2/+2 |
| | | | | | | Not a good idea to have #if checks in a #ifdef check. Trivial fix. | ||||
* | Fix enet version check | Jared Adams | 2010-08-09 | 1 | -2/+8 |
| | | | | Reviewed-by: Chuck Miller | ||||
* | Fix enet version check | Jared Adams | 2010-08-02 | 1 | -9/+5 |
| | | | | Tested-by: BaseBallBoy | ||||
* | Add support for enet 1.3 | Jared Adams | 2010-08-02 | 1 | -0/+16 |
| | | | | Reviewed-by: Yohann Ferreira | ||||
* | Update Copyright date for Manaserv. | Bertram | 2010-02-07 | 1 | -1/+1 |
| | |||||
* | Fixed name of the project in copyright headers | Thorbjørn Lindeijer | 2009-12-06 | 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. | ||||
* | Standardize on the position of the const keyword | Bjørn Lindeijer | 2009-04-26 | 1 | -3/+4 |
| | | | | Same as for the client. | ||||
* | Made Bandwidth Monitor Global | David Athay | 2008-11-20 | 1 | -15/+2 |
| | |||||
* | Added bandwidth monitoring | David Athay | 2008-11-19 | 1 | -0/+17 |
| | |||||
* | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 2008-11-16 | 1 | -2/+0 |
| | |||||
* | Some cleanup and an unsuccesful attempt at fixing a crash on map server exit | Bjørn Lindeijer | 2008-10-26 | 1 | -13/+26 |
| | | | | | when there is no connection the account server (a different one surfaced). | ||||
* | Simplified handling of verbosity levels. Optimized code by generating only ↵ | Guillaume Melquiond | 2007-01-05 | 1 | -4/+7 |
| | | | | needed messages. | ||||
* | Physically split the server into one tmwserv-acount program (account + | Guillaume Melquiond | 2006-12-29 | 1 | -0/+110 |
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. |