summaryrefslogtreecommitdiffstats
path: root/source/Server.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-195/+0
* Console "reload" command implemented in MCServer, rather than in a plugin.madmaxoft2013-11-131-0/+3
* Autogeneration of settings.ini and webadmin.iniTiger Wang2013-11-041-0/+4
* Server counts the players correctly.madmaxoft2013-08-141-2/+2
* Player counts are now properly handled.madmaxoft2013-08-141-2/+12
* Clients are now ticked in cServer first, then in cWorld once they get assigned a world.madmaxoft2013-08-131-2/+6
* Removed cServer::BroadcastChat() and cServer::SendMessage().madmaxoft2013-08-121-6/+5
* Removed unused cServer::IsConnected() function.madmaxoft2013-08-121-4/+2
* 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-10/+25
* Moved MaxPlayers and Description from cWorld to cServer.madmaxoft2013-08-111-1/+16
* WebAdmin templates can use LuaFakeTruth2013-07-291-1/+1
* Advanced RCON: Command output is sent to the RCON client.madmaxoft@gmail.com2013-06-291-1/+5
* Added a basic RCON protocolmadmaxoft@gmail.com2013-06-271-14/+9
* Plugins can modify message in the OnChat() hook handler.madmaxoft@gmail.com2013-06-221-1/+1
* Made ListenThread an OSSupport part, as it's generic enoughmadmaxoft@gmail.com2013-03-051-1/+1
* IPv6 support + removed cTCPLink from Lua APImadmaxoft@gmail.com2013-03-051-2/+4
* Moved client socket accepting into a separate thread object, cListenThreadmadmaxoft@gmail.com2013-03-041-8/+10
* Plugins can now bind console commandsmadmaxoft@gmail.com2013-02-151-2/+6
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-7/+5
* Settings.ini is read only once on server startmadmaxoft@gmail.com2012-11-111-1/+2
* Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)madmaxoft@gmail.com2012-09-251-3/+3
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+141