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
/
EntityArrow.java
Commit message (
Expand
)
Author
Age
Lines
*
Generic code cleanup
Erik Broes
2011-02-23
-2
/
+2
*
Update to Minecraft 1.3 beta
Dinnerbone
2011-02-23
-30
/
+30
*
N.M.S cleanup in preparation for update
Dinnerbone
2011-02-21
-1
/
+0
*
Fixed rogue chmods
Erik Broes
2011-01-30
-0
/
+0
*
Reworked getEntity; Hi instanceof, bay 16 classes
Erik Broes
2011-01-30
-9
/
+2
*
Port to new mc-dev format.
Erik Broes
2011-01-30
-183
/
+185
*
Entity audit. Adds checks for null entities, and adds conformity.
Andrew Ardill
2011-01-21
-4
/
+4
*
Fixes to projectile events to check for null entities.
Andrew Ardill
2011-01-20
-23
/
+17
*
Fix up NPE's in EntityMinecart/CraftVehicle and removed a little un-needed co...
speakeasy
2011-01-20
-3
/
+1
*
Fix for NPE with dispenser+arrow bug.
speakeasy
2011-01-20
-1
/
+7
*
fixes to combust event so that it is raised only once on combustion.
Andrew Ardill
2011-01-18
-3
/
+0
*
Updates to all Entities to use getBukkitEntity() any time an event is
Andrew Ardill
2011-01-18
-5
/
+1
*
created getBukkitEntity() in minecraft.server.Entity
Andrew Ardill
2011-01-18
-3
/
+6
*
Implementation of the EntityDamage*Events.
Andrew Ardill
2011-01-16
-0
/
+293