summaryrefslogtreecommitdiffstats
path: root/source/Server.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #193 from tigerw/bugfixesMattes D2013-10-011-2/+1
|\
| * Improvements to startup timerTiger Wang2013-09-291-2/+2
| * Minor startup streamliningTiger Wang2013-09-281-4/+3
* | Fixed Linux threading issues.madmaxoft2013-09-211-2/+2
|/
* Fixed WorldTickThread reporting wrong time durations for each tick.madmaxoft2013-08-191-1/+1
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-2/+1
* The server Tick thread ticks PluginManager.madmaxoft2013-08-171-0/+5
* Server counts the players correctly.madmaxoft2013-08-141-1/+1
* Player counts are now properly handled.madmaxoft2013-08-141-0/+45
* Clients are now ticked in cServer first, then in cWorld once they get assigned a world.madmaxoft2013-08-131-13/+35
* Removed cServer::BroadcastChat() and cServer::SendMessage().madmaxoft2013-08-121-36/+10
* Each world now ticks in a separate thread.madmaxoft2013-08-111-1/+1
* Removed cServer::m_pState, dissolved into direct member variables.madmaxoft2013-08-111-91/+50
* Moved MaxPlayers and Description from cWorld to cServer.madmaxoft2013-08-111-29/+35
* Removed some stuff again.Alexander Harkness2013-08-031-14/+0
* Revert "Rm'd startup credits & mv'd to README"Alexander Harkness2013-08-031-0/+17
* Rm'd startup credits & mv'd to READMETiger Wang2013-08-031-17/+0
* Updated inbuilt commands descriptionTiger Wang2013-08-031-5/+4
* Advanced RCON: Command output is sent to the RCON client.madmaxoft@gmail.com2013-06-291-4/+8
* Added a basic RCON protocolmadmaxoft@gmail.com2013-06-271-2/+5
* Plugins can modify message in the OnChat() hook handler.madmaxoft@gmail.com2013-06-221-1/+1
* Server: removed the artificial cap on reported tick durationmadmaxoft@gmail.com2013-04-031-7/+4
* Added auto-kill-with-dump to LeakFinder if the allocated memory grows over 1 GiB.madmaxoft@gmail.com2013-03-231-0/+8
* IPv6 support + removed cTCPLink from Lua APImadmaxoft@gmail.com2013-03-051-5/+25
* Moved client socket accepting into a separate thread object, cListenThreadmadmaxoft@gmail.com2013-03-041-93/+46
* Starting an IPv6 support / cSocket rewritemadmaxoft@gmail.com2013-03-041-6/+1
* Plugins can now bind console commandsmadmaxoft@gmail.com2013-02-151-83/+21
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-11/+2
* Added "primaryserverversion" to the "help" list.madmaxoft@gmail.com2012-11-201-0/+1
* Added primary server version interface to cRoot and "primaryserverversion" console command.madmaxoft@gmail.com2012-11-201-0/+19
* Settings.ini is read only once on server startmadmaxoft@gmail.com2012-11-111-34/+31
* Use leakfinder in debug builds to dump all currently used memory via the "dumpmem" console command.madmaxoft@gmail.com2012-10-201-0/+23
* Removed unused [Physics].Water section from settings.ini.madmaxoft@gmail.com2012-10-191-8/+2
* Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)madmaxoft@gmail.com2012-09-251-8/+8
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+714