summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/Debuggers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed output directory to ServerMattes D2015-09-053-2302/+0
|
* Debuggers: Added a LineBlockTracer console test command.Mattes D2015-06-042-0/+117
| | | | Ref.: #2161
* Fixed inter-plugin calls.Mattes D2015-05-071-18/+10
| | | | | When an inter-plugin call failed due to function not found, the server would maul the LuaState and "yield". Fixes #1959.
* Refactored ManualBindings' callbacks using templates.Mattes D2015-04-231-1/+1
| | | | | This is a bit easier to read, has better error reporting and fixes a few subtle bugs. Fixes #1889.
* Implemented cPluginManager:DoWithPlugin(), fixed ForEachPlugin().Mattes D2015-04-231-0/+34
| | | | Both functions are exported as static.
* Debuggers: Renamed conflicting /cs command to /cstay.Mattes D2015-04-131-1/+1
| | | | /cs caused a conflict with WorldEdit.
* 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
| | | | GetLastModificationTime, GetPathSeparator() and GetExecutableExt()
* Added proper implementation of cFile::ChangeFileExt().Mattes D2015-04-101-0/+13
|
* Debuggers: Added inheritance testing.Mattes D2015-03-182-0/+81
| | | | This allows detailed testing of #1789 - bad Lua bindings for class inheritance.
* Debuggers: Added a cBoundingBox test.Mattes D2015-03-182-0/+61
|
* Debuggers plugin: Disabled WECUI manipulation.Mattes D2015-03-011-1/+2
|
* Added cCryptoHash namespace to Lua API.Mattes D2015-02-212-16/+60
|
* Debuggers: Logging the os.clock for console-scheduled tasks.Matyas Dolak2015-01-271-3/+6
| | | | This performs the test for #1717.
* Exported cWorld:PrepareChunk to Lua API, test in Debuggers.Mattes D2014-12-121-1/+6
|
* Debuggers: Added loadchunk and preparechunk commands.Mattes D2014-12-112-0/+87
| | | | preparechunk is not working yet because the required API is missing.
* Debuggers: Changed to use Info.lua file.Mattes D2014-12-112-33/+222
|
* cWorld: Fixed scheduler.Mattes D2014-10-131-3/+16
| | | | | Fixes #1534. Added a test case into the Debuggers plugin.
* Merge branch 'master' into EntityCustomNameHowaner2014-09-231-6/+61
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ClientHandle.cpp src/ClientHandle.h src/Protocol/Protocol.h src/Protocol/Protocol125.cpp src/Protocol/Protocol125.h src/Protocol/Protocol17x.cpp src/Protocol/Protocol17x.h src/Protocol/ProtocolRecognizer.cpp src/Protocol/ProtocolRecognizer.h src/World.cpp src/World.h
| * 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
| | | | | | | | Now they're confirmed working.
| * Debuggers: Added a test code for ForEachEntityInBox().madmaxoft2014-09-031-0/+49
| | | | | | | | Currently untested, may not run, may crash.
* | 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
| | | | This is a test for #1326.
* 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
| | | | Ref.: #1160
* 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
| | | | This tests mc-server/WorldEdit#34.
* 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
| | | | Ref.: #678
* Debuggers: Added a WebAdmin StressTest page.madmaxoft2014-02-151-13/+76
| | | | This page reloads content from the WebAdmin as fast as possible.
* 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
| | | | This function supersedes cPlugin:Call(), is safer to use in regards to multithreading and once again removes the need for the cPlugin class being exported at all.
* Changed the cWorld::ScheduleTask() signature.madmaxoft2014-01-191-0/+40
| | | | Now it takes the delay in ticks as an argument, and a cTask descendant as the task to run. Lua API has been updated similarly.
* 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
| | | | Note that MCS doesn't currently handle any channel registrations, this will come later on.
* Fixed cPluginManager:AddHook() binding.madmaxoft2014-01-051-0/+19
| | | | Fixes #401. Old formats are still accepted, for compatibility reasons.
* Added HOOK_PLUGINS_LOADED.madmaxoft2013-12-291-0/+9
| | | | This fixes #482.
* Added cFile:GetFolderContents().madmaxoft2013-11-221-0/+11
| | | | Fix 162.
* Added cRoot:GetFurnaceFuelBurnTime() to Lua API.madmaxoft2013-11-221-1/+20
|
* Debuggers: Added a test harness for cRoot:GetFurnaceRecipe().madmaxoft2013-11-221-0/+21
| | | | The "/fr" command lists the furnace recipe for the currently held item.
* Debuggers: Test harness for cWorld:ForEachBlockEntityInChunk().madmaxoft2013-11-201-19/+59
| | | | The fill command will fill all empty slots in block entities with containment with gold nuggets, one per slot.
* 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
| | | | Showcases the OnWorldTick() hook to fire events at regular intervals. Will be used for debugging the issues related to hyper-hunger.
* 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
| | | | Now enchantment table and furnace properties can be set by a plugin
* Debuggers plugin: added the "/spidey" command.madmaxoft2013-08-071-11/+43
| | | | This showcases the cLineBlockTracer functionality exposed to Lua.
* Implemented OnPlayerRightClickingEntity() hookmadmaxoft2013-08-021-1/+11
| | | | Fixes FS 425
* 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
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1673 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes.madmaxoft@gmail.com2013-07-071-0/+36
| | | | | | Fixes FS #415 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1660 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added DamageType translation to APImadmaxoft@gmail.com2013-07-011-1/+1
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1639 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Plugins can modify message in the OnChat() hook handler.madmaxoft@gmail.com2013-06-221-0/+9
| | | | | | FS #376 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1622 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-awaremadmaxoft@gmail.com2013-06-041-3/+3
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1546 0a769ca7-a7f5-676a-18bf-c427514a06d6
* LuaWindow: Fixed memory leaks with unclosed windowsmadmaxoft@gmail.com2013-06-021-3/+3
| | | | | | | A player disconnecting will now force all windows to close, not respecting any plugin's overrides. http://forum.mc-server.org/showthread.php?tid=1146&pid=8350#pid8350 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1543 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added the possibility to specify enchantments by name in the constructor and AddFromString() functionmadmaxoft@gmail.com2013-06-021-0/+2
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1542 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Enchantments are now stored in Anvil world and in player inventorymadmaxoft@gmail.com2013-06-021-1/+9
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1541 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Enchantments: API and sending to clientmadmaxoft@gmail.com2013-06-021-0/+1
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1539 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added cLuaWindow:SetOnSlotChanged(); the callback is called only for non-inventory slotsmadmaxoft@gmail.com2013-05-311-0/+6
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1535 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added the OnClosing callback to cLuaWindow APImadmaxoft@gmail.com2013-05-301-0/+9
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1534 0a769ca7-a7f5-676a-18bf-c427514a06d6
* LuaWindow: Initial code, the window can be opened, but not much manipulatedmadmaxoft@gmail.com2013-05-301-5/+64
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1532 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Implemented droppersmadmaxoft@gmail.com2013-05-261-13/+12
| | | | | | Added a common ancestor class "DropSpenser" that has the common code for dropper and dispenser and is Lua-accessible, too. The Debuggers plugin now triggers both droppers and dispensers when rclking them with a redstone torch. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1514 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added all new bindings, refactored Debuggers; new Debuggers function.madmaxoft@gmail.com2013-05-252-104/+194
| | | | | | Rclk with a redstone torch on a dispenser causes the dispenser to spit out one item each tick. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1509 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com2013-05-241-4/+4
| | | | | | This makes the API more orthogonal and is easier to use in the plugins. Also changes in the inventory are now propagated to the needed places (armor updates to BroadcastEntityEquipment etc.) even when the inventory is changed by a plugin. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1503 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Inventory changes made by plugins are now propagated to the clientmadmaxoft@gmail.com2013-05-191-0/+1
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1495 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Debuggers: a simple test of armor slot settingmadmaxoft@gmail.com2013-05-191-2/+12
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1494 0a769ca7-a7f5-676a-18bf-c427514a06d6
* 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
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1492 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added Expat and LuaExpat, XML parsing now available in the API.madmaxoft2013-04-091-0/+27
| | | | | | | FS #336 Windows version only, Linux to be fixed soon. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1374 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added SQLite and LuaSQLite, Lua plugins can now use SQLite.madmaxoft@gmail.com2013-04-071-0/+30
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1368 0a769ca7-a7f5-676a-18bf-c427514a06d6
* BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches.madmaxoft@gmail.com2013-03-261-0/+31
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1319 0a769ca7-a7f5-676a-18bf-c427514a06d6
* BlockArea: Implemented rotation without meta manipulationmadmaxoft@gmail.com2013-03-251-0/+12
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1317 0a769ca7-a7f5-676a-18bf-c427514a06d6
* BlockArea: Implemented mirroring without meta manipulationmadmaxoft@gmail.com2013-03-251-0/+18
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1316 0a769ca7-a7f5-676a-18bf-c427514a06d6
* 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
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1245 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Implemented the cBlockArea:RelLine() API function.madmaxoft@gmail.com2013-02-131-0/+1
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1211 0a769ca7-a7f5-676a-18bf-c427514a06d6
* More API functions in cBlockArea: Create(), Fill(), FillRelArea()madmaxoft@gmail.com2013-02-111-0/+4
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1208 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added cBlockArea:Merge() API function to merge two block areas using different strategies.madmaxoft@gmail.com2013-02-101-0/+14
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1207 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added cBlockArea:Expand() API function (untested)madmaxoft@gmail.com2013-02-091-4/+18
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1203 0a769ca7-a7f5-676a-18bf-c427514a06d6
* cChunkDesc can now read and write cBlockAreas.madmaxoft@gmail.com2013-02-081-2/+18
| | | | | | A simple example is provided in the Debuggers plugin. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1201 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added cBlockArea:CopyTo() and :CopyFrom(), so now block areas can be duplicated easily.madmaxoft@gmail.com2013-02-071-3/+6
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1199 0a769ca7-a7f5-676a-18bf-c427514a06d6
* cBlockArea can now be saved as a .schematic file.madmaxoft@gmail.com2013-02-071-0/+19
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1198 0a769ca7-a7f5-676a-18bf-c427514a06d6
* cBlockArea can now be loaded from a .schematic file.madmaxoft@gmail.com2013-02-061-0/+17
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1195 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added a new API call to cBlockArea: Crop().madmaxoft@gmail.com2013-02-061-1/+30
| | | | | | Also fixed cBlockArea:MakeIndex(), the indexing was wrong. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1194 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Debuggers plugin dumps entire API into a file, API.txt. Enabled by default.madmaxoft@gmail.com2013-02-021-6/+17
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1188 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Debuggers: added some filtering to the API output, but still not good enough.madmaxoft@gmail.com2013-01-271-7/+9
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1177 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added a function to dump all available Lua API functions into the Debuggers plugin.madmaxoft@gmail.com2013-01-261-0/+23
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1173 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Forgotten files for previous merge commit (rev 1139)madmaxoft@gmail.com2013-01-131-6/+10
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1140 0a769ca7-a7f5-676a-18bf-c427514a06d6
* Added TakeDamage logging to the Debuggers plugin.madmaxoft@gmail.com2012-12-211-0/+11
| | | | | | http://forum.mc-server.org/showthread.php?tid=625&pid=5720#pid5720 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1089 0a769ca7-a7f5-676a-18bf-c427514a06d6
* 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
git-svn-id: http://mc-server.googlecode.com/svn/trunk@968 0a769ca7-a7f5-676a-18bf-c427514a06d6