summaryrefslogtreecommitdiffstats
path: root/source/cRoot.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-120/+0
* Added a RateCompareString function to StringUtilsfaketruth2012-08-231-1/+4
* Chat history limit on the WebAdmin chatfaketruth2012-08-221-2/+3
* Chat packet handled in the new way; fixed missing packet sending for inventory slot.madmaxoft@gmail.com2012-08-181-1/+1
* Console command "chunkstats" now lists each world and also totalsmadmaxoft@gmail.com2012-08-151-0/+3
* World threads are stopped before the plugin mgr for clean exit (FS #228)madmaxoft@gmail.com2012-07-151-0/+4
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-109/+109
* Updated the crafting recipes architecture to better support crafting hooks. Removed the old recipe file and implementation altogether.madmaxoft@gmail.com2012-06-121-3/+0
* New hook, E_PLUGIN_CHUNK_GENERATED, called after each chunk is generated (the chunk is already present in cWorld)madmaxoft@gmail.com2012-06-051-2/+7
* 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-18/+21
* Added Lua function cRoot:ForEachWorld(), removed the obsolete cRoot:GetWorld() method (both C++ and Lua)madmaxoft@gmail.com2012-06-021-9/+13
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-0/+1
* Fixed a few obsoleted functionsmadmaxoft@gmail.com2012-03-101-0/+8
* cClientHandles have a unique ID now to distinguish themfaketruth2012-03-091-2/+2
* Fixed bug where cPlayer's cClientHandle was used after cPlayer was destroyed http://forum.mc-server.org/showthread.php?tid=380faketruth2012-03-071-1/+1
* Added a crude way of disabling redstone. It's necessary though, redstone is completely broken, crashes the server all the timefaketruth2012-02-221-0/+1
* Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com2012-02-131-2/+5
* Added total chunk count to webadminmadmaxoft@gmail.com2012-02-081-0/+2
* 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-10/+32
* 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-2/+11
* Fixed bug in cMakeDir where it would only create directories named "world"faketruth2011-10-261-1/+3
* MCServer c++ source filesfaketruth2011-10-031-0/+52