summaryrefslogtreecommitdiffstats
path: root/Plugins/Core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Missed a filelapayo94@gmail.com2012-07-121-0/+6
* http://www.mc-server.org/support/index.php?do=details&task_id=153lapayo94@gmail.com2012-07-121-0/+2
* Core: Added the check for item damage before attempting a repairmadmaxoft@gmail.com2012-06-211-2/+11
* Core: merged in the Fixies plugin codemadmaxoft@gmail.com2012-06-192-44/+249
* Core: fixed old APImadmaxoft@gmail.com2012-06-021-1/+1
* Moved the commands /coords /viewdistance and /regeneratechunks from cServer.cpp to the Core pluginfaketruth2012-04-114-1/+39
* Got rid of sPluginManagerStatefaketruth2012-03-281-1/+1
* Added core.build permission to Core. Without this permission players are unable to buildfaketruth2012-03-193-0/+16
* The world can now truly be made higher by incrementing cChunk::c_ChunkHeight to 256. !!HOWEVER THIS WILL DESTROY YOUR SAVED WORLD!!faketruth2012-03-041-1/+1
* Lua seems to have trouble with a combination of overloaded functions and class inheritance, so I renamed TeleportTo( cEntity* ) to TeleportToEntityfaketruth2012-02-221-1/+1
* 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