summaryrefslogtreecommitdiffstats
path: root/src/net/connection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use nullptr instead of NULL everywhereErik Schilling2013-04-271-2/+2
|
* 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.
* Fix enet check macros.Freeyorp2010-08-131-2/+2
| | | | | | Not a good idea to have #if checks in a #ifdef check. Trivial fix.
* Fix enet version checkJared Adams2010-08-091-2/+8
| | | | Reviewed-by: Chuck Miller
* Fix enet version checkJared Adams2010-08-021-9/+5
| | | | Tested-by: BaseBallBoy
* Add support for enet 1.3Jared Adams2010-08-021-0/+16
| | | | Reviewed-by: Yohann Ferreira
* 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.
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-3/+4
| | | | Same as for the client.
* Made Bandwidth Monitor GlobalDavid Athay2008-11-201-15/+2
|
* Added bandwidth monitoringDavid Athay2008-11-191-0/+17
|
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
|
* Some cleanup and an unsuccesful attempt at fixing a crash on map server exitBjørn Lindeijer2008-10-261-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 Melquiond2007-01-051-4/+7
| | | | needed messages.
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-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.