summaryrefslogtreecommitdiffstats
path: root/Plugins/Core (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-04The world can now truly be made higher by incrementing cChunk::c_ChunkHeight to 256. !!HOWEVER THIS WILL DESTROY YOUR SAVED WORLD!!faketruth1-1/+1
2012-02-22Lua seems to have trouble with a combination of overloaded functions and class inheritance, so I renamed TeleportTo( cEntity* ) to TeleportToEntityfaketruth1-1/+1
2012-02-16Got rid of dangerous GetEntity(), not using DoWithEntity()faketruth1-2/+2
2012-02-16Disabled the excessive logging while initializing the Core pluginfaketruth1-3/+1
2012-02-15Can now pass any argument to cWorld:ForEachPlayer in Lua! But I'm not even using it.. lolfaketruth3-60/+48
2012-02-14Got rid of cWorld::GetAllPlayers() and implemented ForEachPlayer() more or less in Luafaketruth3-54/+61
2012-02-01Forgot a filefaketruth1-0/+93
2012-02-01Plugins can now be enabled and disabled through WebAdminfaketruth2-16/+1
2012-01-31Changed how Lua handles the (Post)Params in the HTTPRequest of a WebPluginfaketruth3-11/+11
2012-01-31Can now receive POST data in WebPlugins!faketruth2-10/+10
2012-01-30Added a WebAdmin interface to view users their groups, and the permissions of groups.faketruth3-8/+91
2012-01-28Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it.faketruth23-0/+691