index
:
archive/craftbukkit
master
movement-fix
version/1.12.2
version/1.8
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
net
/
minecraft
/
server
/
Explosion.java
Commit message (
Expand
)
Author
Age
Lines
*
Rework skull dropping. Fixes BUKKIT-2930 and BUKKIT-2820
Travis Watkins
2012-11-14
-8
/
+3
*
Update CraftBukkit to Minecraft 1.4.4.
Travis Watkins
2012-11-13
-2
/
+6
*
Get skull data before destroying block. Fixes BUKKIT-2723
Travis Watkins
2012-10-29
-2
/
+8
*
Update CraftBukkit to Minecraft 1.4(.2).
Travis Watkins
2012-10-27
-81
/
+93
*
Update CraftBukkit to Minecraft 1.3.1
feildmaster
2012-08-02
-103
/
+112
*
Cleaned up CraftBukkit comments in NMS.
Wesley Wolfe
2012-07-23
-4
/
+3
*
Add remaining missing setLastDamageCause's
Steve Anton
2012-07-14
-3
/
+2
*
Apply setLastDamageCause after processing events and the event has not been c...
feildmaster
2012-07-02
-0
/
+1
*
Fix double overflow/underflow calculations with explosions. Fixes BUKKIT-1865
Wesley Wolfe
2012-06-27
-9
/
+18
*
Reverting the Drop API for now, we need to re-evalute this as it is causing t...
Warren Loo
2012-03-27
-3
/
+2
*
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
*
Don't allow explosions at the top of the world to wrap around. This fixes BUK...
Nathan Adams
2012-01-15
-1
/
+1
*
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
*
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
*
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 c...
Nathan Adams
2011-10-11
-0
/
+9
*
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
*
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 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 avoid...
culturespy
2011-02-08
-0
/
+2
*
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
*
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
*
All entity stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit.en...
Dinnerbone
2011-01-15
-3
/
+3
*
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 t...
Erik Broes
2011-01-11
-29
/
+26
[next]