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
*
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