Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076 | Celtic Minstrel | 2012-03-15 | -1/+6 |
| | | | | - Custom inventories also respect this setting now. | |||
* | Updated CraftBukkit to 1.2 | Nathan Adams | 2012-03-01 | -5/+14 |
| | ||||
* | Updated to rename revision 02 | Erik Broes | 2012-03-01 | -1/+1 |
| | ||||
* | [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856 | Celtic Minstrel | 2012-02-29 | -0/+22 |
| | | | | | | | | | | | | See the corresponding Bukkit commit for details. Implementation details: - Any packets that include an itemstack will send air stacks as null; maybe this will even eliminate the client crash that occurs if the client receives an air stack - Better handling of null itemstacks in general (ie less converting them to air stacks) - Inventory.setContents() can now take an array smaller than the inventory without error - Player.updateInventory() should now correctly update the result slot in a crafting inventory Some small credit goes to Afforess (initial implementation of openInventory() methods) and Drakia (initial implementation of InventoryOpenEvent and InventoryCloseEvent). | |||
* | Updated to use mc-dev rename revision 1 | Nathan Adams | 2011-11-30 | -7/+7 |
| | ||||
* | Update for 1.0.0 | Erik Broes | 2011-11-20 | -6/+6 |
| | ||||
* | Update for Minecraft 1.8 | Dinnerbone | 2011-09-15 | -3/+7 |
| | ||||
* | Update for 1.7.3 | Dinnerbone | 2011-07-08 | -1/+1 |
| | ||||
* | Massive renaming update in nms. If you bypassed Bukkit, you will likely break. | Erik Broes | 2011-06-27 | -5/+5 |
| | | | | Also minimized all the nms diffs and generic cleanups all around. | |||
* | Implemented 1.6! | Dinnerbone | 2011-05-26 | -2/+2 |
| | ||||
* | Fixed dispensers not working. | EvilSeph | 2011-05-16 | -2/+1 |
| | ||||
* | Whitespace + general cleanup | Erik Broes | 2011-05-15 | -4/+6 |
| | ||||
* | Added dispenser event. | sk89q | 2011-05-08 | -2/+10 |
| | ||||
* | Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. | Erik Broes | 2011-04-20 | -30/+30 |
| | ||||
* | Updated to Minecraft version 1.4 | Dinnerbone | 2011-03-31 | -8/+8 |
| | ||||
* | Update to Minecraft 1.3 beta | Dinnerbone | 2011-02-23 | -120/+120 |
| | ||||
* | inventory fixes | Tahg | 2011-02-08 | -1/+1 |
| | ||||
* | Added getContents() to TileEntityDispenser to be compatible with | Dinnerbone | 2011-02-08 | -0/+120 |
InventoryChanged TileEntityDispenser to be built against latest mc-dev Merge branch 'merge-fork' of https://github.com/Hidendra/CraftBukkit |