summaryrefslogtreecommitdiffstats
path: root/source/cPlugin_NewLua.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* New hook, E_PLUGIN_CHUNK_GENERATED, called after each chunk is generated (the chunk is already present in cWorld)madmaxoft@gmail.com2012-06-051-13/+13
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-2/+9
* Added a CriticalSection to cPlugin_NewLua. Lua plugins are not threadsafe but they ARE accessed by multiple threads, this can create some hard to find errors, but I fixed it now :Pfaketruth2012-02-221-0/+2
* Added all current hooks to the new plugin structure.faketruth2012-02-011-7/+19
* Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.faketruth2012-01-281-0/+8
* Converted all of the Core plugin to the new plugin structure, except for the WebAdmin partfaketruth2012-01-271-5/+12
* Working on a new plugin design with Lua. While retaining backwards compatibility of course...faketruth2012-01-261-0/+20