Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update CraftBukkit to Minecraft 1.7.5 | Nate Mortensen | 2014-03-21 | -36/+36 |
| | ||||
* | Update CraftBukkit to Minecraft 1.7.2 | mbax | 2013-11-30 | -23/+27 |
| | ||||
* | Update CraftBukkit to 1.6.4 | feildmaster | 2013-09-19 | -8/+8 |
| | ||||
* | Call unleash event for non-sitting animals. Fixes BUKKIT-4658 | T00thpick1 | 2013-08-06 | -1/+3 |
| | | | | | | The unleash event is only called for animals that are sitting - ones that receive no movement vector. This adds the missing event call for non-sitting animals. | |||
* | Implement Leash API. Adds BUKKIT-4459, BUKKIT-4583 | T00thpick1 | 2013-08-03 | -0/+1 |
| | ||||
* | Update CraftBukkit to 1.6.2 | mbax | 2013-07-08 | -24/+27 |
| | ||||
* | Update CraftBukkit to 1.6.1 | Nate Mortensen | 2013-07-01 | -34/+110 |
| | ||||
* | Update CraftBukkit to Minecraft 1.5 | Travis Watkins | 2013-03-15 | -15/+15 |
| | ||||
* | Fix entities traveling sideways. Addresses BUKKIT-3443 | bloodmc | 2013-01-16 | -2/+2 |
| | | | | Original: Update mappings to correct 1.4.6 version. | |||
* | Update CraftBukkit to Minecraft 1.4.6 | feildmaster | 2012-12-20 | -8/+8 |
| | ||||
* | Update CraftBukkit to Minecraft 1.4.4. | Travis Watkins | 2012-11-13 | -14/+14 |
| | ||||
* | Update CraftBukkit to Minecraft 1.4(.2). | Travis Watkins | 2012-10-27 | -34/+30 |
| | ||||
* | Bulk pending cleanup. | Wesley Wolfe | 2012-09-09 | -6/+6 |
| | ||||
* | Update CraftBukkit to Minecraft 1.3.1 | feildmaster | 2012-08-02 | -54/+43 |
| | ||||
* | 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 to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. | Nathan Adams | 2012-03-22 | -11/+11 |
| | ||||
* | Updated CraftBukkit to 1.2 | Nathan Adams | 2012-03-01 | -24/+28 |
| | ||||
* | 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 Minecraft 1.1 | Erik Broes | 2012-01-12 | -20/+20 |
| | ||||
* | Fix CraftBukkit comments. | Erik Broes | 2012-01-12 | -6/+6 |
| | ||||
* | Updated to use mc-dev rename revision 1 | Nathan Adams | 2011-11-30 | -2/+2 |
| | ||||
* | Remove expensive debugcalls from production code | Erik Broes | 2011-11-26 | -6/+6 |
| | ||||
* | Update for 1.0.0 | Erik Broes | 2011-11-20 | -26/+34 |
| | ||||
* | Update for Minecraft 1.8 | Dinnerbone | 2011-09-15 | -21/+36 |
| | ||||
* | Update to Minecraft 1.7 | Dinnerbone | 2011-06-30 | -47/+51 |
| | ||||
* | Massive renaming update in nms. If you bypassed Bukkit, you will likely break. | Erik Broes | 2011-06-27 | -10/+6 |
| | | | | Also minimized all the nms diffs and generic cleanups all around. | |||
* | Update for 1.6.5 | Erik Broes | 2011-05-30 | -13/+13 |
| | ||||
* | Implemented 1.6! | Dinnerbone | 2011-05-26 | -10/+14 |
| | ||||
* | Whitespace + general cleanup | Erik Broes | 2011-05-15 | -1/+2 |
| | ||||
* | Update for 1.5_02. | Erik Broes | 2011-04-21 | -18/+18 |
| | ||||
* | Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. | Erik Broes | 2011-04-20 | -47/+46 |
| | ||||
* | Updated to Minecraft version 1.4 | Dinnerbone | 2011-03-31 | -11/+32 |
| | ||||
* | Generic code cleanup | Erik Broes | 2011-02-23 | -3/+6 |
| | ||||
* | Update to Minecraft 1.3 beta | Dinnerbone | 2011-02-23 | -15/+15 |
| | ||||
* | N.M.S cleanup in preparation for update | Dinnerbone | 2011-02-21 | -5/+1 |
| | ||||
* | Second part of NPE and arctan update :3 | VictorD | 2011-02-20 | -1/+2 |
| | ||||
* | Added Creature.setTarget per jlogsdon | James Logsdon | 2011-02-09 | -2/+2 |
| | ||||
* | Port to new mc-dev format. | Erik Broes | 2011-01-30 | -107/+112 |
| | ||||
* | EntityTargetEvent | Taylor Kelly | 2011-01-26 | -2/+30 |
| | ||||
* | Entity audit. Adds checks for null entities, and adds conformity. | Andrew Ardill | 2011-01-21 | -4/+4 |
| | ||||
* | fixed imports on all Entities | Andrew Ardill | 2011-01-18 | -0/+2 |
| | ||||
* | Addition of all Entity classes. | Andrew Ardill | 2011-01-18 | -0/+7 |
| | | | | | | Each Entity creates a corresponding instance of a Craft Entity, to be used whenever sending instances to an event handler with getBukkitEntity(). | |||
* | Adding all Entities into CraftBukkit. | Andrew Ardill | 2011-01-18 | -0/+149 |
These are needed to properly allow for determining class type, in accordance with current practice. |