Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a bunch of cppcheck warnings | Erik Schilling | 2013-05-02 | 1 | -1/+1 |
| | |||||
* | Replaced 'unsigned int' with 'unsigned' | Thorbjørn Lindeijer | 2013-01-09 | 1 | -1/+1 |
| | | | | Same thing, but shorter. | ||||
* | 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. | ||||
* | 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. | ||||
* | Synced the protocol file with client in protocol.h, letting other defines in ↵ | Bertram | 2009-10-09 | 1 | -2/+0 |
| | | | | defines.h, and removing some overheading along the way. | ||||
* | Compile without warnings and made getIP() const | Bjørn Lindeijer | 2009-01-25 | 1 | -10/+6 |
| | |||||
* | Added getting IP, and restricting time between logins | David Athay | 2009-01-12 | 1 | -0/+5 |
| | |||||
* | Made Bandwidth Monitor Global | David Athay | 2008-11-20 | 1 | -26/+1 |
| | |||||
* | Added bandwidth monitoring | David Athay | 2008-11-19 | 1 | -5/+35 |
| | |||||
* | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 2008-11-16 | 1 | -2/+0 |
| | |||||
* | Merged guilds-and-parties branch to trunk | David Athay | 2007-06-26 | 1 | -4/+5 |
| | |||||
* | Moved writing of outgoing messages into MessageOut and added printing of the | Bjørn Lindeijer | 2007-03-31 | 1 | -1/+1 |
| | | | | | message ID. | ||||
* | Added a TokenCollector class for matching magic_tokens. | Rogier Polak | 2007-03-18 | 1 | -5/+4 |
| | |||||
* | Added a utils::processor namespace and a function to determine if, the ↵ | Rogier Polak | 2007-03-11 | 1 | -4/+13 |
| | | | | processor the program is running on, is little-endian or big-endian. | ||||
* | Simplified handling of verbosity levels. Optimized code by generating only ↵ | Guillaume Melquiond | 2007-01-05 | 1 | -3/+2 |
| | | | | needed messages. | ||||
* | Physically split the server into one tmwserv-acount program (account + | Guillaume Melquiond | 2006-12-29 | 1 | -0/+94 |
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. |