summaryrefslogtreecommitdiffstats
path: root/MCServer (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-16Removed squirrel plugin remnantsmadmaxoft1-13/+0
2013-08-16Moved ProtectionAreas into a separate repositorymadmaxoft11-1446/+2
2013-08-16No more Core in the MCServer repomadmaxoft43-3549/+1
2013-08-15Fixed the Reload and Save-all console commands.madmaxoft1-7/+74
2013-08-13Exported cWorld:BroadcastChat() to the Lua API; used in the Core.madmaxoft1-19/+18
2013-08-13Fixed new crafting recipes.tonibm191-1/+7
2013-08-13Added the transapi permission because yay!Alexander Harkness1-2/+2
2013-08-13Added TransAPI as a default plugin.Alexander Harkness1-0/+1
2013-08-13Squashed commit of the following:Alexander Harkness9-165/+197
2013-08-13Recipe Updatestonibm191-3/+10
2013-08-11Dragged in the latest core changes.Alexander Harkness1-1/+13
2013-08-11Dragged in the latest changes for Core.Alexander Harkness29-368/+599
2013-08-10Dragged in the latest core changes - got to automate this sometime.Alexander Harkness1-2/+2
2013-08-10Merged in another fix for core...Alexander Harkness1-1/+1
2013-08-10Bring in a fix for CoreAlexander Harkness1-2/+1
2013-08-10Merge in the latest version of Core.Alexander Harkness1-0/+2
2013-08-10Merge all the latest stuff from Core.Alexander Harkness3-7/+70
2013-08-08Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.madmaxoft1-0/+36
2013-08-07Drag in the latest core changes.Alexander Harkness6-57/+157
2013-08-07Updated mobs health and damagetonibm191-11/+54
2013-08-07Debuggers plugin: added the "/spidey" command.madmaxoft1-11/+43
2013-08-06cLuaScript now uses cLuaStatemadmaxoft1-1/+15
2013-08-04Ignoring all .ini files in the MCServer folder.madmaxoft1-7/+1
2013-08-03Removed all example ini files from Install.madmaxoft4-0/+9
2013-08-03Added READMETiger Wang1-0/+18
2013-08-03Lump in some core changes.Alexander Harkness4-65/+70
2013-08-02Added message standardisationTiger Wang1-8/+5
2013-08-02Pull in the latest core changes.Alexander Harkness16-202/+202
2013-08-02Implemented OnPlayerRightClickingEntity() hookmadmaxoft1-1/+11
2013-07-31Merged in the latest core changes.Alexander Harkness27-160/+120
2013-07-30Updated MagicCarpet to use new API [SEE DESC]Tiger Wang1-2/+2
2013-07-30Dragged in the latest changes from core.Alexander Harkness2-14/+24
2013-07-30Changed name and put the whitespace back, as per xoft's suggestion.Alexander Harkness2-3/+22
2013-07-30Moved the file to a more sensible name.Alexander Harkness1-0/+0
2013-07-30Removed old features and fix #25.Alexander Harkness1-55/+0
2013-07-30Fixed .gitignore up.Alexander Harkness1-1/+2
2013-07-30Moved the dumpAPI function to a new plugin.Alexander Harkness1-0/+52
2013-07-29Removed settings.ini and webadmin.ini, made them into *.example.inimadmaxoft3-0/+2
2013-07-29Deleted Unused terrain.iniTiger Wang1-8/+0
2013-07-29Another partial redesign of WebAdminTiger Wang1-47/+24
2013-07-29Changed everyting to Unix line endings.Alexander Harkness29-4793/+4793
2013-07-29WebAdmin templates can use LuaFakeTruth1-0/+453
2013-07-28Ignoring all items beginning with "world".madmaxoft1-1/+1
2013-07-28Debuggers: added the /starve and /fl (foodlevel) commands for manipulating player food levelmadmaxoft1-0/+27
2013-07-28Merged in the latest version of CoreAlexander Harkness1-5/+3
2013-07-28Removed Deprecated OptionTiger Wang1-3/+0
2013-07-28Added a .gitignore for the MCServer directory.Alexander Harkness1-0/+20
2013-07-27Updated Core to the latest version.Alexander Harkness2-12/+28
2013-07-27Fixed very minor issue in template.htmlTiger Wang1-1/+0
2013-07-27The tabs in the webadmin are not hardcoded in the template anymore but added using the Plugin:AddWebTab() function.STRWarrior1-7/+1
2013-07-27Updated Webadmin HugelyTiger Wang2-368/+519
2013-07-27Pulled in the latest version of core - fix the bugs that were stopping - #5Alexander Harkness3-528/+1
2013-07-27Merged in latest version of CoreSquashed commit of the following:Alexander Harkness2-26/+78
2013-07-27Added correct core pluginAlexander Harkness40-0/+3530
2013-07-27Removed all the pre-exising core files.Alexander Harkness44-3099/+0
2013-07-26Added a shortcut for running under helgrind with the most common parameters and suppressionsmadmaxoft@gmail.com2-0/+29
2013-07-12First implementation of movement-related hunger and APImadmaxoft@gmail.com1-2/+41
2013-07-07Core: /tp command can teleport either to a player or to a set of XYZ coordsmadmaxoft@gmail.com1-15/+37
2013-07-07Added StringUtils functions to Lua API; added StripColorCodes(); ChatLog now strips color codes from logged messages.madmaxoft@gmail.com1-1/+1
2013-07-07Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes.madmaxoft@gmail.com1-0/+36
2013-07-06Added missing "Colors", Documented the code + Cleanup.nielsbreu@gmail.com1-21/+47
2013-07-06Just a tiny speedup for the motd loading.nielsbreu@gmail.com1-17/+17
2013-07-06Simplefied the motd loading function.nielsbreu@gmail.com1-39/+22
2013-07-05The motd is now loaded from a file in the root dir called motd.txt. You can easily edit the modt and add colors to it.nielsbreu@gmail.com2-3/+83
2013-07-05Reduced the amount of tables.nielsbreu@gmail.com3-8/+4
2013-07-03Updated LimitWorld. (Patch by tonibm19)nielsbreu@gmail.com1-4/+4
2013-07-01Added DamageType translation to APImadmaxoft@gmail.com1-1/+1
2013-07-01Fixed /stop command. The console still doesn't get closed though(FS#249).nielsbreu@gmail.com1-1/+1
2013-07-01Updated the /back and /top command.nielsbreu@gmail.com2-2/+2
2013-07-01Rewritten entity-on-fire management ("forever on fire" bugs)madmaxoft@gmail.com1-4/+4
2013-06-30Changed the crafting recipe for book to match vanilla since 1.3.1 (fix contributed by mgueydan)madmaxoft@gmail.com1-1/+1
2013-06-30The LimitWorlds function now uses cCuboidnielsbreu@gmail.com2-12/+16
2013-06-29Advanced RCON: Command output is sent to the RCON client.madmaxoft@gmail.com4-112/+216
2013-06-28Added a function that allows you to change the /back coordinates.nielsbreu@gmail.com5-9/+9
2013-06-28Added /listworlds command and fixed bug in /listgroups where you have an extra comma at the end.nielsbreu@gmail.com3-1/+22
2013-06-24ActivatorRail is craftable (Patch by tonibm19) nielsbreu@gmail.com1-1/+1
2013-06-24Fixed piston crafting and redstone blocks can be crafted. (Patch by tonibm19)nielsbreu@gmail.com1-1/+2
2013-06-22Plugins can modify message in the OnChat() hook handler.madmaxoft@gmail.com1-0/+9
2013-06-16Rewritten furnacesmadmaxoft@gmail.com1-48/+53
2013-06-16Core: fixed a warning message when using the /item commandmadmaxoft@gmail.com1-1/+1
2013-06-15Fixed The MagicCarpet pluginmadmaxoft@gmail.com1-83/+83
2013-06-13Added the option of saving all the chunks of a world using the webadmin.nielsbreu@gmail.com1-9/+20
2013-06-11ProtectionAreas: Added a license file.madmaxoft@gmail.com1-0/+7
2013-06-11ProtectionAreas: Improved command help stringsmadmaxoft@gmail.com1-9/+9
2013-06-11ProtectionAreas: Moved all strings sent to players to a separate language filemadmaxoft@gmail.com3-45/+90
2013-06-11ProtectionAreas: usernames are now handled case-insensitivemadmaxoft@gmail.com1-13/+28
2013-06-10ProtectinoAreas: Configuratino is now loaded from an INI filemadmaxoft@gmail.com4-4/+25
2013-06-10ProtectionAreas: Implemented reloading areas when a player movesmadmaxoft@gmail.com4-13/+78
2013-06-10ProtectionAreas: Fixed area reloadingmadmaxoft@gmail.com2-2/+9
2013-06-09ProtectionAreas: Added asserts to cStorage functions so that logic errors are found fastermadmaxoft@gmail.com1-1/+36
2013-06-08ProtectionAreas: Implemented the ProtRemUserAll command's DB accessmadmaxoft@gmail.com2-3/+11
2013-06-08ProtectionAreas: Implemented adding users to an area in the DBmadmaxoft@gmail.com2-2/+58
2013-06-08ProtectionAreas: Added ProtListUsers, implemented ProtRemoveUser, fixed ProtDelID commandsmadmaxoft@gmail.com3-7/+132
2013-06-08ProtectionAreas: ProtList works directly above the DB, displays areas' IDs and creators. ProtAdd and ProtAddCoords commands show the ID of the new areamadmaxoft@gmail.com2-20/+52
2013-06-07ProtectionAreas: The areas are now read from the DB (once)madmaxoft@gmail.com3-14/+58
2013-06-07ProtectionAreas: Fixed cCommandState's detection of not-selectedmadmaxoft@gmail.com1-4/+7
2013-06-07ProtectionAreas: Implemented all command handlers.madmaxoft@gmail.com6-76/+327
2013-06-06ProtectionAreas: Newly added areas are stored in the DBmadmaxoft@gmail.com3-6/+85
2013-06-06ProtectionAreas: Added cStorage initializationmadmaxoft@gmail.com2-1/+118
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