summaryrefslogtreecommitdiffstats
path: root/source/cRoot.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-527/+0
* Refactored windows.madmaxoft@gmail.com2012-09-201-2/+0
* Added a RateCompareString function to StringUtilsfaketruth2012-08-231-0/+53
* Chat history limit on the WebAdmin chatfaketruth2012-08-221-33/+26
* Android: Do not create an input thread for Androidfaketruth2012-08-191-4/+4
* Chat packet handled in the new way; fixed missing packet sending for inventory slot.madmaxoft@gmail.com2012-08-181-9/+9
* MCServer should run just fine on Android now :Dfaketruth2012-08-161-0/+4
* Windows compilation fix after Android changesmadmaxoft@gmail.com2012-08-161-5/+6
* Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android!faketruth2012-08-151-0/+2
* Console command "chunkstats" now lists each world and also totalsmadmaxoft@gmail.com2012-08-151-0/+53
* A new Block handling system :olapayo94@gmail.com2012-07-151-0/+13
* World threads are stopped before the plugin mgr for clean exit (FS #228)madmaxoft@gmail.com2012-07-151-0/+14
* Missed a filelapayo94@gmail.com2012-07-121-1/+1
* Made ForEach API safer to use, now supports Destroy()-ing objects, too ( http://forum.mc-server.org/showthread.php?tid=434&pid=3513#pid3513 )madmaxoft@gmail.com2012-06-191-2/+4
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-394/+394
* Updated the crafting recipes architecture to better support crafting hooks. Removed the old recipe file and implementation altogether.madmaxoft@gmail.com2012-06-121-4/+0
* More ini settings save their defaultsmadmaxoft@gmail.com2012-06-091-5/+7
* New hook, E_PLUGIN_CHUNK_GENERATED, called after each chunk is generated (the chunk is already present in cWorld)madmaxoft@gmail.com2012-06-051-16/+33
* Added the new recipe parser, parsing the crafting.txt file. Included are a few recipes. The old parser still works, but will be replaced soon.madmaxoft@gmail.com2012-06-041-5/+9
* Added Lua function cRoot:ForEachWorld(), removed the obsolete cRoot:GetWorld() method (both C++ and Lua)madmaxoft@gmail.com2012-06-021-9/+16
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-29/+3
* Fixed a few obsoleted functionsmadmaxoft@gmail.com2012-03-101-0/+28
* cClientHandles have a unique ID now to distinguish themfaketruth2012-03-091-4/+4
* Fixed bug where cPlayer's cClientHandle was used after cPlayer was destroyed http://forum.mc-server.org/showthread.php?tid=380faketruth2012-03-071-2/+2
* Added a crude way of disabling redstone. It's necessary though, redstone is completely broken, crashes the server all the timefaketruth2012-02-221-0/+42
* Lots of logging addedmadmaxoft@gmail.com2012-02-171-4/+28
* Can use the 'restart' command again. cAuthenticator no longer asserts because it properly stops when the server is stopped.faketruth2012-02-151-0/+1
* Added total chunk count to webadminmadmaxoft@gmail.com2012-02-081-0/+14
* MTRand class is not created in each tick, therefore much improving tick-thread time (now uses ~5 % CPU instead of one full core)madmaxoft@gmail.com2012-02-081-1/+1
* Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;madmaxoft@gmail.com2012-02-011-1/+67
* Removed a few duplicate includesmadmaxoft@gmail.com2012-02-011-5/+3
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-1/+3
* Added thread names to cThread so when debugging in Visual Studio you actually know what thread you're looking atfaketruth2011-12-231-1/+1
* You can now run multiple worlds by defining them in settings.ini . However there's no way to change worlds on the fly yetfaketruth2011-11-011-4/+78
* Player data is saved and loaded as human readable JSON now.faketruth2011-10-311-0/+3
* Fixed bug in cMakeDir where it would only create directories named "world"faketruth2011-10-261-31/+11
* MCServer c++ source filesfaketruth2011-10-031-0/+162