summaryrefslogtreecommitdiffstats
path: root/source/cPlugin_NewLua.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-05New hook, E_PLUGIN_CHUNK_GENERATED, called after each chunk is generated (the chunk is already present in cWorld)madmaxoft@gmail.com1-13/+13
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-2/+9
2012-02-22Added 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 :Pfaketruth1-0/+2
2012-02-01Added all current hooks to the new plugin structure.faketruth1-7/+19
2012-01-28Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.faketruth1-0/+8
2012-01-27Converted all of the Core plugin to the new plugin structure, except for the WebAdmin partfaketruth1-5/+12
2012-01-26Working on a new plugin design with Lua. While retaining backwards compatibility of course...faketruth1-0/+20