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 | -1/+1 |
| | ||||
* | [Bleeding] Account for new rare drops in EntityDeath events. Fixes BUKKIT-1105 | zerg960 | 2012-03-21 | -4/+23 |
| | ||||
* | Re-added EntityCombust event to skeletons. Fixes BUKKIT-1188 | EvilSeph | 2012-03-15 | -8/+8 |
| | ||||
* | Updated CraftBukkit to 1.2 | Nathan Adams | 2012-03-01 | -67/+40 |
| | ||||
* | Updated to rename revision 02 | Erik Broes | 2012-03-01 | -2/+2 |
| | ||||
* | [Bleeding] Implement EntityShootBowEvent. Thanks Zeerix. | Zeerix | 2012-01-17 | -2/+16 |
| | ||||
* | 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 | -2/+2 |
| | ||||
* | 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 | -4/+4 |
| | ||||
* | Implementation of reworked EntityCombustEvents | Andrew Ardill | 2011-11-29 | -2/+2 |
| | | | | | Also includes some extra comments, and a refactoring of the PaintingBreakByEntity event that is raised when lighting strikes a painting. | |||
* | Update for 1.0.0 | Erik Broes | 2011-11-20 | -14/+22 |
| | ||||
* | Fixed Skeletons not dropping experience. | EvilSeph | 2011-10-04 | -9/+1 |
| | ||||
* | Rename revision 2 | Dinnerbone | 2011-09-15 | -2/+2 |
| | ||||
* | 1.8 rename fixes | Dinnerbone | 2011-09-15 | -2/+2 |
| | ||||
* | Update for Minecraft 1.8 | Dinnerbone | 2011-09-15 | -15/+30 |
| | ||||
* | Update to Minecraft 1.7 | Dinnerbone | 2011-06-30 | -4/+4 |
| | ||||
* | Massive renaming update in nms. If you bypassed Bukkit, you will likely break. | Erik Broes | 2011-06-27 | -17/+7 |
| | | | | Also minimized all the nms diffs and generic cleanups all around. | |||
* | Implemented 1.6! | Dinnerbone | 2011-05-26 | -1/+1 |
| | ||||
* | Update for 1.5_02. | Erik Broes | 2011-04-21 | -11/+11 |
| | ||||
* | Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. | Erik Broes | 2011-04-20 | -3/+3 |
| | ||||
* | Updated to Minecraft version 1.4 | Dinnerbone | 2011-03-31 | -4/+4 |
| | ||||
* | Updated for the cleanups done in Bukkit | Erik Broes | 2011-03-26 | -4/+2 |
| | ||||
* | Generic code cleanup | Erik Broes | 2011-02-23 | -6/+9 |
| | ||||
* | Update to Minecraft 1.3 beta | Dinnerbone | 2011-02-23 | -5/+5 |
| | ||||
* | Implemented ENTITY_DEATH for monsters and animals | Dinnerbone | 2011-01-30 | -7/+23 |
| | ||||
* | Fixed rogue chmods | Erik Broes | 2011-01-30 | -0/+0 |
| | ||||
* | Reworked getEntity; Hi instanceof, bay 16 classes | Erik Broes | 2011-01-30 | -6/+0 |
| | ||||
* | Port to new mc-dev format. | Erik Broes | 2011-01-30 | -37/+37 |
| | ||||
* | Entity audit. Adds checks for null entities, and adds conformity. | Andrew Ardill | 2011-01-21 | -4/+6 |
| | ||||
* | fixed imports on all Entities | Andrew Ardill | 2011-01-18 | -0/+1 |
| | ||||
* | Addition of all Entity classes. | Andrew Ardill | 2011-01-18 | -3/+2 |
| | | | | | | Each Entity creates a corresponding instance of a Craft Entity, to be used whenever sending instances to an event handler with getBukkitEntity(). | |||
* | Updates to all Entities to use getBukkitEntity() any time an event is | Andrew Ardill | 2011-01-18 | -1/+1 |
| | | | | | raised. Similar update to CraftVehicle and CraftLivingEntity | |||
* | created getBukkitEntity() in minecraft.server.Entity | Andrew Ardill | 2011-01-18 | -0/+4 |
| | | | | | This returns a protected field that is set in the constructor of each minecraft.server.Entity to a new CraftEntity of some specific type. | |||
* | All entity stuff in org.bukkit.craftbukkit moved to ↵ | Dinnerbone | 2011-01-15 | -1/+1 |
| | | | | org.bukkit.craftbukkit.entity | |||
* | Update to Minecraft Server 1.2 | Dinnerbone | 2011-01-14 | -18/+31 |
| | ||||
* | Updated against new mc-dev format, takes out quite some casting troubles at ↵ | Erik Broes | 2011-01-11 | -7/+7 |
| | | | | the cost of extra ()'s | |||
* | Remember, minimal diffs and *NO TABS* | Erik Broes | 2011-01-10 | -74/+76 |
| | ||||
* | Fixed EntityZombie | Taylor Kelly | 2011-01-10 | -1/+0 |
| | ||||
* | EntityCombustEvent | Taylor Kelly | 2011-01-10 | -0/+87 |