Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update CraftBukkit to Minecraft 1.4.4. | Travis Watkins | 2012-11-13 | -68/+73 |
| | ||||
* | Update CraftBukkit to Minecraft 1.4(.2). | Travis Watkins | 2012-10-27 | -54/+71 |
| | ||||
* | Update CraftBukkit to Minecraft 1.3.1 | feildmaster | 2012-08-02 | -111/+112 |
| | ||||
* | Cleaned up CraftBukkit comments in NMS. | Wesley Wolfe | 2012-07-23 | -10/+4 |
| | | | | | | | | | | | | | 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 | |||
* | Reverting the Drop API for now, we need to re-evalute this as it is causing ↵ | Warren Loo | 2012-03-27 | -24/+9 |
| | | | | | | | | | | | | | | | | | | too many issues and blocking releases. This reverts commits: - d2d03afc8854394aeefb40ea5ebf224c8032b19f - 6245746e91123dd8ef70e5f15b7cdfc7e36d8e8c - 41fae5c613e9e69a8f6bdf33b23bb09d7f407433 - c34bdecab42cf4098054a5ea43e1c2958d44ae92 - d7445084ac9a90fa0b66d8b050b8d0d2a062eaf3 - 6a6ed2e6ae2328a8a791bcc6857c44dc6c6a7030 - a783bc4dc95da8e26c673abe48fad96b550aba28 - cb50fd68766df8e07631ba5be85759f8257e8068 - 34dfff2ad5c407c712b2783f02960aac5e8649f2 - f33b513820de987b49a4338e85df80968217a601 - 5fd9fdfde055e6eb6a83db246d009b69377b7c94 - 2795b116f40d06551fbb7b96d1963c0ddbeac384 | |||
* | Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. | Nathan Adams | 2012-03-22 | -6/+14 |
| | ||||
* | [Bleeding] Added getting and setting drops to all appropriate events. Fixes ↵ | Celtic Minstrel | 2012-03-21 | -8/+23 |
| | | | | | | | | BUKKIT-397 and fixes BUKKIT-1252 - Allows drops in creative mode by adding items to the getDrops() list - Contents of containers are not reported - Contents of storage minecarts are not reported | |||
* | Fixed translation issue in EntityMinecart. Addresses BUKKIT-980 | EvilSeph | 2012-03-16 | -2/+2 |
| | ||||
* | [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076 | Celtic Minstrel | 2012-03-15 | -3/+8 |
| | | | | - Custom inventories also respect this setting now. | |||
* | Updated CraftBukkit to 1.2 | Nathan Adams | 2012-03-01 | -20/+31 |
| | ||||
* | Updated to rename revision 02 | Erik Broes | 2012-03-01 | -4/+6 |
| | ||||
* | [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856 | Celtic Minstrel | 2012-02-29 | -1/+24 |
| | | | | | | | | | | | | 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). | |||
* | Fixed items losing their enchantments under certain circumstances. | Travis Watkins | 2012-02-03 | -2/+2 |
| | ||||
* | Update for 1.1_01 renames. | Erik Broes | 2012-01-15 | -3/+3 |
| | | | | | 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 Minecraft 1.1 | Erik Broes | 2012-01-12 | -5/+5 |
| | ||||
* | Fix balance of CraftBukkit start/end. | Erik Broes | 2012-01-12 | -2/+2 |
| | ||||
* | Update to mc-dev rename revision 01 | Nathan Adams | 2012-01-12 | -1/+1 |
| | ||||
* | Prevent VehicleEnterEvent being sent when player exits vehicle. | Sam Wilson | 2011-12-19 | -19/+1 |
| | | | | | | | | | | | | | | | | | Fix for BUKKIT-223. Issue BUKKIT-223: When a player exits a minecart or boat, both a VehicleExitEvent and a VehicleEnterEvent are fired. Only the VehicleExitEvent should fire. Reason for bug: This occurs because the VehicleEnterEvent is fired in EntityBoat.b and EntityMinecart.b *any* time a player right-clicks on a vehicle, whether the right-click is to enter the vehicle or exit it. Fix: By moving the creation of VehicleEnterEvents from EntityBoat.b and EntityMinecart.b to Entity.setPassengerOf, we can create either a VehicleEnterEvent or a VehicleExitEvent, depending on whether the player is entering or exiting a vehicle. | |||
* | Updated to use mc-dev rename revision 1 | Nathan Adams | 2011-11-30 | -17/+17 |
| | ||||
* | Fix Craft Entity constructors and toStrings. | Andrew Ardill | 2011-11-29 | -6/+29 |
| | | | | | | Also, standardise getHandle and clean up in general. getHandle is now using the 'entity' member variable instead of super.getHandle, as this reduces the number of chained calls needed. | |||
* | Update for 1.0.0 | Erik Broes | 2011-11-20 | -177/+219 |
| | ||||
* | Rename revision 2 | Dinnerbone | 2011-09-15 | -1/+1 |
| | ||||
* | Fixed minecarts forgetting their purpose in life | Dinnerbone | 2011-09-15 | -1/+1 |
| | ||||
* | Update for Minecraft 1.8 | Dinnerbone | 2011-09-15 | -18/+22 |
| | ||||
* | Update for 1.7.3 | Dinnerbone | 2011-07-08 | -6/+6 |
| | ||||
* | Update for 1.7.2 | Erik Broes | 2011-07-01 | -2/+2 |
| | ||||
* | Update to Minecraft 1.7 | Dinnerbone | 2011-06-30 | -7/+7 |
| | ||||
* | Massive renaming update in nms. If you bypassed Bukkit, you will likely break. | Erik Broes | 2011-06-27 | -34/+25 |
| | | | | Also minimized all the nms diffs and generic cleanups all around. | |||
* | Generic cleanup | Erik Broes | 2011-06-12 | -1/+1 |
| | ||||
* | Fixed issues introduced by recent 'portal changes' commit. | EvilSeph | 2011-06-08 | -0/+1 |
| | ||||
* | Update for 1.6.5 | Erik Broes | 2011-05-30 | -7/+7 |
| | ||||
* | Implemented 1.6! | Dinnerbone | 2011-05-26 | -23/+63 |
| | ||||
* | Update for 1.5_02. | Erik Broes | 2011-04-21 | -67/+125 |
| | ||||
* | Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. | Erik Broes | 2011-04-20 | -89/+88 |
| | ||||
* | Added VEHICLE_DESTROY event | Robert Sargant | 2011-04-02 | -0/+11 |
| | ||||
* | Updated to Minecraft version 1.4 | Dinnerbone | 2011-03-31 | -14/+17 |
| | ||||
* | Updated for the cleanups done in Bukkit | Erik Broes | 2011-03-26 | -13/+7 |
| | ||||
* | Fixes minecart type reporting for VEHICLE_CREATE. | Tanel Suurhans | 2011-03-15 | -9/+9 |
| | ||||
* | Generic code cleanup | Erik Broes | 2011-02-23 | -6/+11 |
| | ||||
* | Update to Minecraft 1.3 beta | Dinnerbone | 2011-02-23 | -92/+92 |
| | ||||
* | N.M.S cleanup in preparation for update | Dinnerbone | 2011-02-21 | -3/+1 |
| | ||||
* | Added MaxSpeed methods to minecarts. Added MaxSpeed methods to boats. Added ↵ | afforess | 2011-02-12 | -15/+22 |
| | | | | SlowWhenEmpty, FlyingMod, and DerailedMod methods to minecarts. | |||
* | inventory fixes | Tahg | 2011-02-08 | -4/+1 |
| | ||||
* | Added VEHICLE_COLLISION_ENTITY which vanished after porting the code | Erik Broes | 2011-02-06 | -2/+27 |
| | ||||
* | Clean vehicle code. | Erik Broes | 2011-02-02 | -29/+5 |
| | ||||
* | Implemented VEHICLE_UPDATE | Dinnerbone | 2011-02-01 | -3/+3 |
| | ||||
* | Fixed VEHICLE_MOVE | Dinnerbone | 2011-02-01 | -5/+6 |
| | ||||
* | Port to new mc-dev format. | Erik Broes | 2011-01-30 | -605/+548 |
| | ||||
* | Reordered calls to fix use before assignment issue | tahg | 2011-01-21 | -3/+1 |
| | ||||
* | Entity audit. Adds checks for null entities, and adds conformity. | Andrew Ardill | 2011-01-21 | -14/+35 |
| |