| Commit message (Expand) | Author | Files | Lines |
2013-05-25 | Added all new bindings, refactored Debuggers; new Debuggers function. | madmaxoft@gmail.com | 2 | -104/+194 |
2013-05-24 | Refactored cInventory to use cItemGrid for the actual Storage | madmaxoft@gmail.com | 1 | -4/+4 |
2013-05-19 | Inventory changes made by plugins are now propagated to the client | madmaxoft@gmail.com | 1 | -0/+1 |
2013-05-19 | Debuggers: a simple test of armor slot setting | madmaxoft@gmail.com | 1 | -2/+12 |
2013-05-19 | Debuggers: sorted things into separate functions, commented out most of them; added ForEachEntity() testing - list all and kill all entities. | madmaxoft@gmail.com | 1 | -33/+130 |
2013-04-09 | Added Expat and LuaExpat, XML parsing now available in the API. | madmaxoft | 1 | -0/+27 |
2013-04-07 | Added SQLite and LuaSQLite, Lua plugins can now use SQLite. | madmaxoft@gmail.com | 1 | -0/+30 |
2013-03-26 | BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches. | madmaxoft@gmail.com | 1 | -0/+31 |
2013-03-25 | BlockArea: Implemented rotation without meta manipulation | madmaxoft@gmail.com | 1 | -0/+12 |
2013-03-25 | BlockArea: Implemented mirroring without meta manipulation | madmaxoft@gmail.com | 1 | -0/+18 |
2013-03-03 | Debuggers plugin no longer performs generator / blockarea interface testing by default, but writes the current API.txt file. | madmaxoft@gmail.com | 1 | -2/+4 |
2013-02-13 | Implemented the cBlockArea:RelLine() API function. | madmaxoft@gmail.com | 1 | -0/+1 |
2013-02-11 | More API functions in cBlockArea: Create(), Fill(), FillRelArea() | madmaxoft@gmail.com | 1 | -0/+4 |
2013-02-10 | Added cBlockArea:Merge() API function to merge two block areas using different strategies. | madmaxoft@gmail.com | 1 | -0/+14 |
2013-02-09 | Added cBlockArea:Expand() API function (untested) | madmaxoft@gmail.com | 1 | -4/+18 |
2013-02-08 | cChunkDesc can now read and write cBlockAreas. | madmaxoft@gmail.com | 1 | -2/+18 |
2013-02-07 | Added cBlockArea:CopyTo() and :CopyFrom(), so now block areas can be duplicated easily. | madmaxoft@gmail.com | 1 | -3/+6 |
2013-02-07 | cBlockArea can now be saved as a .schematic file. | madmaxoft@gmail.com | 1 | -0/+19 |
2013-02-06 | cBlockArea can now be loaded from a .schematic file. | madmaxoft@gmail.com | 1 | -0/+17 |
2013-02-06 | Added a new API call to cBlockArea: Crop(). | madmaxoft@gmail.com | 1 | -1/+30 |
2013-02-02 | Debuggers plugin dumps entire API into a file, API.txt. Enabled by default. | madmaxoft@gmail.com | 1 | -6/+17 |
2013-01-27 | Debuggers: added some filtering to the API output, but still not good enough. | madmaxoft@gmail.com | 1 | -7/+9 |
2013-01-26 | Added a function to dump all available Lua API functions into the Debuggers plugin. | madmaxoft@gmail.com | 1 | -0/+23 |
2013-01-13 | Forgotten files for previous merge commit (rev 1139) | madmaxoft@gmail.com | 1 | -6/+10 |
2012-12-21 | Added TakeDamage logging to the Debuggers plugin. | madmaxoft@gmail.com | 1 | -0/+11 |
2012-10-16 | 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 | 1 | -0/+69 |