Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reverting the Drop API for now, we need to re-evalute this as it is causing ↵ | Warren Loo | 2012-03-27 | -3/+2 |
| | | | | | | | | | | | | | | | | | | too many issues and blocking releases. This reverts commits: - d2d03afc8854394aeefb40ea5ebf224c8032b19f - 6245746e91123dd8ef70e5f15b7cdfc7e36d8e8c - 41fae5c613e9e69a8f6bdf33b23bb09d7f407433 - c34bdecab42cf4098054a5ea43e1c2958d44ae92 - d7445084ac9a90fa0b66d8b050b8d0d2a062eaf3 - 6a6ed2e6ae2328a8a791bcc6857c44dc6c6a7030 - a783bc4dc95da8e26c673abe48fad96b550aba28 - cb50fd68766df8e07631ba5be85759f8257e8068 - 34dfff2ad5c407c712b2783f02960aac5e8649f2 - f33b513820de987b49a4338e85df80968217a601 - 5fd9fdfde055e6eb6a83db246d009b69377b7c94 - 2795b116f40d06551fbb7b96d1963c0ddbeac384 | |||
* | Seriously fix natural drops. Fixes BUKKIT-1297 and fixes BUKKIT-1295 | feildmaster | 2012-03-23 | -2/+3 |
| | ||||
* | [Bleeding] Make zero (or very small) explosions do no damage. Fixes BUKKIT-931 | Mike Primm | 2012-03-10 | -1/+6 |
| | ||||
* | Updated CraftBukkit to 1.2 | Nathan Adams | 2012-03-01 | -2/+2 |
| | ||||
* | 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. | |||
* | Don't allow explosions at the top of the world to wrap around. This fixes ↵ | Nathan Adams | 2012-01-15 | -1/+1 |
| | | | | BUKKIT-232, thanks to wilsonsd for the PR. | |||
* | Update to mc-dev rename revision 01 | Nathan Adams | 2012-01-12 | -2/+2 |
| | ||||
* | Teach EnderDragon how to throw EntityExplosionEvents when it breaks blocks | Andrew Ardill | 2011-12-08 | -1/+1 |
| | | | | | | | | | | | | We also teach CraftWorld how to explode an event, taken from Explosion.a(boolean) (the code that breaks blocks and drops them on the ground). The EnderDragon has a flag that slows it down when it hits unbreakable blocks: Obsidian, White Stone or Bedrock. It might be useful to extend the event so that plugins can set this. Letting the API set the default yield for an explosion event has been deprecated, so we now set the default yield using the appropriate constructor. | |||
* | Clean-up some events to maintain general style | Andrew Ardill | 2011-12-05 | -3/+3 |
| | ||||
* | Register damage caused by PrimedTNT entities as BLOCK_EXPLOSION | Andrew Ardill | 2011-12-02 | -1/+9 |
| | | | | This fixes BUKKIT-74 | |||
* | Update for 1.0.0 | Erik Broes | 2011-11-20 | -24/+31 |
| | ||||
* | Fixed Explosion cast error | Nathan Adams | 2011-10-11 | -2/+1 |
| | ||||
* | Changing the blockList on explosions now correctly updates which blocks are ↵ | Nathan Adams | 2011-10-11 | -0/+9 |
| | | | | changed | |||
* | Rename revision 2 | Dinnerbone | 2011-09-15 | -2/+2 |
| | ||||
* | Update for Minecraft 1.8 | Dinnerbone | 2011-09-15 | -3/+4 |
| | ||||
* | Update for 1.7.3 | Dinnerbone | 2011-07-08 | -1/+1 |
| | ||||
* | Update to Minecraft 1.7 | Dinnerbone | 2011-06-30 | -1/+1 |
| | ||||
* | Massive renaming update in nms. If you bypassed Bukkit, you will likely break. | Erik Broes | 2011-06-27 | -23/+13 |
| | | | | Also minimized all the nms diffs and generic cleanups all around. | |||
* | Fixed fireball explosions not producing fire. | EvilSeph | 2011-06-10 | -1/+2 |
| | ||||
* | Update for 1.5_02. | Erik Broes | 2011-04-21 | -3/+3 |
| | ||||
* | Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. | Erik Broes | 2011-04-20 | -72/+72 |
| | ||||
* | Updated for the cleanups done in Bukkit | Erik Broes | 2011-03-26 | -2/+1 |
| | ||||
* | Generic code cleanup | Erik Broes | 2011-02-23 | -9/+12 |
| | ||||
* | Update to Minecraft 1.3 beta | Dinnerbone | 2011-02-23 | -7/+7 |
| | ||||
* | Minor cleaning of code | Erik Broes | 2011-02-20 | -4/+3 |
| | ||||
* | fixed buttons, plates | Tahg | 2011-02-19 | -1/+1 |
| | | | | | added yield to explosion added event for chunk unloading | |||
* | added method to force an inventory update | Tahg | 2011-02-08 | -1/+1 |
| | ||||
* | fixed explosions | Tahg | 2011-02-08 | -0/+3 |
| | ||||
* | Adding Craftbukkit comment-tags. | culturespy | 2011-02-08 | -0/+2 |
| | ||||
* | Make Explosion remember whether it was canceled so that WorldServer can ↵ | culturespy | 2011-02-08 | -0/+2 |
| | | | | avoid sending unneeded explode packets. | |||
* | Port to new mc-dev format. | Erik Broes | 2011-01-30 | -160/+160 |
| | ||||
* | Fix NPE from location incorrectly being implemented in Explosion. | speakeasy | 2011-01-22 | -6/+2 |
| | ||||
* | Explosion remembers its Location. | Adam Tanner | 2011-01-22 | -1/+9 |
| | ||||
* | fixes some explosion events to stop accessing null entities. | Andrew Ardill | 2011-01-20 | -80/+64 |
| | | | | Placed some tags against some spammy events. | |||
* | Fixing some entity damage events | Andrew Ardill | 2011-01-18 | -13/+21 |
| | ||||
* | EntityExplodeEvent commit for craftbukkit. | speakeasy | 2011-01-18 | -32/+63 |
| | ||||
* | Implementation of the EntityDamage*Events. | Andrew Ardill | 2011-01-16 | -3/+2 |
| | | | | | | | | | | | | | 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 | -3/+3 |
| | | | | org.bukkit.craftbukkit.entity | |||
* | Events should be present tense, not paste tense. | Erik Broes | 2011-01-15 | -5/+5 |
| | ||||
* | Update to Minecraft Server 1.2 | Dinnerbone | 2011-01-14 | -4/+3 |
| | ||||
* | Updated against new mc-dev format, takes out quite some casting troubles at ↵ | Erik Broes | 2011-01-11 | -29/+26 |
| | | | | the cost of extra ()'s | |||
* | Explosion damage entity hook. | angelsl | 2011-01-03 | -0/+220 |