summaryrefslogtreecommitdiffstats
path: root/src/net/netcomputer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-021-1/+1
|
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-1/+1
| | | | Same thing, but shorter.
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-4/+4
| | | | | | Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
|
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-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 ↵Bertram2009-10-091-2/+0
| | | | defines.h, and removing some overheading along the way.
* Compile without warnings and made getIP() constBjørn Lindeijer2009-01-251-10/+6
|
* Added getting IP, and restricting time between loginsDavid Athay2009-01-121-0/+5
|
* Made Bandwidth Monitor GlobalDavid Athay2008-11-201-26/+1
|
* Added bandwidth monitoringDavid Athay2008-11-191-5/+35
|
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
|
* Merged guilds-and-parties branch to trunkDavid Athay2007-06-261-4/+5
|
* Moved writing of outgoing messages into MessageOut and added printing of theBjørn Lindeijer2007-03-311-1/+1
| | | | | message ID.
* Added a TokenCollector class for matching magic_tokens.Rogier Polak2007-03-181-5/+4
|
* Added a utils::processor namespace and a function to determine if, the ↵Rogier Polak2007-03-111-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 Melquiond2007-01-051-3/+2
| | | | needed messages.
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-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.