summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/Debuggers (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-27Debuggers: Added a testcase for OnProjectileHitBlock.Mattes D1-0/+13
2014-08-09Debuggers: Disabled UUID and RankMgr tests.madmaxoft1-2/+2
2014-08-08Debuggers: Simple cRankManager test case.madmaxoft1-0/+13
2014-08-03Debuggers: Added a Name-from-UUID cMojangAPI test.madmaxoft1-0/+7
2014-07-31MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames().madmaxoft1-1/+31
2014-07-30Debuggers: Updated for the new cMojangAPI changes.madmaxoft1-1/+10
2014-07-28Debuggers: Added an example for cClientHandle:GetUUIDsFromPlayerNames().madmaxoft1-0/+31
2014-07-18Debuggers: Optimized and commented the /rmitem handler.madmaxoft1-4/+8
2014-07-18Added RemoveItem() function to the player inventory.Howaner1-4/+36
2014-07-10Debuggers: Added forced chunk ticking test.madmaxoft1-0/+28
2014-06-24Debuggers: Fixed the Blaze rod query tool.madmaxoft1-2/+2
2014-06-02Added OnProjectileHitBlock example in DebuggersSTRWarrior1-1/+13
2014-04-02Debuggers: Added a Base64 API roundtrip test.madmaxoft1-4/+23
2014-03-31Console logging supports cCompositeChat as its parameters.madmaxoft1-0/+9
2014-03-28Debuggers: Deactivated the chunk generator callback.madmaxoft1-1/+3
2014-03-18Debuggers: Using binary file mode for .schematics.madmaxoft1-2/+2
2014-03-15Debuggers: Added a test for WE selection API.madmaxoft1-1/+39
2014-03-07Debuggers: Added a test of the cBlockArea string-serialization.madmaxoft1-0/+38
2014-03-04Debuggers: Added simple test for cCompositeChat.madmaxoft1-0/+15
2014-02-18Debuggers: Added a test for the cWorld:SetAreaBiome() function.madmaxoft1-0/+40
2014-02-15Debuggers: Added code to test cCompositeChat functionality.madmaxoft1-0/+23
2014-02-15Debuggers: Added a WebAdmin StressTest page.madmaxoft1-13/+76
2014-02-11Debuggers: Updated messaging functionsmadmaxoft1-4/+9
2014-02-10Debuggers: Updated to reflect the new API.madmaxoft1-15/+9
2014-02-09Debuggers: Added a cLuaChunkStay test code.madmaxoft1-0/+72
2014-02-09Debuggers: Disabled testing plugin calls.madmaxoft1-1/+1
2014-01-21Implemented cPluginManager:CallPlugin() API.madmaxoft1-1/+34
2014-01-19Changed the cWorld::ScheduleTask() signature.madmaxoft1-0/+40
2014-01-09Debuggers: Test code for WECUI plugin messaging.madmaxoft1-0/+17
2014-01-07Plugin messages are received and handed to plugins.madmaxoft1-23/+12
2014-01-05Fixed cPluginManager:AddHook() binding.madmaxoft1-0/+19
2013-12-29Added HOOK_PLUGINS_LOADED.madmaxoft1-0/+9
2013-11-22Added cFile:GetFolderContents().madmaxoft1-0/+11
2013-11-22Added cRoot:GetFurnaceFuelBurnTime() to Lua API.madmaxoft1-1/+20
2013-11-22Debuggers: Added a test harness for cRoot:GetFurnaceRecipe().madmaxoft1-0/+21
2013-11-20Debuggers: Test harness for cWorld:ForEachBlockEntityInChunk().madmaxoft1-19/+59
2013-11-16updated plugin again...Daniel O'Brien1-1/+1
2013-11-16updated pluginDaniel O'Brien1-1/+1
2013-11-16removed SpendExperience and changed AddExperience to handle removing XpDaniel O'Brien1-1/+1
2013-11-15finished #143 I believeDaniel O'Brien1-0/+11
2013-11-15added cProtocol function to pass xp to clientDaniel O'Brien1-1/+1
2013-11-15Debuggers: Removed the old OnChunkGenerated code testing the cBlockArea writing.madmaxoft1-15/+0
2013-11-15Debuggers: Added the BlockEntity test harness when generating chunks.madmaxoft1-0/+22
2013-11-14cProtocol add SendExperience() and debuggingDaniel O'Brien1-0/+6
2013-10-28Debuggers: Fixed after the cWindow API change.madmaxoft1-2/+2
2013-09-07Implemented ghast fireball and firecharge projectilesmadmaxoft1-0/+16
2013-09-07Debuggers plugin: Removed unneeded globalmadmaxoft1-4/+2
2013-08-22Debuggers: added a test cmd to spawn arrows.madmaxoft1-0/+18
2013-08-21Updated the Debuggers plugin to the #121 API.madmaxoft1-9/+33
2013-08-19Debuggers: Added continuous hunger reporting.madmaxoft1-20/+49
2013-08-19Debuggers plugin: Added details about pickups to the "/le" command.madmaxoft1-1/+7
2013-08-18Added cWindow property manipulation API.madmaxoft1-0/+9
2013-08-07Debuggers plugin: added the "/spidey" command.madmaxoft1-11/+43
2013-08-02Implemented OnPlayerRightClickingEntity() hookmadmaxoft1-1/+11
2013-07-30Changed name and put the whitespace back, as per xoft's suggestion.Alexander Harkness1-1/+11
2013-07-30Removed old features and fix #25.Alexander Harkness1-55/+0
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-744/+744
2013-07-28Debuggers: added the /starve and /fl (foodlevel) commands for manipulating player food levelmadmaxoft1-0/+27
2013-07-12First implementation of movement-related hunger and APImadmaxoft@gmail.com1-2/+41
2013-07-07Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes.madmaxoft@gmail.com1-0/+36
2013-07-01Added DamageType translation to APImadmaxoft@gmail.com1-1/+1
2013-06-22Plugins can modify message in the OnChat() hook handler.madmaxoft@gmail.com1-0/+9
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-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.com1-4/+4
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-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-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-03Debuggers plugin no longer performs generator / blockarea interface testing by default, but writes the current API.txt file.madmaxoft@gmail.com1-2/+4
2013-02-13Implemented the cBlockArea:RelLine() API function.madmaxoft@gmail.com1-0/+1
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-02Debuggers plugin dumps entire API into a file, API.txt. Enabled by default.madmaxoft@gmail.com1-6/+17
2013-01-27Debuggers: added some filtering to the API output, but still not good enough.madmaxoft@gmail.com1-7/+9
2013-01-26Added a function to dump all available Lua API functions into the Debuggers plugin.madmaxoft@gmail.com1-0/+23
2013-01-13Forgotten files for previous merge commit (rev 1139)madmaxoft@gmail.com1-6/+10
2012-12-21Added TakeDamage logging to the Debuggers plugin.madmaxoft@gmail.com1-0/+11
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.com1-0/+69