summaryrefslogtreecommitdiffstats
path: root/MCServer (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-04ProtectionAreas: Actual protection is now working, areas are hard-coded (10,10) - (20,20)madmaxoft@gmail.com5-12/+72
2013-06-04Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-awaremadmaxoft@gmail.com1-3/+3
2013-06-02LuaWindow: Fixed memory leaks with unclosed windowsmadmaxoft@gmail.com1-3/+3
2013-06-02Added the possibility to specify enchantments by name in the constructor and AddFromString() functionmadmaxoft@gmail.com1-0/+2
2013-06-02Enchantments are now stored in Anvil world and in player inventorymadmaxoft@gmail.com1-1/+9
2013-06-02Enchantments: API and sending to clientmadmaxoft@gmail.com1-0/+1
2013-05-31Added cLuaWindow:SetOnSlotChanged(); the callback is called only for non-inventory slotsmadmaxoft@gmail.com1-0/+6
2013-05-30Added the OnClosing callback to cLuaWindow APImadmaxoft@gmail.com1-0/+9
2013-05-30LuaWindow: Initial code, the window can be opened, but not much manipulatedmadmaxoft@gmail.com1-5/+64
2013-05-26ProtectionAreas: Fixed a mistyped variable namemadmaxoft@gmail.com1-1/+1
2013-05-26ProtectionAreas: missed 2 filesmadmaxoft@gmail.com2-0/+122
2013-05-26ProtectionAreas: Initial project import, skeleton codemadmaxoft@gmail.com7-0/+353
2013-05-26Implemented droppersmadmaxoft@gmail.com1-13/+12
2013-05-25Added all new bindings, refactored Debuggers; new Debuggers function.madmaxoft@gmail.com2-104/+194
2013-05-24Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com2-24/+27
2013-05-21Added Decoda projects for ChunkWorx and Coremadmaxoft@gmail.com2-0/+135
2013-05-19Inventory changes made by plugins are now propagated to the clientmadmaxoft@gmail.com1-0/+1
2013-05-19Debuggers: a simple test of armor slot settingmadmaxoft@gmail.com1-2/+12
2013-05-19Debuggers: sorted things into separate functions, commented out most of them; added ForEachEntity() testing - list all and kill all entities.madmaxoft@gmail.com1-33/+130
2013-05-17WebAdmin: The plugin list is sorted alphabetically and if they are enabled or disabled. nielsbreu@gmail.com1-4/+18
2013-05-08Updated the core's settings.ini settings tabnielsbreu@gmail.com1-4/+6
2013-05-06made the permission page more manageable.nielsbreu@gmail.com1-2/+21
2013-05-06Fixed the stop and restart button in the manage server tab.nielsbreu@gmail.com1-2/+2
2013-05-03Added lots of new options in the world config tab.nielsbreu@gmail.com1-1/+335
2013-04-23Fixed bug where you could not use /time day/nightnielsbreu@gmail.com1-3/+2
2013-04-20Simplified onkilling.lua and added /time set and /time addnielsbreu@gmail.com2-35/+18
2013-04-09Added Expat and LuaExpat, XML parsing now available in the API.madmaxoft1-0/+27
2013-04-07Added SQLite and LuaSQLite, Lua plugins can now use SQLite.madmaxoft@gmail.com1-0/+30
2013-04-06Added a tab in the serversettings where you can edit the world.ini of all your worlds.nielsbreu@gmail.com1-9/+332
2013-04-03for some reason TortoiseSVN didn't commit listgroups.luanielsbreu@gmail.com1-0/+14
2013-04-03Added a /listgroups where you can see... a list of the groups ;)nielsbreu@gmail.com2-0/+28
2013-04-01Added missing crafting recipes.nielsbreu@gmail.com2-1/+9
2013-03-26BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches.madmaxoft@gmail.com1-0/+31
2013-03-25BlockArea: Implemented rotation without meta manipulationmadmaxoft@gmail.com1-0/+12
2013-03-25BlockArea: Implemented mirroring without meta manipulationmadmaxoft@gmail.com1-0/+18
2013-03-24Added a /toggledownfall command that toggles the weather.nielsbreu@gmail.com3-3/+12
2013-03-24Updated core plugin.nielsbreu@gmail.com10-36/+291
2013-03-08Core: added PortsIPv6 setting to webadmin (contributed by STR_Warrior)madmaxoft1-0/+5
2013-03-03Debuggers plugin no longer performs generator / blockarea interface testing by default, but writes the current API.txt file.madmaxoft@gmail.com1-2/+4
2013-03-02Core: Updated with new features (contributed by STR_Warrior)madmaxoft@gmail.com8-11/+56
2013-02-21Added HOOK_EXECUTE_COMMAND for intercepting executed commands and console commands.madmaxoft@gmail.com1-0/+16
2013-02-19Core: Players console command now shows players' IP addresses (patch contributed by STR_Warrior)madmaxoft@gmail.com1-1/+1
2013-02-15Block and recipe update by STR_Warrior.madmaxoft3-5/+39
2013-02-15Plugins can now bind console commandsmadmaxoft@gmail.com2-6/+196
2013-02-13Implemented the cBlockArea:RelLine() API function.madmaxoft@gmail.com1-0/+1
2013-02-13Added HOOK_WEATHER_CHANGING.madmaxoft@gmail.com1-3/+12
2013-02-11More API functions in cBlockArea: Create(), Fill(), FillRelArea()madmaxoft@gmail.com1-0/+4
2013-02-10Added cBlockArea:Merge() API function to merge two block areas using different strategies.madmaxoft@gmail.com1-0/+14
2013-02-09Added cBlockArea:Expand() API function (untested)madmaxoft@gmail.com1-4/+18
2013-02-08cChunkDesc can now read and write cBlockAreas.madmaxoft@gmail.com1-2/+18
2013-02-07Added cBlockArea:CopyTo() and :CopyFrom(), so now block areas can be duplicated easily.madmaxoft@gmail.com1-3/+6
2013-02-07cBlockArea can now be saved as a .schematic file.madmaxoft@gmail.com1-0/+19
2013-02-06cBlockArea can now be loaded from a .schematic file.madmaxoft@gmail.com1-0/+17
2013-02-06Added a new API call to cBlockArea: Crop().madmaxoft@gmail.com1-1/+30
2013-02-05Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.madmaxoft@gmail.com1-0/+27
2013-02-02Debuggers plugin dumps entire API into a file, API.txt. Enabled by default.madmaxoft@gmail.com1-6/+17
2013-02-01Updated MagicCarpet to work with current APImadmaxoft@gmail.com2-9/+27
2013-02-01Moved command API into cPluginManager.madmaxoft@gmail.com3-104/+71
2013-01-28Renamed HOOK_KILLED to HOOK_KILLING to match naming conventions.madmaxoft@gmail.com3-9/+9
2013-01-28Updated HookNotify with the hook renaming.madmaxoft@gmail.com1-3/+3
2013-01-27Added cItems to Lua API.madmaxoft@gmail.com1-2/+10
2013-01-27Debuggers: added some filtering to the API output, but still not good enough.madmaxoft@gmail.com1-7/+9
2013-01-27Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups.madmaxoft@gmail.com1-0/+11
2013-01-26Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names.madmaxoft@gmail.com1-3/+3
2013-01-26Added a function to dump all available Lua API functions into the Debuggers plugin.madmaxoft@gmail.com1-0/+23
2013-01-18Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK.madmaxoft@gmail.com1-1/+1
2013-01-16Added Handy plugintau.tihon@gmail.com2-0/+383
2013-01-14Disabled dev / debugging plugins by defaultmadmaxoft@gmail.com1-3/+1
2013-01-13Forgotten files for previous merge commit (rev 1139)madmaxoft@gmail.com13-53/+410
2012-12-24Added the offline playername "Player" to admins in the debugging users.inimadmaxoft@gmail.com1-0/+3
2012-12-24Added 1.4.6 items (patch contributed by STR_Warrior)madmaxoft@gmail.com1-0/+3
2012-12-22Added Netherbrick slab (patch contributed by STR_Warrior)madmaxoft@gmail.com2-0/+2
2012-12-21Added "Latest version" to the PrimaryServerVersion in webadmin settings (patch contributed by STR_Warrior)madmaxoft@gmail.com1-4/+5
2012-12-21Added TakeDamage logging to the Debuggers plugin.madmaxoft@gmail.com1-0/+11
2012-12-21Added PrimaryServerVersion to the webadmin (patch contributed by STR_Warrior)madmaxoft@gmail.com1-4/+18
2012-11-27Added initial adventure mode supportluksor111@gmail.com1-0/+1
2012-11-20Recipe update by STR_Warriormadmaxoft@gmail.com1-2/+5
2012-11-17Updated crafting and items to 1.4.4 (initial patch by STR_Warrior)madmaxoft@gmail.com2-2/+41
2012-11-10Removed the protocol restriction from default debugging settings.inimadmaxoft@gmail.com1-1/+0
2012-11-01Refactored the world time.madmaxoft@gmail.com1-2/+2
2012-10-31Added the [Server].PrimaryServerVersion setting to settings.ini; 1.4.2 gets the correct versionmadmaxoft@gmail.com1-0/+1
2012-10-19Removed unused [Physics].Water section from settings.ini.madmaxoft@gmail.com1-3/+0
2012-10-16Turned 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.com4-40/+70
2012-10-16Core: fixed /help and /pluginlistfaketruth2-22/+26
2012-10-14Biomal CompoGen now generates sea with STATIONARY_WATER instead of regular WATER.madmaxoft@gmail.com1-0/+2
2012-10-14Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth2-49/+99
2012-10-11Core: Removed /home since other plugins want to use itfaketruth1-1/+0
2012-10-11Fixed chatlog pluginfaketruth1-1/+1
2012-10-11Core: made ban and kick functions accessible to other pluginsfaketruth3-34/+57
2012-10-06Removed redstone from settings.ini, added a note about wiki and webadminmadmaxoft@gmail.com1-9/+7
2012-10-06New example plugin using the BlockArea functionality.madmaxoft@gmail.com1-0/+83
2012-10-03sTick: Updated the plugin to work with current codemadmaxoft@gmail.com2-10/+11
2012-09-29Fixed axe crafting (cannot use asterisk)madmaxoft@gmail.com1-5/+10
2012-09-29Removed the extra world from default settings.ini madmaxoft@gmail.com1-2/+1
2012-09-29Crafting recipes for 1.3.2 (patch submitted by STR_Warrior)madmaxoft@gmail.com2-20/+35
2012-09-29Made beds placeablefaketruth1-4/+4
2012-09-08Core now uses built in item functions ( StringToItem() ) for the /item commandfaketruth2-65/+8
2012-09-08Added cPlugin_NewLua::GetLocalDirectory() and exported it to Lua so plugins can store their settings in their own folder.faketruth1-2/+2
2012-08-30Updated to V6 - "Stop" and "Progress report" functionalitytau.tihon@gmail.com2-185/+228
2012-08-30ChunkWorx: fixed API change breaking exact and 3x3 playerpos regeneration (fix contributed by Taugeshtu)madmaxoft@gmail.com2-5/+11
2012-08-27Added the ChunkWorx plugin to SVN (contributed by Taugeshtu)madmaxoft@gmail.com2-0/+344
2012-08-23Added a RateCompareString function to StringUtilsfaketruth4-21/+25
2012-08-22WebAdmin should not cause crashes anymorefaketruth1-8/+6
2012-08-22Fixed cWebPlugin_Lua being not thread safe. And I don't know why, but it still crashes in Lua sometimes o_Ofaketruth1-18/+40
2012-08-22Chat history limit on the WebAdmin chatfaketruth1-62/+70
2012-08-22Web chat for the WebAdmin :Dfaketruth2-0/+112
2012-08-21Fixed nightbuild script after files move.madmaxoft@gmail.com6-71/+0
2012-08-21Can add/remove worlds from WebAdminfaketruth1-2/+77
2012-08-21Using multi line strings for Core's WebAdmin interfacefaketruth1-51/+52
2012-08-21Fixed server settings on FireFoxfaketruth1-2/+2
2012-08-20Can change monster settings in WebAdmin toofaketruth1-5/+48
2012-08-20Can now edit some generic server settings through the WebAdmin (port, description, etc)faketruth2-0/+111
2012-08-20Updated clean.bat for cleaning MCServer filesfaketruth1-1/+0
2012-08-20Moved files used by MCServer to a special MCServer folderfaketruth52-0/+2897