summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/Debuggers/Debuggers.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-08Use Vector3 for cLineBlockTracer and cBlockTracer (#4715)mBornand1-9/+89
2020-04-17More Vector3 in cBlockHandler (#4644)Mattes D1-1/+1
2020-04-14Bindings: Allow coercion between Vector3 subtypes. (#4646)Mattes D1-0/+20
2020-04-12Fixed entity teleport for just-spawned entities.Mattes D1-0/+21
2020-04-09Falling blocks can now be spawned at any position. (#4620)Mattes D1-0/+19
2020-03-31Added a /boom command to Debuggers. (#4592)Mattes D1-0/+12
2017-08-24Minor changes (#3909)mathiascode1-8/+8
2017-06-09Fixed handling Lua errors in nested callbacks (#3755)Mattes D1-0/+12
2017-05-27Debuggers: Added the "/come" command to test mob pathfinding. (#3734)Mattes D1-0/+50
2017-05-11Tracer replacement (#3704)Mattes D1-0/+72
2017-04-26Build Lua in C++ mode, use exceptions for error-raising. (#3680)Mattes D1-0/+10
2017-01-28Debuggers: Added /clientversion command to display protocol version.Mattes D1-0/+9
2017-01-18Debuggers: Added a deadlock simulation command.Mattes D1-0/+28
2017-01-01Debuggers: PluginStats are now output only on request. (#3513)Mattes D1-51/+15
2016-12-09Fix meta mirror (#3470)Mattes D1-0/+18
2016-11-26Debuggers: Added commands to investigate item's custom Lua properties.Mattes D1-0/+47
2016-11-26Debuggers: Added commands to investigate item's custom name.Mattes D1-0/+47
2016-11-26Debuggers: Added commands to investigate item's Lore.Mattes D1-0/+48
2016-10-27LuaJson: Report serialization errors instead of crashing.Mattes D1-124/+129
2016-08-23cUrlClient: Exported to Lua API.Mattes D1-1/+80
2016-07-10Fixed Lua Json serializing a bool.Mattes D1-4/+6
2016-06-27Changed world tasks to use cLuaState::cCallback.Mattes D1-2/+2
2016-06-05Bindings: Fixed cBoundingBox API.Mattes D1-0/+46
2016-05-31LuaState: Inter-plugin calls now support simple tables. (#3220)Mattes D1-0/+57
2016-05-29Added GetTeamNames to cScoreboard (#3217)PlasmaPower1-0/+13
2016-05-141.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135)Pokechu221-0/+28
2016-03-21Revert "Lua callback"Mattes D1-2/+2
2016-03-17Changed world tasks to use cLuaState::cCallback.Mattes D1-2/+2
2016-01-29MCServer to CuberiteMathias1-1/+1
2016-01-01Renamed leftover strings to Cuberite / Server, as needed.Mattes D1-1/+1
2015-12-28Debuggers plugin: Added "uuid" console command.Mattes D1-0/+31
2015-12-25Added the cUrlParser class, exported to Lua API.Mattes D1-0/+41
2015-12-24Added a Json parser and serializer to Lua API.Mattes D1-0/+28
2015-10-21Debuggers: Added a plugin channel test with funny chars in data.Mattes D1-0/+11
2015-09-05Renamed output directory to ServerMattes D1-0/+0
2015-06-04Debuggers: Added a LineBlockTracer console test command.Mattes D1-0/+111
2015-05-07Fixed inter-plugin calls.Mattes D1-18/+10
2015-04-23Refactored ManualBindings' callbacks using templates.Mattes D1-1/+1
2015-04-23Implemented cPluginManager:DoWithPlugin(), fixed ForEachPlugin().Mattes D1-0/+34
2015-04-11cFile:ChangeFileExt now accepts extensions with leading dot, too.Mattes D1-0/+9
2015-04-11Added more cFile API functions.Mattes D1-5/+20
2015-04-10Added proper implementation of cFile::ChangeFileExt().Mattes D1-0/+13
2015-03-18Debuggers: Added inheritance testing.Mattes D1-0/+75
2015-03-18Debuggers: Added a cBoundingBox test.Mattes D1-0/+55
2015-03-01Debuggers plugin: Disabled WECUI manipulation.Mattes D1-1/+2
2015-02-21Added cCryptoHash namespace to Lua API.Mattes D1-12/+48
2015-01-27Debuggers: Logging the os.clock for console-scheduled tasks.Matyas Dolak1-3/+6
2014-12-12Exported cWorld:PrepareChunk to Lua API, test in Debuggers.Mattes D1-1/+6
2014-12-11Debuggers: Added loadchunk and preparechunk commands.Mattes D1-0/+77
2014-12-11Debuggers: Changed to use Info.lua file.Mattes D1-33/+9
2014-10-13cWorld: Fixed scheduler.Mattes D1-3/+16
2014-09-17Fixed wrong url in the debuggers pluginHowaner1-1/+1
2014-09-03Debuggers: Reviewed and fixed the Pickups and Poof commands.madmaxoft1-10/+17
2014-09-03Debuggers: Added a test code for ForEachEntityInBox().madmaxoft1-0/+49
2014-09-02Added a custom name test to the debuggers plugin.Howaner1-0/+17
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.com1-104/+188
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