Commit graph

19053 commits

Author SHA1 Message Date
CraftBukkit/Spigot
a4aca48cb4 Changed resolution order in CraftWorld.toCraftEntity() to give CraftMappable precedence.
By: sk89q <the.sk89q@gmail.com>
2011-01-07 14:06:08 -08:00
CraftBukkit/Spigot
79b394a914 Implemented World.spawnBoat(), added CraftMappable interface that defines a method to get an org.bukkit.craftbukkit.CraftEntity from implementing net.minecart.server.Entity entities, changed CraftWorld.toCraftEntity() to use this new interface for boats and minecarts.
By: sk89q <the.sk89q@gmail.com>
2011-01-07 14:01:37 -08:00
CraftBukkit/Spigot
4db1faa590 Moved CraftVehicle.*Velocity() to CraftEntity as velocity is a component of all entities.
By: sk89q <the.sk89q@gmail.com>
2011-01-07 13:40:16 -08:00
CraftBukkit/Spigot
76d5da14fd Implemented boat, fixed some event issues with minecarts, and implemented the events for boats that were implemented for minecarts.
By: sk89q <the.sk89q@gmail.com>
2011-01-07 13:05:25 -08:00
CraftBukkit/Spigot
e44031b5c4 Updated Minecart/vehicle Bukkit implementation.
By: sk89q <the.sk89q@gmail.com>
2011-01-07 12:01:37 -08:00
CraftBukkit/Spigot
74629b6c5f Added World.toCraftEntity() to convert Minecraft entities to CraftBukkit entities.
By: sk89q <the.sk89q@gmail.com>
2011-01-07 12:00:44 -08:00
CraftBukkit/Spigot
6dae74f721 Implemented LivingEntity.shootArrow().
By: sk89q <the.sk89q@gmail.com>
2011-01-07 12:00:08 -08:00
CraftBukkit/Spigot
1c5ef4139d Start of update() + added sign
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-07 16:53:16 +00:00
CraftBukkit/Spigot
dc8649f340 Implemented CraftBlockState
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-07 16:26:06 +00:00
CraftBukkit/Spigot
08343616c6 Make matchPlayer return only the exact-matched player, if there is one.
By: Animosity <nullcline@gmail.com>
2011-01-08 00:08:30 +08:00
CraftBukkit/Spigot
0e4e6c21e5 Player display name is shown in chat
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-07 13:28:23 +00:00
CraftBukkit/Spigot
d7d4579cf4 Implemented Player.getDisplayName/setDisplayName
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-07 13:27:26 +00:00
CraftBukkit/Spigot
4cd2b9af93 Block.getFace(BlockFace) is an override for Block.getFace(BlockFace, int)
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-07 10:48:09 +00:00
CraftBukkit/Spigot
4938549777 Added block.getFace(Block) and block.getFace(BlockFace, int)
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-07 10:43:51 +00:00
CraftBukkit/Spigot
f73b61f1ce Better implementation of matchPlayer(String) - return List of potential matches
By: Animosity <nullcline@gmail.com>
2011-01-07 10:42:53 +08:00
CraftBukkit/Spigot
99fcba15f0 Added CraftServer.matchPlayer(String) - partial-name matching
By: Animosity <nullcline@gmail.com>
2011-01-06 13:10:28 +08:00
CraftBukkit/Spigot
87ab5dc0f8 Fixed plugins being loaded before world.
By: FrozenCow <frozencow@gmail.com>
2011-01-07 02:33:59 +08:00
CraftBukkit/Spigot
dca17e2555 Create a concept of a null item stack
By: durron597 <martin.jared@gmail.com>
2011-01-06 06:20:12 -05:00
Bukkit/Spigot
089d7906b9 README Markup fixed
By: Erik Broes <erikbroes@grum.nl>
2011-01-03 19:25:33 +01:00
Bukkit/Spigot
73c430492d Cleanups. We use Maven, not Ant.
By: Erik Broes <erikbroes@grum.nl>
2011-01-03 19:17:31 +01:00
CraftBukkit/Spigot
9b1f8245df Fixed compile errors
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 16:37:08 +00:00
Bukkit/Spigot
f7ed510964 ... Entity has no health.
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 16:34:29 +00:00
Bukkit/Spigot
b861c6c3fd Moved simplejson as dependency
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 16:23:08 +00:00
Bukkit/Spigot
38d64f8661 Overhaul entity damage structure...
By: angelsl <angelsl@rpm>
2011-01-03 19:24:05 +08:00
CraftBukkit/Spigot
46bdde7180 Mark CraftEntity as abstract, add dummy health methods to CraftArrowEntity.
By: angelsl <angelsl@rpm>
2011-01-03 17:41:26 +08:00
CraftBukkit/Spigot
1e159ac832 Added LivingEntity.throwEgg() and LivingEntity.throwSnowball().
By: sk89q <the.sk89q@gmail.com>
2011-01-03 17:44:43 +08:00
CraftBukkit/Spigot
73f551d19c Fixed missing import for craftworld
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 15:13:29 +00:00
Bukkit/Spigot
d3240391ad Move health stuff from LivingEntity to Entity.
By: angelsl <angelsl@rpm>
2011-01-03 17:40:26 +08:00
CraftBukkit/Spigot
e8b157df99 Implemented some minecart vehicle hooks, but there's a some things missing in CraftBukkit before the implementation can be finished.
By: sk89q <the.sk89q@gmail.com>
2011-01-03 01:28:06 -08:00
Bukkit/Spigot
b2817db6b7 Entity damage hooks
By: angelsl <angelsl@rpm>
2011-01-03 16:11:36 +08:00
Bukkit/Spigot
05b2a299c0 More formatting
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 15:35:30 +00:00
Bukkit/Spigot
346e41a6e5 Formatting
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 15:31:54 +00:00
Bukkit/Spigot
891a7dd5f8 Fixed Fillr.java, added /get command ingame
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 15:29:33 +00:00
Bukkit/Spigot
7c4860c3b5 Added LivingEntity.throwEgg() and LivingEntity.throwSnowball().
By: sk89q <the.sk89q@gmail.com>
2011-01-03 17:44:30 +08:00
Bukkit/Spigot
9370aac0da hot damn. get <name> added
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-03 16:25:10 +08:00
Bukkit/Spigot
fa875ff2b6 hot damn. get <name> added
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-03 16:23:24 +08:00
CraftBukkit/Spigot
bccefe4c85 Added minecart classes and World.spawn*Minecart(). Minecart.getPassenger() is still a stub that needs to be implemented (due to of a need of a MC entity -> CraftBukkit entity lookup) and StorageMinecart.getInventory() is waiting on the implementation of inventory.
By: sk89q <the.sk89q@gmail.com>
2011-01-02 21:41:57 -08:00
CraftBukkit/Spigot
b3568f83e7 Renamed ArrowEntity->Arrow to be consistent.
By: sk89q <the.sk89q@gmail.com>
2011-01-03 14:11:04 +08:00
Bukkit/Spigot
ca056597e1 better visibility/javadoc
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-03 12:26:35 +08:00
Bukkit/Spigot
b01c65f9bc updated TODO
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-03 12:20:02 +08:00
Bukkit/Spigot
0e2f93cbd6 updated TODO
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-03 12:19:46 +08:00
Bukkit/Spigot
d0bbbc4c58 json stuff
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-03 12:16:00 +08:00
Bukkit/Spigot
94c1492af9 yml for fillr
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-03 12:13:38 +08:00
Bukkit/Spigot
a57c79eb6f fillr -> plugin
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-03 12:06:36 +08:00
CraftBukkit/Spigot
d4ecbac104 Merge remote branch 'upstream/master'
By: durron597 <martin.jared@gmail.com>
2011-01-02 22:31:39 -05:00
CraftBukkit/Spigot
a28d7a476c fixed spelling error in comment
By: durron597 <martin.jared@gmail.com>
2011-01-02 22:31:32 -05:00
CraftBukkit/Spigot
734b691ee8 Light levels are bytes
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 03:25:58 +00:00
CraftBukkit/Spigot
40fe64d5d7 Fixed isChunkLoaded(Chunk chunk)
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-01-03 03:25:24 +00:00
Bukkit/Spigot
7f5bbdf764 all the fillr stuff
By: Taylor Kelly <tkelly910@gmail.com>
2011-01-03 11:01:36 +08:00
Bukkit/Spigot
d0a03cd4c4 Added more math to Vector, renamed some methods.
By: sk89q <the.sk89q@gmail.com>
2011-01-03 18:10:17 +08:00