summaryrefslogtreecommitdiffstats
path: root/Plugins/Core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Got rid of dangerous GetEntity(), not using DoWithEntity()faketruth2012-02-161-2/+2
* Disabled the excessive logging while initializing the Core pluginfaketruth2012-02-161-3/+1
* Can now pass any argument to cWorld:ForEachPlayer in Lua! But I'm not even using it.. lolfaketruth2012-02-153-60/+48
* Got rid of cWorld::GetAllPlayers() and implemented ForEachPlayer() more or less in Luafaketruth2012-02-143-54/+61
* Forgot a filefaketruth2012-02-011-0/+93
* Plugins can now be enabled and disabled through WebAdminfaketruth2012-02-012-16/+1
* Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPluginfaketruth2012-01-313-11/+11
* Can now receive POST data in WebPlugins!faketruth2012-01-312-10/+10
* Added a WebAdmin interface to view users their groups, and the permissions of groups.faketruth2012-01-303-8/+91
* Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.faketruth2012-01-2823-0/+691