| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented cPluginManager:CallPlugin() API. | madmaxoft | 2014-01-21 | 1 | -1/+34 |
* | Changed the cWorld::ScheduleTask() signature. | madmaxoft | 2014-01-19 | 1 | -0/+40 |
* | Debuggers: Test code for WECUI plugin messaging. | madmaxoft | 2014-01-09 | 1 | -0/+17 |
* | Plugin messages are received and handed to plugins. | madmaxoft | 2014-01-07 | 1 | -23/+12 |
* | Fixed cPluginManager:AddHook() binding. | madmaxoft | 2014-01-05 | 1 | -0/+19 |
* | Added HOOK_PLUGINS_LOADED. | madmaxoft | 2013-12-29 | 1 | -0/+9 |
* | Added cFile:GetFolderContents(). | madmaxoft | 2013-11-22 | 1 | -0/+11 |
* | Added cRoot:GetFurnaceFuelBurnTime() to Lua API. | madmaxoft | 2013-11-22 | 1 | -1/+20 |
* | Debuggers: Added a test harness for cRoot:GetFurnaceRecipe(). | madmaxoft | 2013-11-22 | 1 | -0/+21 |
* | Debuggers: Test harness for cWorld:ForEachBlockEntityInChunk(). | madmaxoft | 2013-11-20 | 1 | -19/+59 |
* | updated plugin again... | Daniel O'Brien | 2013-11-16 | 1 | -1/+1 |
* | updated plugin | Daniel O'Brien | 2013-11-16 | 1 | -1/+1 |
* | removed SpendExperience and changed AddExperience to handle removing Xp | Daniel O'Brien | 2013-11-16 | 1 | -1/+1 |
* | finished #143 I believe | Daniel O'Brien | 2013-11-15 | 1 | -0/+11 |
* | Merge remote-tracking branch 'upstream/master' into playerxp | Daniel O'Brien | 2013-11-15 | 1 | -15/+22 |
|\ |
|
| * | Debuggers: Removed the old OnChunkGenerated code testing the cBlockArea writing. | madmaxoft | 2013-11-15 | 1 | -15/+0 |
| * | Debuggers: Added the BlockEntity test harness when generating chunks. | madmaxoft | 2013-11-15 | 1 | -0/+22 |
* | | added cProtocol function to pass xp to client | Daniel O'Brien | 2013-11-15 | 1 | -1/+1 |
* | | cProtocol add SendExperience() and debugging | Daniel O'Brien | 2013-11-14 | 1 | -0/+6 |
|/ |
|
* | Debuggers: Fixed after the cWindow API change. | madmaxoft | 2013-10-28 | 1 | -2/+2 |
* | Implemented ghast fireball and firecharge projectiles | madmaxoft | 2013-09-07 | 1 | -0/+16 |
* | Debuggers plugin: Removed unneeded global | madmaxoft | 2013-09-07 | 1 | -4/+2 |
* | Debuggers: added a test cmd to spawn arrows. | madmaxoft | 2013-08-22 | 1 | -0/+18 |
* | Updated the Debuggers plugin to the #121 API. | madmaxoft | 2013-08-21 | 1 | -9/+33 |
* | Debuggers: Added continuous hunger reporting. | madmaxoft | 2013-08-19 | 1 | -20/+49 |
* | Debuggers plugin: Added details about pickups to the "/le" command. | madmaxoft | 2013-08-19 | 1 | -1/+7 |
* | Added cWindow property manipulation API. | madmaxoft | 2013-08-18 | 1 | -0/+9 |
* | Debuggers plugin: added the "/spidey" command. | madmaxoft | 2013-08-07 | 1 | -11/+43 |
* | Implemented OnPlayerRightClickingEntity() hook | madmaxoft | 2013-08-02 | 1 | -1/+11 |
* | Changed name and put the whitespace back, as per xoft's suggestion. | Alexander Harkness | 2013-07-30 | 1 | -1/+11 |
* | Removed old features and fix #25. | Alexander Harkness | 2013-07-30 | 1 | -55/+0 |
* | Changed everyting to Unix line endings. | Alexander Harkness | 2013-07-29 | 1 | -744/+744 |
* | Debuggers: added the /starve and /fl (foodlevel) commands for manipulating player food level | madmaxoft | 2013-07-28 | 1 | -0/+27 |
* | First implementation of movement-related hunger and API | madmaxoft@gmail.com | 2013-07-12 | 1 | -2/+41 |
* | Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes. | madmaxoft@gmail.com | 2013-07-07 | 1 | -0/+36 |
* | Added DamageType translation to API | madmaxoft@gmail.com | 2013-07-01 | 1 | -1/+1 |
* | Plugins can modify message in the OnChat() hook handler. | madmaxoft@gmail.com | 2013-06-22 | 1 | -0/+9 |
* | Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-aware | madmaxoft@gmail.com | 2013-06-04 | 1 | -3/+3 |
* | LuaWindow: Fixed memory leaks with unclosed windows | madmaxoft@gmail.com | 2013-06-02 | 1 | -3/+3 |
* | Added the possibility to specify enchantments by name in the constructor and AddFromString() function | madmaxoft@gmail.com | 2013-06-02 | 1 | -0/+2 |
* | Enchantments are now stored in Anvil world and in player inventory | madmaxoft@gmail.com | 2013-06-02 | 1 | -1/+9 |
* | Enchantments: API and sending to client | madmaxoft@gmail.com | 2013-06-02 | 1 | -0/+1 |
* | Added cLuaWindow:SetOnSlotChanged(); the callback is called only for non-inventory slots | madmaxoft@gmail.com | 2013-05-31 | 1 | -0/+6 |
* | Added the OnClosing callback to cLuaWindow API | madmaxoft@gmail.com | 2013-05-30 | 1 | -0/+9 |
* | LuaWindow: Initial code, the window can be opened, but not much manipulated | madmaxoft@gmail.com | 2013-05-30 | 1 | -5/+64 |
* | Implemented droppers | madmaxoft@gmail.com | 2013-05-26 | 1 | -13/+12 |
* | Added all new bindings, refactored Debuggers; new Debuggers function. | madmaxoft@gmail.com | 2013-05-25 | 2 | -104/+194 |
* | Refactored cInventory to use cItemGrid for the actual Storage | madmaxoft@gmail.com | 2013-05-24 | 1 | -4/+4 |
* | Inventory changes made by plugins are now propagated to the client | madmaxoft@gmail.com | 2013-05-19 | 1 | -0/+1 |
* | Debuggers: a simple test of armor slot setting | madmaxoft@gmail.com | 2013-05-19 | 1 | -2/+12 |
* | Debuggers: sorted things into separate functions, commented out most of them; added ForEachEntity() testing - list all and kill all entities. | madmaxoft@gmail.com | 2013-05-19 | 1 | -33/+130 |
* | Added Expat and LuaExpat, XML parsing now available in the API. | madmaxoft | 2013-04-09 | 1 | -0/+27 |
* | Added SQLite and LuaSQLite, Lua plugins can now use SQLite. | madmaxoft@gmail.com | 2013-04-07 | 1 | -0/+30 |
* | BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches. | madmaxoft@gmail.com | 2013-03-26 | 1 | -0/+31 |
* | BlockArea: Implemented rotation without meta manipulation | madmaxoft@gmail.com | 2013-03-25 | 1 | -0/+12 |
* | BlockArea: Implemented mirroring without meta manipulation | madmaxoft@gmail.com | 2013-03-25 | 1 | -0/+18 |
* | Debuggers plugin no longer performs generator / blockarea interface testing by default, but writes the current API.txt file. | madmaxoft@gmail.com | 2013-03-03 | 1 | -2/+4 |
* | Implemented the cBlockArea:RelLine() API function. | madmaxoft@gmail.com | 2013-02-13 | 1 | -0/+1 |
* | More API functions in cBlockArea: Create(), Fill(), FillRelArea() | madmaxoft@gmail.com | 2013-02-11 | 1 | -0/+4 |
* | Added cBlockArea:Merge() API function to merge two block areas using different strategies. | madmaxoft@gmail.com | 2013-02-10 | 1 | -0/+14 |
* | Added cBlockArea:Expand() API function (untested) | madmaxoft@gmail.com | 2013-02-09 | 1 | -4/+18 |
* | cChunkDesc can now read and write cBlockAreas. | madmaxoft@gmail.com | 2013-02-08 | 1 | -2/+18 |
* | Added cBlockArea:CopyTo() and :CopyFrom(), so now block areas can be duplicated easily. | madmaxoft@gmail.com | 2013-02-07 | 1 | -3/+6 |
* | cBlockArea can now be saved as a .schematic file. | madmaxoft@gmail.com | 2013-02-07 | 1 | -0/+19 |
* | cBlockArea can now be loaded from a .schematic file. | madmaxoft@gmail.com | 2013-02-06 | 1 | -0/+17 |
* | Added a new API call to cBlockArea: Crop(). | madmaxoft@gmail.com | 2013-02-06 | 1 | -1/+30 |
* | Debuggers plugin dumps entire API into a file, API.txt. Enabled by default. | madmaxoft@gmail.com | 2013-02-02 | 1 | -6/+17 |
* | Debuggers: added some filtering to the API output, but still not good enough. | madmaxoft@gmail.com | 2013-01-27 | 1 | -7/+9 |
* | Added a function to dump all available Lua API functions into the Debuggers plugin. | madmaxoft@gmail.com | 2013-01-26 | 1 | -0/+23 |
* | Forgotten files for previous merge commit (rev 1139) | madmaxoft@gmail.com | 2013-01-13 | 1 | -6/+10 |
* | Added TakeDamage logging to the Debuggers plugin. | madmaxoft@gmail.com | 2012-12-21 | 1 | -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.com | 2012-10-16 | 1 | -0/+69 |