059d23b4c9
Half-step placement bug fix, all credits to Brettflan
VictorD
2011-02-03 22:34:22 +01:00
3a19f9e429
Merge branch 'master' of github.com:Bukkit/CraftBukkit
VictorD
2011-02-03 22:33:40 +01:00
058ac34300
Added brief coding conventions - these may not be complete.
Warren
2011-02-03 13:15:38 -08:00
2f2bc28915
Fixes placement cancellation of single-step blocks, such as in protected areas like the spawn area. The first line edited fixes it so other blocks placed on a single-step block aren't considered (only single-step blocks), and so that they're only considered when placed on the top face of the existing single-step block. The second section of changed code keeps the final world.setTypeIdAndData() call from being incorrectly applied if it was indeed a single-block placed on an existing single-block.
Brettflan
2011-02-03 06:35:36 -06:00
dde3f5b474
Removed tab on line 97.
Warren
2011-02-03 12:57:17 -08:00
e77b080d83
Implemented Inventory.contains with a minimum amount of item required. As per feature request #187
Limb
2011-01-24 07:42:59 +08:00
3a3a0e6169
Introduce better versioning system, mark 2.
Luke GB
2011-02-01 21:47:28 +00:00
eea070ed85
Dispensers now obey BLOCK_INTERACT
Tyler
2011-01-27 05:16:39 +08:00
5c467e941b
Actually implement the spiral stuff now, oops
Erik Broes
2011-02-01 21:40:52 +01:00
a3fbada1e8
Chunkloading around player now happens in a spiral! No more floating over the void waiting for the floor to load!
Erik Broes
2011-02-01 20:26:07 +01:00
21b8c16886
Commands can be sent from the console (WIP, needs improvements)
Dinnerbone
2011-02-01 18:13:12 +00:00
cab61f169e
onDisable on stop - stephank
Taylor Kelly
2011-01-27 16:15:41 -05:00
105a14d6d1
You don't override for interfaces!
Dinnerbone
2011-01-27 13:26:37 +00:00
f11e575a72
BlockBurnEvent
Taylor Kelly
2011-01-26 16:13:27 -05:00
7a898bdba8
Added methods to get a list of entities to World. This replies on net.minecraft.server.Entity.bukkitEntity not being null (otherwise it won't be returned).
sk89q
2011-01-26 12:03:54 -08:00
c07e32c1de
EntityTargetEvent
Taylor Kelly
2011-01-26 14:26:24 -05:00
0ba870434e
Fixed chunk corruption with mobspawners
Dinner Bone
2011-01-25 10:14:06 -08:00
3477a86995
Added getBlockReplacedState to BlockPlaceEvent, in case one wants to see what type of block was there previously.
VictorD
2011-01-24 23:22:28 +01:00
78db3d2ec4
Added squid as a spawnable type by EntityEgg.
sk89q
2011-01-23 14:03:25 -08:00
5f997be0b3
Fixed painting placement
Erik Broes
2011-01-23 15:51:58 +01:00
ab3412e878
removed some potential bugs from some items
Andrew Ardill
2011-01-24 00:10:53 +11:00
a809e4e6e3
removed all instances of new CraftEntity* where appropriate. Entity.getBukkitEntity() is now used instead.
Andrew Ardill
2011-01-23 23:23:13 +11:00
9cd81ddd6d
Added full tile entity data support for all block types that use it, including chests, dispensers, furnaces, mob spawners, and note blocks.
sk89q
2011-01-23 00:37:10 -08:00
e0b04001aa
Fixed placement of blocks with meta-data. (Dyed wool, logs etc)
Erik Broes
2011-01-22 23:20:07 +01:00
10f46b5fea
Fix NPE from location incorrectly being implemented in Explosion.
speakeasy
2011-01-22 11:29:47 +08:00
8c91ee9c51
Reordered calls to fix use before assignment issue
tahg
2011-01-21 18:46:15 -08:00
d98c8e2100
Revert "Entity's bukkitEntity field now holds a CraftEntity by default."
sk89q
2011-01-21 18:35:32 -08:00
bf9d55d9ed
Simple fix for minecart tracks not curving as expected following commit baff42c4d3
Dean Bailey
2011-01-22 07:46:31 +08:00
9c28b2134f
Fixes "?" console command.
Sean Cronin
2011-01-20 12:17:49 +08:00
3931be421e
Entity's bukkitEntity field now holds a CraftEntity by default.
sk89q
2011-01-21 16:21:19 -08:00
efdf9b8af7
Expanded .gitignore with some potential build folders and files.
sk89q
2011-01-21 00:22:52 -08:00
5555265e9b
Explosion remembers its Location.
Adam Tanner
2011-01-22 00:39:58 +08:00
2106eeef50
CraftBlock instance getLocation() method.
Adam Tanner
2011-01-21 19:40:31 +08:00
1cbde901ba
Entity audit. Adds checks for null entities, and adds conformity.
Andrew Ardill
2011-01-21 16:54:30 +11:00
1dad7de4f3
Modified POM for better Bamboo integration
Luke Granger-Brown
2011-01-20 21:21:30 +00:00