summaryrefslogtreecommitdiffstats
path: root/source/Root.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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