summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/Core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com2013-05-241-20/+23
* Added Decoda projects for ChunkWorx and Coremadmaxoft@gmail.com2013-05-211-0/+126
* WebAdmin: The plugin list is sorted alphabetically and if they are enabled or disabled. nielsbreu@gmail.com2013-05-171-4/+18
* Updated the core's settings.ini settings tabnielsbreu@gmail.com2013-05-081-4/+6
* made the permission page more manageable.nielsbreu@gmail.com2013-05-061-2/+21
* Fixed the stop and restart button in the manage server tab.nielsbreu@gmail.com2013-05-061-2/+2
* Added lots of new options in the world config tab.nielsbreu@gmail.com2013-05-031-1/+335
* Fixed bug where you could not use /time day/nightnielsbreu@gmail.com2013-04-231-3/+2
* Simplified onkilling.lua and added /time set and /time addnielsbreu@gmail.com2013-04-202-35/+18
* Added a tab in the serversettings where you can edit the world.ini of all your worlds.nielsbreu@gmail.com2013-04-061-9/+332
* for some reason TortoiseSVN didn't commit listgroups.luanielsbreu@gmail.com2013-04-031-0/+14
* Added a /listgroups where you can see... a list of the groups ;)nielsbreu@gmail.com2013-04-032-0/+28
* Added a /toggledownfall command that toggles the weather.nielsbreu@gmail.com2013-03-243-3/+12
* Updated core plugin.nielsbreu@gmail.com2013-03-2410-36/+291
* Core: added PortsIPv6 setting to webadmin (contributed by STR_Warrior)madmaxoft2013-03-081-0/+5
* Core: Updated with new features (contributed by STR_Warrior)madmaxoft@gmail.com2013-03-028-11/+56
* Core: Players console command now shows players' IP addresses (patch contributed by STR_Warrior)madmaxoft@gmail.com2013-02-191-1/+1
* Plugins can now bind console commandsmadmaxoft@gmail.com2013-02-152-6/+196
* Moved command API into cPluginManager.madmaxoft@gmail.com2013-02-013-104/+71
* Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions.madmaxoft@gmail.com2013-01-282-6/+6
* Forgotten files for previous merge commit (rev 1139)madmaxoft@gmail.com2013-01-137-37/+37
* Added "Latest version" to the PrimaryServerVersion in webadmin settings (patch contributed by STR_Warrior)madmaxoft@gmail.com2012-12-211-4/+5
* Added PrimaryServerVersion to the webadmin (patch contributed by STR_Warrior)madmaxoft@gmail.com2012-12-211-4/+18
* Refactored the world time.madmaxoft@gmail.com2012-11-011-2/+2
* Core: fixed /help and /pluginlistfaketruth2012-10-162-22/+26
* Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth2012-10-141-45/+95
* Core: Removed /home since other plugins want to use itfaketruth2012-10-111-1/+0
* Core: made ban and kick functions accessible to other pluginsfaketruth2012-10-113-34/+57
* Core now uses built in item functions ( StringToItem() ) for the /item commandfaketruth2012-09-082-65/+8
* Added cPlugin_NewLua::GetLocalDirectory() and exported it to Lua so plugins can store their settings in their own folder.faketruth2012-09-081-2/+2
* Added a RateCompareString function to StringUtilsfaketruth2012-08-234-21/+25
* WebAdmin should not cause crashes anymorefaketruth2012-08-221-8/+6
* Fixed cWebPlugin_Lua being not thread safe. And I don't know why, but it still crashes in Lua sometimes o_Ofaketruth2012-08-221-18/+40
* Chat history limit on the WebAdmin chatfaketruth2012-08-221-62/+70
* Web chat for the WebAdmin :Dfaketruth2012-08-222-0/+112
* Can add/remove worlds from WebAdminfaketruth2012-08-211-2/+77
* Using multi line strings for Core's WebAdmin interfacefaketruth2012-08-211-51/+52
* Fixed server settings on FireFoxfaketruth2012-08-211-2/+2
* Can change monster settings in WebAdmin toofaketruth2012-08-201-5/+48
* Can now edit some generic server settings through the WebAdmin (port, description, etc)faketruth2012-08-202-0/+111
* Updated clean.bat for cleaning MCServer filesfaketruth2012-08-201-1/+0
* Moved files used by MCServer to a special MCServer folderfaketruth2012-08-2030-0/+1129