summaryrefslogtreecommitdiffstats
path: root/source/cPlugin_NewLua.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* A globally-accessible OS-independent GetDirectoryContents() function for listing all objects in a folder as an AStringListmadmaxoft@gmail.com2012-03-251-30/+23
* 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/+16
* Added all current hooks to the new plugin structure.faketruth2012-02-011-9/+113
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-0/+3
* Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.faketruth2012-01-281-7/+27
* Converted all of the Core plugin to the new plugin structure, except for the WebAdmin partfaketruth2012-01-271-16/+86
* No longer hard coded Lua files in new plugin systemfaketruth2012-01-261-20/+34
* Working on a new plugin design with Lua. While retaining backwards compatibility of course...faketruth2012-01-261-0/+121