Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update CraftBukkit to Minecraft 1.4.4. | Travis Watkins | 2012-11-13 | -1/+1 |
| | ||||
* | Update CraftBukkit to Minecraft 1.4(.2). | Travis Watkins | 2012-10-27 | -3/+2 |
| | ||||
* | Update CraftBukkit to Minecraft 1.3.1 | feildmaster | 2012-08-02 | -7/+22 |
| | ||||
* | 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 | |||
* | Updated version to 1.2.5-R0.1-SNAPSHOT | Dinnerbone (Laptop) | 2012-03-30 | -5/+7 |
| | ||||
* | [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 | -2/+13 |
| | ||||
* | Updated to rename revision 02 | Erik Broes | 2012-03-01 | -3/+3 |
| | ||||
* | [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856 | Celtic Minstrel | 2012-02-29 | -0/+20 |
| | | | | | | | | | | | | 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 | -0/+1 |
| | ||||
* | Stop converting ItemStack to nms ItemStack by hand | Andrew Ardill | 2011-12-13 | -3/+1 |
| | | | | | | | This should fix many issues with enchantments being lost, as the method used takes care of enchantments. Additionally, use the new nms ItemStack constructor in places where appropriate. Fixes (at least part of) BUKKIT-7. Need to identify any further places to fix. | |||
* | Updated to use mc-dev rename revision 1 | Nathan Adams | 2011-11-30 | -11/+11 |
| | ||||
* | Update for 1.0.0 | Erik Broes | 2011-11-20 | -10/+10 |
| | ||||
* | fixed build issues, code cleanup | Tahg | 2011-09-26 | -1/+1 |
| | ||||
* | Update for Minecraft 1.8 | Dinnerbone | 2011-09-15 | -4/+8 |
| | ||||
* | Update for 1.7.3 | Dinnerbone | 2011-07-08 | -1/+1 |
| | ||||
* | Improved FurnaceBurn event. | EvilSeph | 2011-07-01 | -3/+3 |
| | | | | | - Added the ability to set the burn time of the fuel. - Added the ability to set if a fuel should burn or not. | |||
* | Massive renaming update in nms. If you bypassed Bukkit, you will likely break. | Erik Broes | 2011-06-27 | -37/+43 |
| | | | | Also minimized all the nms diffs and generic cleanups all around. | |||
* | Possible fix for furnaces leaving items behind. | EvilSeph | 2011-06-20 | -13/+13 |
| | ||||
* | Added Furnace smelt and burn events. | EvilSeph | 2011-06-20 | -2/+38 |
| | ||||
* | Generic cleanup | Erik Broes | 2011-06-12 | -1/+1 |
| | ||||
* | Prevent effects of tickrate degradation on furnaces | Erik Broes | 2011-06-07 | -6/+18 |
| | ||||
* | Whitespace + general cleanup | Erik Broes | 2011-05-15 | -2/+6 |
| | ||||
* | Implemented addRecipe method in CraftServer and associated recipe classes. | Celtic Minstrel | 2011-05-01 | -3/+4 |
| | ||||
* | Update for 1.5_02. | Erik Broes | 2011-04-21 | -2/+2 |
| | ||||
* | Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. | Erik Broes | 2011-04-20 | -64/+64 |
| | ||||
* | Updated to Minecraft version 1.4 | Dinnerbone | 2011-03-31 | -11/+11 |
| | ||||
* | Update to Minecraft 1.3 beta | Dinnerbone | 2011-02-23 | -41/+41 |
| | ||||
* | Port to new mc-dev format. | Erik Broes | 2011-01-30 | -109/+89 |
| | ||||
* | Fixed blocks not keeping data on placement | Dinnerbone | 2011-01-14 | -208/+208 |
| | ||||
* | Update to Minecraft Server 1.2 | Dinnerbone | 2011-01-14 | -49/+20 |
| | ||||
* | Updated against new mc-dev format, takes out quite some casting troubles at ↵ | Erik Broes | 2011-01-11 | -8/+6 |
| | | | | the cost of extra ()'s | |||
* | Added getContents() to IInventory and implemented it. | Erik Broes | 2011-01-09 | -0/+240 |
Implemented Inventory and PlayerInventory and updated StorageMinecart and Slot. Added getMaxStackSize to CraftItemStack. |