Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update CraftBukkit to Minecraft 1.7.2 | mbax | 2013-11-30 | -84/+84 |
| | ||||
* | Update CraftBukkit to 1.6.1 | Nate Mortensen | 2013-07-01 | -1/+1 |
| | ||||
* | Add missing calls to BlockRedstoneEvent. Adds BUKKIT-3926 | gjmcferrin@gmail.com | 2013-04-03 | -0/+26 |
| | | | | | | | This adds calls to BlockRedstoneEvent for the new daylight sensor and trapped chest blocks. Note that the redstone level for trapped chests cannot be modified, as it is based on the number of players currently viewing the chest's inventory. | |||
* | Update CraftBukkit to Minecraft 1.5 | Travis Watkins | 2013-03-15 | -42/+93 |
| | ||||
* | Update CraftBukkit to Minecraft 1.4.7 | feildmaster | 2013-01-17 | -1/+1 |
| | ||||
* | Update CraftBukkit to Minecraft 1.4.4. | Travis Watkins | 2012-11-13 | -10/+60 |
| | ||||
* | Update CraftBukkit to Minecraft 1.4(.2). | Travis Watkins | 2012-10-27 | -2/+2 |
| | ||||
* | Update CraftBukkit to Minecraft 1.3.1 | feildmaster | 2012-08-02 | -28/+10 |
| | ||||
* | Cleaned up CraftBukkit comments in NMS. | Wesley Wolfe | 2012-07-23 | -2/+1 |
| | | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once | |||
* | [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 | -14/+25 |
| | ||||
* | 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). | |||
* | Fix formatting. | Erik Broes | 2012-01-15 | -1/+1 |
| | ||||
* | Update for 1.1_01 renames. | Erik Broes | 2012-01-15 | -2/+2 |
| | | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1. | |||
* | 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 | -35/+41 |
| | ||||
* | stopgap build - mostly stable | Tahg | 2011-09-21 | -13/+18 |
| | ||||
* | more chest checks | Tahg | 2011-09-21 | -0/+6 |
| | ||||
* | better chest fix | Tahg | 2011-09-21 | -19/+13 |
| | ||||
* | Fixed NPE when people experience the chest crash | Dinnerbone | 2011-09-19 | -1/+5 |
| | ||||
* | Workaround for crash when chests mix up with furnaces - need to investigate ↵ | Dinnerbone | 2011-09-18 | -4/+17 |
| | | | | cause | |||
* | Update for Minecraft 1.8 | Dinnerbone | 2011-09-15 | -3/+136 |
| | ||||
* | 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 | -3/+3 |
| | | | | Also minimized all the nms diffs and generic cleanups all around. | |||
* | Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. | Erik Broes | 2011-04-20 | -28/+28 |
| | ||||
* | Updated to Minecraft version 1.4 | Dinnerbone | 2011-03-31 | -8/+8 |
| | ||||
* | Generic code cleanup | Erik Broes | 2011-02-23 | -1/+1 |
| | ||||
* | Update to Minecraft 1.3 beta | Dinnerbone | 2011-02-23 | -32/+32 |
| | ||||
* | N.M.S cleanup in preparation for update | Dinnerbone | 2011-02-21 | -1/+1 |
| | ||||
* | inventory fixes | Tahg | 2011-02-08 | -2/+2 |
| | ||||
* | Port to new mc-dev format. | Erik Broes | 2011-01-30 | -35/+34 |
| | ||||
* | Fixed blocks not keeping data on placement | Dinnerbone | 2011-01-14 | -100/+100 |
| | ||||
* | Update to Minecraft Server 1.2 | Dinnerbone | 2011-01-14 | -4/+4 |
| | ||||
* | Updated against new mc-dev format, takes out quite some casting troubles at ↵ | Erik Broes | 2011-01-11 | -6/+3 |
| | | | | the cost of extra ()'s | |||
* | Added getContents() to IInventory and implemented it. | Erik Broes | 2011-01-09 | -0/+103 |
Implemented Inventory and PlayerInventory and updated StorageMinecart and Slot. Added getMaxStackSize to CraftItemStack. |