summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 Expat and LuaExpat, XML parsing now available in the API.madmaxoft2013-04-091-0/+27
* Added SQLite and LuaSQLite, Lua plugins can now use SQLite.madmaxoft@gmail.com2013-04-071-0/+30
* 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
* BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches.madmaxoft@gmail.com2013-03-261-0/+31
* BlockArea: Implemented rotation without meta manipulationmadmaxoft@gmail.com2013-03-251-0/+12
* BlockArea: Implemented mirroring without meta manipulationmadmaxoft@gmail.com2013-03-251-0/+18
* 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
* Debuggers plugin no longer performs generator / blockarea interface testing by default, but writes the current API.txt file.madmaxoft@gmail.com2013-03-031-2/+4
* Core: Updated with new features (contributed by STR_Warrior)madmaxoft@gmail.com2013-03-028-11/+56
* Added HOOK_EXECUTE_COMMAND for intercepting executed commands and console commands.madmaxoft@gmail.com2013-02-211-0/+16
* 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
* Implemented the cBlockArea:RelLine() API function.madmaxoft@gmail.com2013-02-131-0/+1
* Added HOOK_WEATHER_CHANGING.madmaxoft@gmail.com2013-02-131-3/+12
* More API functions in cBlockArea: Create(), Fill(), FillRelArea()madmaxoft@gmail.com2013-02-111-0/+4
* Added cBlockArea:Merge() API function to merge two block areas using different strategies.madmaxoft@gmail.com2013-02-101-0/+14
* Added cBlockArea:Expand() API function (untested)madmaxoft@gmail.com2013-02-091-4/+18
* cChunkDesc can now read and write cBlockAreas.madmaxoft@gmail.com2013-02-081-2/+18
* Added cBlockArea:CopyTo() and :CopyFrom(), so now block areas can be duplicated easily.madmaxoft@gmail.com2013-02-071-3/+6
* cBlockArea can now be saved as a .schematic file.madmaxoft@gmail.com2013-02-071-0/+19
* cBlockArea can now be loaded from a .schematic file.madmaxoft@gmail.com2013-02-061-0/+17
* Added a new API call to cBlockArea: Crop().madmaxoft@gmail.com2013-02-061-1/+30
* Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.madmaxoft@gmail.com2013-02-051-0/+27
* Debuggers plugin dumps entire API into a file, API.txt. Enabled by default.madmaxoft@gmail.com2013-02-021-6/+17
* Updated MagicCarpet to work with current APImadmaxoft@gmail.com2013-02-012-9/+27
* 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-283-9/+9
* Updated HookNotify with the hook renaming.madmaxoft@gmail.com2013-01-281-3/+3
* Added cItems to Lua API.madmaxoft@gmail.com2013-01-271-2/+10
* Debuggers: added some filtering to the API output, but still not good enough.madmaxoft@gmail.com2013-01-271-7/+9
* Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups.madmaxoft@gmail.com2013-01-271-0/+11
* Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names.madmaxoft@gmail.com2013-01-261-3/+3
* Added a function to dump all available Lua API functions into the Debuggers plugin.madmaxoft@gmail.com2013-01-261-0/+23
* Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK.madmaxoft@gmail.com2013-01-181-1/+1
* Added Handy plugintau.tihon@gmail.com2013-01-162-0/+383
* Forgotten files for previous merge commit (rev 1139)madmaxoft@gmail.com2013-01-1312-53/+405
* Added "Latest version" to the PrimaryServerVersion in webadmin settings (patch contributed by STR_Warrior)madmaxoft@gmail.com2012-12-211-4/+5
* Added TakeDamage logging to the Debuggers plugin.madmaxoft@gmail.com2012-12-211-0/+11
* 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
* Turned sTick plugin into general Debuggers plugin, added the Blaze Rod Of Enquiry (rclk with a blaze rod prints out the blocktypes and metas)madmaxoft@gmail.com2012-10-163-39/+69
* 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
* Fixed chatlog pluginfaketruth2012-10-111-1/+1
* Core: made ban and kick functions accessible to other pluginsfaketruth2012-10-113-34/+57
* New example plugin using the BlockArea functionality.madmaxoft@gmail.com2012-10-061-0/+83
* sTick: Updated the plugin to work with current codemadmaxoft@gmail.com2012-10-032-10/+11
* 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
* Updated to V6 - "Stop" and "Progress report" functionalitytau.tihon@gmail.com2012-08-302-185/+228
* ChunkWorx: fixed API change breaking exact and 3x3 playerpos regeneration (fix contributed by Taugeshtu)madmaxoft@gmail.com2012-08-302-5/+11
* Added the ChunkWorx plugin to SVN (contributed by Taugeshtu)madmaxoft@gmail.com2012-08-272-0/+344
* 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-2036-0/+1359