Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update CraftBukkit to Minecraft 1.4.4. | Travis Watkins | 2012-11-13 | -28/+28 |
| | ||||
* | Use correct variable for squid Y motion. Fixes BUKKIT-2648 | Travis Watkins | 2012-10-28 | -1/+1 |
| | ||||
* | Update CraftBukkit to Minecraft 1.4(.2). | Travis Watkins | 2012-10-27 | -38/+38 |
| | ||||
* | Use TrigMath in hotspots | Travis Watkins | 2012-08-19 | -2/+6 |
| | | | | | Use our implementation of atan2 in AI routines as profiling shows these are hotspots and (for these cases) our implementation is much faster. | |||
* | Update CraftBukkit to Minecraft 1.3.1 | feildmaster | 2012-08-02 | -61/+48 |
| | ||||
* | 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 | -3/+3 |
| | ||||
* | Updated CraftBukkit to 1.2 | Nathan Adams | 2012-03-01 | -11/+11 |
| | ||||
* | Update for 1.1_01 renames. | Erik Broes | 2012-01-15 | -4/+4 |
| | | | | | 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 | -8/+8 |
| | ||||
* | Update to mc-dev rename revision 01 | Nathan Adams | 2012-01-12 | -1/+1 |
| | ||||
* | Updated to use mc-dev rename revision 1 | Nathan Adams | 2011-11-30 | -1/+1 |
| | ||||
* | Update for 1.0.0 | Erik Broes | 2011-11-20 | -20/+31 |
| | ||||
* | Refactored a bunch of death code into the event factory | Dinnerbone | 2011-09-21 | -10/+2 |
| | ||||
* | Update for Minecraft 1.8 | Dinnerbone | 2011-09-15 | -45/+45 |
| | ||||
* | Update to Minecraft 1.7 | Dinnerbone | 2011-06-30 | -5/+7 |
| | ||||
* | Massive renaming update in nms. If you bypassed Bukkit, you will likely break. | Erik Broes | 2011-06-27 | -15/+6 |
| | | | | Also minimized all the nms diffs and generic cleanups all around. | |||
* | Made Squids fire EntityDeath events. | EvilSeph | 2011-06-14 | -0/+164 |
| | ||||
* | Reworked getEntity; Hi instanceof, bay 16 classes | Erik Broes | 2011-01-30 | -157/+0 |
| | ||||
* | Port to new mc-dev format. | Erik Broes | 2011-01-30 | -88/+77 |
| | ||||
* | 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/+159 |
These are needed to properly allow for determining class type, in accordance with current practice. |