3a3a0e6169Introduce better versioning system, mark 2.
Luke GB
2011-02-01 21:47:28 +00:00
eea070ed85Dispensers now obey BLOCK_INTERACT
Tyler
2011-01-27 05:16:39 +08:00
5c467e941bActually implement the spiral stuff now, oops
Erik Broes
2011-02-01 21:40:52 +01:00
a3fbada1e8Chunkloading 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
21b8c16886Commands can be sent from the console (WIP, needs improvements)
Dinnerbone
2011-02-01 18:13:12 +00:00
cab61f169eonDisable on stop - stephank
Taylor Kelly
2011-01-27 16:15:41 -05:00
105a14d6d1You don't override for interfaces!
Dinnerbone
2011-01-27 13:26:37 +00:00
f11e575a72BlockBurnEvent
Taylor Kelly
2011-01-26 16:13:27 -05:00
7a898bdba8Added 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
c07e32c1deEntityTargetEvent
Taylor Kelly
2011-01-26 14:26:24 -05:00
0ba870434eFixed chunk corruption with mobspawners
Dinner Bone
2011-01-25 10:14:06 -08:00
3477a86995Added 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
78db3d2ec4Added squid as a spawnable type by EntityEgg.
sk89q
2011-01-23 14:03:25 -08:00
5f997be0b3Fixed painting placement
Erik Broes
2011-01-23 15:51:58 +01:00
ab3412e878removed some potential bugs from some items
Andrew Ardill
2011-01-24 00:10:53 +11:00
a809e4e6e3removed all instances of new CraftEntity* where appropriate. Entity.getBukkitEntity() is now used instead.
Andrew Ardill
2011-01-23 23:23:13 +11:00
9cd81ddd6dAdded 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
e0b04001aaFixed placement of blocks with meta-data. (Dyed wool, logs etc)
Erik Broes
2011-01-22 23:20:07 +01:00
10f46b5feaFix NPE from location incorrectly being implemented in Explosion.
speakeasy
2011-01-22 11:29:47 +08:00
8c91ee9c51Reordered calls to fix use before assignment issue
tahg
2011-01-21 18:46:15 -08:00
d98c8e2100Revert "Entity's bukkitEntity field now holds a CraftEntity by default."
sk89q
2011-01-21 18:35:32 -08:00
bf9d55d9edSimple fix for minecart tracks not curving as expected following commit baff42c4d3
Dean Bailey
2011-01-22 07:46:31 +08:00
9c28b2134fFixes "?" console command.
Sean Cronin
2011-01-20 12:17:49 +08:00
3931be421eEntity's bukkitEntity field now holds a CraftEntity by default.
sk89q
2011-01-21 16:21:19 -08:00
efdf9b8af7Expanded .gitignore with some potential build folders and files.
sk89q
2011-01-21 00:22:52 -08:00
5555265e9bExplosion remembers its Location.
Adam Tanner
2011-01-22 00:39:58 +08:00
2106eeef50CraftBlock instance getLocation() method.
Adam Tanner
2011-01-21 19:40:31 +08:00
1cbde901baEntity audit. Adds checks for null entities, and adds conformity.
Andrew Ardill
2011-01-21 16:54:30 +11:00
1dad7de4f3Modified POM for better Bamboo integration
Luke Granger-Brown
2011-01-20 21:21:30 +00:00
46e1b54a74Fixed blockcache being inaccurate
Dinnerbone
2011-01-20 00:16:57 +00:00
0284663aeeAddress Feature#105:Implement support for PLAYER_ANIMATION hook/event.
Nathan Wolf
2011-01-19 00:07:49 +08:00
55b619a39bProbable fix for Bug #231.
Uristqwerty
2011-01-19 11:20:12 -05:00
8bbb0749effixes some explosion events to stop accessing null entities. Placed some tags against some spammy events.
Andrew Ardill
2011-01-19 16:07:56 +08:00
e93061be48Fix up NPE's in EntityMinecart/CraftVehicle and removed a little un-needed code in EntityArrow
speakeasy
2011-01-20 05:41:02 +08:00
eabdc7ffa9Fix for NPE with dispenser+arrow bug.
speakeasy
2011-01-20 04:07:52 +08:00
bdd3c4dabeChange block ignite in flint and steel to be seperate from item use
speakeasy
2011-01-19 08:59:22 +08:00
abb3c5eee6reverted # from server console
Tahg
2011-01-18 19:42:49 -05:00
eace2d0f8aFurther fixes to fire events
Andrew Ardill
2011-01-19 05:44:01 +08:00
abc4b35bcdFix BlockIgniteEvent after someone updated it and missed some stuff.
speakeasy
2011-01-19 05:00:49 +08:00
90c52739c4Fixed getChunkAt and usage.
Erik Broes
2011-01-18 12:37:01 +01:00
3143e503feFix to slow fire spread hook, to check if a block is on fire before trying to set it on fire.
Andrew Ardill
2011-01-18 18:43:39 +11:00
e99980983dMerge branch 'EntityDamageEvent_bugFixes' into HEAD
Andrew Ardill
2011-01-18 19:43:50 +11:00
e275f727d0small change to block event with lava and cactus, to improve readability and consistency
Andrew Ardill
2011-01-18 18:29:41 +11:00
26a590f030fixed imports on all Entities
Andrew Ardill
2011-01-18 17:16:05 +11:00
73cbfcb6b6Fixing some entity damage events
Andrew Ardill
2011-01-18 07:48:02 +08:00
d7d7a68f91fixes to combust event so that it is raised only once on combustion. minor fixes to imports
Andrew Ardill
2011-01-18 16:30:01 +11:00
ddc30dd6e3Fixing some entity damage events
Andrew Ardill
2011-01-18 10:48:02 +11:00
8088a329cdUpdated plugin commands to allow for aliases and fallback on name collision.
VictorD
2011-01-18 01:13:45 +01:00