summaryrefslogtreecommitdiffstats
path: root/MCServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Block and recipe update by STR_Warrior.madmaxoft2013-02-153-5/+39
* 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
* Disabled dev / debugging plugins by defaultmadmaxoft@gmail.com2013-01-141-3/+1
* Forgotten files for previous merge commit (rev 1139)madmaxoft@gmail.com2013-01-1313-53/+410
* Added the offline playername "Player" to admins in the debugging users.inimadmaxoft@gmail.com2012-12-241-0/+3
* Added 1.4.6 items (patch contributed by STR_Warrior)madmaxoft@gmail.com2012-12-241-0/+3
* Added Netherbrick slab (patch contributed by STR_Warrior)madmaxoft@gmail.com2012-12-222-0/+2
* 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
* Added initial adventure mode supportluksor111@gmail.com2012-11-271-0/+1
* Recipe update by STR_Warriormadmaxoft@gmail.com2012-11-201-2/+5
* Updated crafting and items to 1.4.4 (initial patch by STR_Warrior)madmaxoft@gmail.com2012-11-172-2/+41
* Removed the protocol restriction from default debugging settings.inimadmaxoft@gmail.com2012-11-101-1/+0
* Refactored the world time.madmaxoft@gmail.com2012-11-011-2/+2
* Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct versionmadmaxoft@gmail.com2012-10-311-0/+1
* Removed unused [Physics].Water section from settings.ini.madmaxoft@gmail.com2012-10-191-3/+0
* 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-164-40/+70
* Core: fixed /help and /pluginlistfaketruth2012-10-162-22/+26
* Biomal CompoGen now generates sea with STATIONARY_WATER instead of regular WATER.madmaxoft@gmail.com2012-10-141-0/+2
* Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth2012-10-142-49/+99
* 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
* Removed redstone from settings.ini, added a note about wiki and webadminmadmaxoft@gmail.com2012-10-061-9/+7
* 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
* Fixed axe crafting (cannot use asterisk)madmaxoft@gmail.com2012-09-291-5/+10
* Removed the extra world from default settings.ini madmaxoft@gmail.com2012-09-291-2/+1
* Crafting recipes for 1.3.2 (patch submitted by STR_Warrior)madmaxoft@gmail.com2012-09-292-20/+35
* Made beds placeablefaketruth2012-09-291-4/+4
* 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
* Fixed nightbuild script after files move.madmaxoft@gmail.com2012-08-216-71/+0
* 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-2052-0/+2897