Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. | Nathan Adams | 2012-03-22 | -10/+10 |
| | ||||
* | [Bleeding] Added new target events. Fixes BUKKIT-935 | feildmaster | 2012-03-10 | -4/+2 |
| | ||||
* | Updated CraftBukkit to 1.2 | Nathan Adams | 2012-03-01 | -27/+27 |
| | ||||
* | Adjusted CraftBukkit to work with the entity event convenience patch in ↵ | TomyLobo | 2012-02-29 | -1/+3 |
| | | | | Bukkit. Addresses BUKKIT-809 | |||
* | 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 | -29/+29 |
| | ||||
* | Updated to use mc-dev rename revision 1 | Nathan Adams | 2011-11-30 | -8/+8 |
| | ||||
* | Update for 1.0.0 | Erik Broes | 2011-11-20 | -42/+103 |
| | ||||
* | Added SlimeSplit event. Thanks garbagemule! | EvilSeph | 2011-09-30 | -0/+157 |
| | | | | | | The SlimeSplit event is fired when a Slime attempts to split upon death. The event may be cancelled, and the amount of smaller slimes may be customized. | |||
* | Reworked getEntity; Hi instanceof, bay 16 classes | Erik Broes | 2011-01-30 | -144/+0 |
| | ||||
* | Port to new mc-dev format. | Erik Broes | 2011-01-30 | -69/+69 |
| | ||||
* | 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 | -1/+2 |
| | ||||
* | Addition of all Entity classes. | Andrew Ardill | 2011-01-18 | -0/+8 |
| | | | | | | 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/+135 |
These are needed to properly allow for determining class type, in accordance with current practice. |