Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Bleeding] Implement animal breeding API changes. | Erik Broes | 2012-01-17 | -1/+1 |
| | ||||
* | Fix formatting. | Erik Broes | 2012-01-15 | -2/+2 |
| | ||||
* | moved firing of ProjectileHitEvent for mojang projectiles | sunkid | 2011-12-27 | -3/+0 |
| | ||||
* | Clean-up some events to maintain general style | Andrew Ardill | 2011-12-05 | -1/+2 |
| | ||||
* | cleanup of projectiles | Andrew Ardill | 2011-11-29 | -1/+0 |
| | ||||
* | Implemented new age methods in animals, and made spawned animals via eggs ↵ | Nathan Adams | 2011-11-24 | -1/+6 |
| | | | | properly age back to children | |||
* | Update for 1.0.0 | Erik Broes | 2011-11-20 | -290/+45 |
| | ||||
* | Fixed allow-animals not applying to chunk generation. | EvilSeph | 2011-09-20 | -6/+2 |
| | | | | Moved the legitimacy checking into World.addEntity for better organisation and to better account for future methods being added that control whether or not an entity should spawn. | |||
* | Rename revision 2 | Dinnerbone | 2011-09-15 | -2/+2 |
| | ||||
* | Update for Minecraft 1.8 | Dinnerbone | 2011-09-15 | -14/+11 |
| | ||||
* | Retiring EntityDamageByProjectileEvent in favor of EntityDamageEvent. | sunkid | 2011-07-28 | -4/+4 |
| | ||||
* | Made ProjectileHitEvent fire instantly when projectiles don't hit entities. | sunkid | 2011-07-14 | -0/+4 |
| | ||||
* | Update to Minecraft 1.7 | Dinnerbone | 2011-06-30 | -5/+5 |
| | ||||
* | Massive renaming update in nms. If you bypassed Bukkit, you will likely break. | Erik Broes | 2011-06-27 | -16/+8 |
| | | | | Also minimized all the nms diffs and generic cleanups all around. | |||
* | Added SpawnReasons to CreatureSpawn events. Thanks winsock! | EvilSeph | 2011-06-21 | -1/+2 |
| | ||||
* | Implemented the concept of a projectile. | sunkid | 2011-06-18 | -11/+10 |
| | ||||
* | Update for 1.6.5 | Erik Broes | 2011-05-30 | -7/+7 |
| | ||||
* | Implemented 1.6! | Dinnerbone | 2011-05-26 | -4/+4 |
| | ||||
* | Whitespace + general cleanup | Erik Broes | 2011-05-15 | -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 | -34/+34 |
| | ||||
* | Allows eggs support with Slimes, Wolves and Monsters | Dinnerbone | 2011-04-05 | -0/+9 |
| | ||||
* | Updated to Minecraft version 1.4 | Dinnerbone | 2011-03-31 | -7/+7 |
| | ||||
* | Allow GIANTS to spawn from Eggs | Erik Broes | 2011-03-29 | -0/+3 |
| | ||||
* | Updated for the cleanups done in Bukkit | Erik Broes | 2011-03-26 | -3/+1 |
| | ||||
* | Purged deprecated MobType and MobSpawner | Dinnerbone | 2011-03-07 | -2/+3 |
| | ||||
* | Generic code cleanup | Erik Broes | 2011-02-23 | -3/+4 |
| | ||||
* | Update to Minecraft 1.3 beta | Dinnerbone | 2011-02-23 | -36/+36 |
| | ||||
* | N.M.S cleanup in preparation for update | Dinnerbone | 2011-02-21 | -2/+0 |
| | ||||
* | Changed hatchingType to MobType from CreatureType as refactoring (and so ↵ | EvilSeph | 2011-02-17 | -1/+1 |
| | | | | plugin breaking) will take place in a week. | |||
* | Updated to use CreatureType and CreatureSpawner | Andrew Ardill | 2011-02-17 | -1/+2 |
| | | | | | | Nothing will break as a result of the refactoring of MobType due to deprecated code being left in. These will be removed after 1 week, enough time for plugin devs time to migrate. | |||
* | Make the spawning listen to the server spawn-settings | Erik Broes | 2011-02-13 | -2/+6 |
| | ||||
* | Fixed rogue chmods | Erik Broes | 2011-01-30 | -0/+0 |
| | ||||
* | Reworked getEntity; Hi instanceof, bay 16 classes | Erik Broes | 2011-01-30 | -10/+2 |
| | ||||
* | Port to new mc-dev format. | Erik Broes | 2011-01-30 | -184/+184 |
| | ||||
* | Added PlayerEggThrowEvent.getEgg(). | sk89q | 2011-01-23 | -1/+4 |
| | ||||
* | Added squid as a spawnable type by EntityEgg. | sk89q | 2011-01-23 | -0/+3 |
| | ||||
* | Entity audit. Adds checks for null entities, and adds conformity. | Andrew Ardill | 2011-01-21 | -5/+5 |
| | ||||
* | Fixes to projectile events to check for null entities. | Andrew Ardill | 2011-01-20 | -24/+23 |
| | ||||
* | fixed imports on all Entities | Andrew Ardill | 2011-01-18 | -4/+0 |
| | ||||
* | Updates to all Entities to use getBukkitEntity() any time an event is | Andrew Ardill | 2011-01-18 | -6/+3 |
| | | | | | raised. Similar update to CraftVehicle and CraftLivingEntity | |||
* | created getBukkitEntity() in minecraft.server.Entity | Andrew Ardill | 2011-01-18 | -0/+5 |
| | | | | | This returns a protected field that is set in the constructor of each minecraft.server.Entity to a new CraftEntity of some specific type. | |||
* | Implementation of the EntityDamage*Events. | Andrew Ardill | 2011-01-16 | -2/+33 |
| | | | | | | | | | | | | | Many files were added to enable the correct hooking of these events, and a new event EntityDamageByProjectileEvent. EntityDamageByProjectileEvent adds the ability to get the projectile entity (such as an egg) and also set if the projectile 'bounces'. Only two projectiles currently respond to bouncing, Arrow and Fish - were if the fish bounces it means the fish is not hooked. Bouncing is independent of any damage caused via the event. In addition, the changes to EntityDamageEvent that enable setting post-event damage were implemented in all hooks. Finally, a bug in CraftArrow was fixed, where the constructor was not declared public. | |||
* | All entity stuff in org.bukkit.craftbukkit moved to ↵ | Dinnerbone | 2011-01-15 | -1/+1 |
| | | | | org.bukkit.craftbukkit.entity | |||
* | All entity stuff in org.bukkit moved to org.bukkit.entity | Dinnerbone | 2011-01-15 | -1/+1 |
| | ||||
* | Update to Minecraft Server 1.2 | Dinnerbone | 2011-01-14 | -28/+44 |
| | ||||
* | updated EntityEgg | Taylor Kelly | 2011-01-11 | -14/+65 |
| | ||||
* | EggThrown | Taylor Kelly | 2011-01-11 | -0/+238 |
Event |