summaryrefslogtreecommitdiffstats
path: root/source/Root.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-744/+0
* cRoot::SaveAllChunks() doesn't wait for the save (deadlocks).madmaxoft2013-11-151-1/+1
* Fixed cRoot::FindAndDoWithPlayer().madmaxoft2013-11-101-2/+2
* Added hardcore client effectTiger Wang2013-11-071-1/+4
* Autogeneration of settings.ini and webadmin.iniTiger Wang2013-11-041-3/+14
* Authenticator doesn't save the ini file.madmaxoft2013-10-271-1/+2
* Merge branch 'origin/LoadWorlds/cAuthenticatorINI'madmaxoft2013-10-271-6/+3
|\
| * Changed "cIniFile IniFile" to cIniFile & IniFile"STRWarrior2013-10-261-1/+1
| * Both the LoadWorlds() function and cAuthenticator now use the cIniFile object from the Root::Start() function.STRWarrior2013-10-261-5/+3
* | cIniFile doesn't store filename internally anymore.madmaxoft2013-10-251-4/+5
|/
* Fixed webadmin logging.madmaxoft2013-10-181-3/+0
* Implemented the two memory-statistics functions in cRoot.madmaxoft2013-10-081-2/+112
* Merge pull request #208 from mc-server/NewWebServerMattes D2013-10-071-11/+6
|\
| * Merge branch 'master' into NewWebServermadmaxoft2013-10-061-22/+31
| |\
| * | WebAdmin uses the new HTTP functionality.madmaxoft2013-10-051-9/+6
| * | Rewritten HTTPServer to split into cHTTPConnection, cHTTPRequest and cHTTPResponse classes.madmaxoft2013-09-271-1/+1
| * | Implemented basic HTTP message header parsing.madmaxoft2013-09-241-4/+2
* | | Fixed startup timings on server restart.madmaxoft2013-10-071-4/+3
| |/ |/|
* | Removed unneeded statementTiger Wang2013-09-301-2/+1
* | Improvements to startup timerTiger Wang2013-09-291-15/+7
* | Minor startup streamliningTiger Wang2013-09-281-23/+41
|/
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-1/+1
* Added cRoot:BroadcastChat() to the Lua API.madmaxoft2013-08-171-0/+12
* Added simple deadlock detection code.madmaxoft2013-08-141-4/+13
* Each world now ticks in a separate thread.madmaxoft2013-08-111-10/+5
* Removed Squirrel.madmaxoft2013-08-071-8/+0
* cIniFile now reads .example.ini if not requested not to.madmaxoft2013-08-051-12/+5
* Server shuts down when the stdin is closed (linux Ctrl+D / win Ctrl+Z)madmaxoft@gmail.com2013-07-241-2/+11
* Advanced RCON: Command output is sent to the RCON client.madmaxoft@gmail.com2013-06-291-30/+64
* Fixed server stopping after #363 fixmadmaxoft@gmail.com2013-04-271-10/+10
* Fixed a deadlockmadmaxoft@gmail.com2013-04-271-0/+23
* Moved client socket accepting into a separate thread object, cListenThreadmadmaxoft@gmail.com2013-03-041-11/+10
* Plugins can now bind console commandsmadmaxoft@gmail.com2013-02-151-8/+19
* Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.madmaxoft@gmail.com2013-02-051-2/+3
* Android: Made the initial pre-calculated spawn area smallerfaketruth2012-11-161-6/+12
* Fixed boolean comparison.madmaxoft@gmail.com2012-11-161-1/+1
* Settings.ini is read only once on server startmadmaxoft@gmail.com2012-11-111-4/+5
* PrimaryServerVersion is not force-saved into settings.ini. madmaxoft@gmail.com2012-11-111-3/+12
* Made settings.ini default to settings.example.ini when it doesn't existfaketruth2012-11-101-1/+6
* Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct versionmadmaxoft@gmail.com2012-10-311-1/+4
* Completely removed the old (buggy) redstone simulator.madmaxoft@gmail.com2012-10-061-6/+1
* Unified folder name-casingmadmaxoft@gmail.com2012-09-291-2/+2
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+524