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
/
EntityBoat.java
Commit message (
Expand
)
Author
Age
Lines
*
Update for 1.5_02.
Erik Broes
2011-04-21
-15
/
+15
*
Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.
Erik Broes
2011-04-20
-20
/
+21
*
Added VEHICLE_DESTROY event
Robert Sargant
2011-04-02
-0
/
+12
*
Updated to Minecraft version 1.4
Dinnerbone
2011-03-31
-10
/
+14
*
Updated for the cleanups done in Bukkit
Erik Broes
2011-03-26
-12
/
+7
*
Generic code cleanup
Erik Broes
2011-02-23
-1
/
+4
*
Update to Minecraft 1.3 beta
Dinnerbone
2011-02-23
-27
/
+27
*
Added MaxSpeed methods to minecarts. Added MaxSpeed methods to boats. Added S...
afforess
2011-02-12
-1
/
+2
*
Clean vehicle code.
Erik Broes
2011-02-02
-11
/
+7
*
Implemented VEHICLE_UPDATE
Dinnerbone
2011-02-01
-2
/
+3
*
Fixed VEHICLE_MOVE
Dinnerbone
2011-02-01
-4
/
+5
*
Fixed rogue chmods
Erik Broes
2011-01-30
-0
/
+0
*
Reworked getEntity; Hi instanceof, bay 16 classes
Erik Broes
2011-01-30
-7
/
+0
*
Port to new mc-dev format.
Erik Broes
2011-01-30
-253
/
+268
*
Entity audit. Adds checks for null entities, and adds conformity.
Andrew Ardill
2011-01-21
-7
/
+29
*
fixes to combust event so that it is raised only once on combustion.
Andrew Ardill
2011-01-18
-1
/
+0
*
Updates to all Entities to use getBukkitEntity() any time an event is
Andrew Ardill
2011-01-18
-12
/
+8
*
created getBukkitEntity() in minecraft.server.Entity
Andrew Ardill
2011-01-18
-0
/
+5
*
All entity stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit.en...
Dinnerbone
2011-01-15
-2
/
+2
*
Various fixes; boats, minecarts, musicblocks
Dinnerbone
2011-01-14
-2
/
+2
*
Update to Minecraft Server 1.2
Dinnerbone
2011-01-14
-27
/
+28
*
Updated against new mc-dev format, takes out quite some casting troubles at t...
Erik Broes
2011-01-11
-47
/
+40
*
Implemented World.spawnBoat(), added CraftMappable interface that defines a m...
sk89q
2011-01-07
-2
/
+8
*
Implemented boat, fixed some event issues with minecarts, and implemented the...
sk89q
2011-01-07
-0
/
+362