summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/Debuggers/Debuggers.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed output directory to ServerMattes D2015-09-051-2047/+0
* Debuggers: Added a LineBlockTracer console test command.Mattes D2015-06-041-0/+111
* Fixed inter-plugin calls.Mattes D2015-05-071-18/+10
* Refactored ManualBindings' callbacks using templates.Mattes D2015-04-231-1/+1
* Implemented cPluginManager:DoWithPlugin(), fixed ForEachPlugin().Mattes D2015-04-231-0/+34
* cFile:ChangeFileExt now accepts extensions with leading dot, too.Mattes D2015-04-111-0/+9
* Added more cFile API functions.Mattes D2015-04-111-5/+20
* Added proper implementation of cFile::ChangeFileExt().Mattes D2015-04-101-0/+13
* Debuggers: Added inheritance testing.Mattes D2015-03-181-0/+75
* Debuggers: Added a cBoundingBox test.Mattes D2015-03-181-0/+55
* Debuggers plugin: Disabled WECUI manipulation.Mattes D2015-03-011-1/+2
* Added cCryptoHash namespace to Lua API.Mattes D2015-02-211-12/+48
* Debuggers: Logging the os.clock for console-scheduled tasks.Matyas Dolak2015-01-271-3/+6
* Exported cWorld:PrepareChunk to Lua API, test in Debuggers.Mattes D2014-12-121-1/+6
* Debuggers: Added loadchunk and preparechunk commands.Mattes D2014-12-111-0/+77
* Debuggers: Changed to use Info.lua file.Mattes D2014-12-111-33/+9
* cWorld: Fixed scheduler.Mattes D2014-10-131-3/+16
* Merge branch 'master' into EntityCustomNameHowaner2014-09-231-6/+61
|\
| * Fixed wrong url in the debuggers pluginHowaner2014-09-171-1/+1
| * Debuggers: Reviewed and fixed the Pickups and Poof commands.madmaxoft2014-09-031-10/+17
| * Debuggers: Added a test code for ForEachEntityInBox().madmaxoft2014-09-031-0/+49
* | Added a custom name test to the debuggers plugin.Howaner2014-09-021-0/+17
|/
* Debuggers: Added a testcase for OnProjectileHitBlock.Mattes D2014-08-271-0/+13
* Debuggers: Disabled UUID and RankMgr tests.madmaxoft2014-08-091-2/+2
* Debuggers: Simple cRankManager test case.madmaxoft2014-08-081-0/+13
* Debuggers: Added a Name-from-UUID cMojangAPI test.madmaxoft2014-08-031-0/+7
* MojangAPI: Added a UseCachedOnly param to GetUUIDsFromPlayerNames().madmaxoft2014-07-311-1/+31
* Debuggers: Updated for the new cMojangAPI changes.madmaxoft2014-07-301-1/+10
* Debuggers: Added an example for cClientHandle:GetUUIDsFromPlayerNames().madmaxoft2014-07-281-0/+31
* Debuggers: Optimized and commented the /rmitem handler.madmaxoft2014-07-181-4/+8
* Added RemoveItem() function to the player inventory.Howaner2014-07-181-4/+36
* Debuggers: Added forced chunk ticking test.madmaxoft2014-07-101-0/+28
* Debuggers: Fixed the Blaze rod query tool.madmaxoft2014-06-241-2/+2
* Added OnProjectileHitBlock example in DebuggersSTRWarrior2014-06-021-1/+13
* Debuggers: Added a Base64 API roundtrip test.madmaxoft2014-04-021-4/+23
* Console logging supports cCompositeChat as its parameters.madmaxoft2014-03-311-0/+9
* Debuggers: Deactivated the chunk generator callback.madmaxoft2014-03-281-1/+3
* Debuggers: Using binary file mode for .schematics.madmaxoft2014-03-181-2/+2
* Debuggers: Added a test for WE selection API.madmaxoft2014-03-151-1/+39
* Debuggers: Added a test of the cBlockArea string-serialization.madmaxoft2014-03-071-0/+38
* Debuggers: Added simple test for cCompositeChat.madmaxoft2014-03-041-0/+15
* Debuggers: Added a test for the cWorld:SetAreaBiome() function.madmaxoft2014-02-181-0/+40
* Debuggers: Added code to test cCompositeChat functionality.madmaxoft2014-02-151-0/+23
* Debuggers: Added a WebAdmin StressTest page.madmaxoft2014-02-151-13/+76
* Debuggers: Updated messaging functionsmadmaxoft2014-02-111-4/+9
* Debuggers: Updated to reflect the new API.madmaxoft2014-02-101-15/+9
* Debuggers: Added a cLuaChunkStay test code.madmaxoft2014-02-091-0/+72
* Debuggers: Disabled testing plugin calls.madmaxoft2014-02-091-1/+1
* Implemented cPluginManager:CallPlugin() API.madmaxoft2014-01-211-1/+34
* Changed the cWorld::ScheduleTask() signature.madmaxoft2014-01-191-0/+40
* Debuggers: Test code for WECUI plugin messaging.madmaxoft2014-01-091-0/+17
* Plugin messages are received and handed to plugins.madmaxoft2014-01-071-23/+12
* Fixed cPluginManager:AddHook() binding.madmaxoft2014-01-051-0/+19
* Added HOOK_PLUGINS_LOADED.madmaxoft2013-12-291-0/+9
* Added cFile:GetFolderContents().madmaxoft2013-11-221-0/+11
* Added cRoot:GetFurnaceFuelBurnTime() to Lua API.madmaxoft2013-11-221-1/+20
* Debuggers: Added a test harness for cRoot:GetFurnaceRecipe().madmaxoft2013-11-221-0/+21
* Debuggers: Test harness for cWorld:ForEachBlockEntityInChunk().madmaxoft2013-11-201-19/+59
* updated plugin again...Daniel O'Brien2013-11-161-1/+1
* updated pluginDaniel O'Brien2013-11-161-1/+1
* removed SpendExperience and changed AddExperience to handle removing XpDaniel O'Brien2013-11-161-1/+1
* finished #143 I believeDaniel O'Brien2013-11-151-0/+11
* Merge remote-tracking branch 'upstream/master' into playerxpDaniel O'Brien2013-11-151-15/+22
|\
| * Debuggers: Removed the old OnChunkGenerated code testing the cBlockArea writing.madmaxoft2013-11-151-15/+0
| * Debuggers: Added the BlockEntity test harness when generating chunks.madmaxoft2013-11-151-0/+22
* | added cProtocol function to pass xp to clientDaniel O'Brien2013-11-151-1/+1
* | cProtocol add SendExperience() and debuggingDaniel O'Brien2013-11-141-0/+6
|/
* Debuggers: Fixed after the cWindow API change.madmaxoft2013-10-281-2/+2
* Implemented ghast fireball and firecharge projectilesmadmaxoft2013-09-071-0/+16
* Debuggers plugin: Removed unneeded globalmadmaxoft2013-09-071-4/+2
* Debuggers: added a test cmd to spawn arrows.madmaxoft2013-08-221-0/+18
* Updated the Debuggers plugin to the #121 API.madmaxoft2013-08-211-9/+33
* Debuggers: Added continuous hunger reporting.madmaxoft2013-08-191-20/+49
* Debuggers plugin: Added details about pickups to the "/le" command.madmaxoft2013-08-191-1/+7
* Added cWindow property manipulation API.madmaxoft2013-08-181-0/+9
* Debuggers plugin: added the "/spidey" command.madmaxoft2013-08-071-11/+43
* Implemented OnPlayerRightClickingEntity() hookmadmaxoft2013-08-021-1/+11
* Changed name and put the whitespace back, as per xoft's suggestion.Alexander Harkness2013-07-301-1/+11
* Removed old features and fix #25.Alexander Harkness2013-07-301-55/+0
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-744/+744
* Debuggers: added the /starve and /fl (foodlevel) commands for manipulating player food levelmadmaxoft2013-07-281-0/+27
* First implementation of movement-related hunger and APImadmaxoft@gmail.com2013-07-121-2/+41
* Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes.madmaxoft@gmail.com2013-07-071-0/+36
* Added DamageType translation to APImadmaxoft@gmail.com2013-07-011-1/+1
* Plugins can modify message in the OnChat() hook handler.madmaxoft@gmail.com2013-06-221-0/+9
* Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-awaremadmaxoft@gmail.com2013-06-041-3/+3
* LuaWindow: Fixed memory leaks with unclosed windowsmadmaxoft@gmail.com2013-06-021-3/+3
* Added the possibility to specify enchantments by name in the constructor and AddFromString() functionmadmaxoft@gmail.com2013-06-021-0/+2
* Enchantments are now stored in Anvil world and in player inventorymadmaxoft@gmail.com2013-06-021-1/+9
* Enchantments: API and sending to clientmadmaxoft@gmail.com2013-06-021-0/+1
* Added cLuaWindow:SetOnSlotChanged(); the callback is called only for non-inventory slotsmadmaxoft@gmail.com2013-05-311-0/+6
* Added the OnClosing callback to cLuaWindow APImadmaxoft@gmail.com2013-05-301-0/+9
* LuaWindow: Initial code, the window can be opened, but not much manipulatedmadmaxoft@gmail.com2013-05-301-5/+64
* Implemented droppersmadmaxoft@gmail.com2013-05-261-13/+12
* Added all new bindings, refactored Debuggers; new Debuggers function.madmaxoft@gmail.com2013-05-251-104/+188
* Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com2013-05-241-4/+4
* Inventory changes made by plugins are now propagated to the clientmadmaxoft@gmail.com2013-05-191-0/+1
* Debuggers: a simple test of armor slot settingmadmaxoft@gmail.com2013-05-191-2/+12
* Debuggers: sorted things into separate functions, commented out most of them; added ForEachEntity() testing - list all and kill all entities.madmaxoft@gmail.com2013-05-191-33/+130
* 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
* 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
* 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
* Implemented the cBlockArea:RelLine() API function.madmaxoft@gmail.com2013-02-131-0/+1
* 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
* Debuggers plugin dumps entire API into a file, API.txt. Enabled by default.madmaxoft@gmail.com2013-02-021-6/+17
* Debuggers: added some filtering to the API output, but still not good enough.madmaxoft@gmail.com2013-01-271-7/+9
* Added a function to dump all available Lua API functions into the Debuggers plugin.madmaxoft@gmail.com2013-01-261-0/+23
* Forgotten files for previous merge commit (rev 1139)madmaxoft@gmail.com2013-01-131-6/+10
* Added TakeDamage logging to the Debuggers plugin.madmaxoft@gmail.com2012-12-211-0/+11
* 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-161-0/+69