9d09e7d016
Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.
Nathan Adams
2012-03-22 20:39:39 +00:00
8dc7417a3d
[Bleeding] Fixed bug involving pistons and powered rails. This fixes BUKKIT-517
md_5
2012-03-21 18:43:40 +11:00
8ad27aa01d
Added BlockMinecartTrack and MinecartTrackLogic for diff visibility.
md_5
2012-03-21 18:42:43 +11:00
8d35caf070
Kick for invalid carried item.
EvilSeph
2012-03-22 02:55:50 -04:00
f188afe794
[Bleeding] Prevent update inconsistencies on generation/decoration that span chunks. Fixes BUKKIT-871
Mike Primm
2012-03-21 16:01:11 -05:00
09a73d352c
[Bleeding] Make sure biome data is initialized during generate - prevent uninitialized data being sent to client. Fixes BUKKIT-871
Mike Primm
2012-03-20 15:04:37 -05:00
6cd2a70803
Added for diff visibility:
Mike Primm
2012-03-20 15:02:02 -05:00
0a925ff067
[Bleeding] Added support for custom index help topics in help.yml. Addresses BUKKIT-1263
rmichela
2012-03-22 00:21:18 -04:00
eb3c092ef8
[Bleeding] Added option to completely disable all automatic help topic generation by adding "All" to the ignore-plugins list in help.yml. Addresses BUKKIT-1264
rmichela
2012-03-21 23:01:06 -04:00
31b1bc02ca
[Bleeding] Fixed a StackOverflowError with command alias handling for Help. Addresses BUKKIT-1253
zml2008
2012-03-20 19:12:14 -07:00
8aee4c3f56
[Bleeding] Added support for all TreeType entries to CraftWorld.generateTree(). Addresses BUKKIT-1161
zml2008
2012-03-13 19:38:39 -07:00
27acb4c41e
Added WorldGenSwampTree for diff visibility
zml2008
2012-03-11 17:41:49 -07:00
169c2ee8cb
[Bleeding] Added Ageable interface for Villagers and Animals to extend. Addresses BUKKIT-1232
aPunch
2012-03-19 14:12:17 -05:00
96c4bb7da6
[Bleeding] Account for new rare drops in EntityDeath events. Fixes BUKKIT-1105
zerg960
2012-03-20 20:55:45 -05:00
1c95413f49
[Bleeding] Fix for creeper getDrops() not reporting the music disk if it was killed by a skeleton. Addresses BUKKIT-1133
Celtic Minstrel
2012-03-10 23:19:09 -05:00
5ba8928041
[Bleeding] Added getting and setting drops to all appropriate events. Fixes BUKKIT-397 and fixes BUKKIT-1252
Celtic Minstrel
2012-03-05 14:21:43 -05:00
8d62de7055
Added for diff visibility:
Celtic Minstrel
2012-03-06 22:42:58 -05:00
784aa3b602
[Bleeding] Fix the openInventory methods for custom inventories. Fixes BUKKIT-1248
Celtic Minstrel
2012-03-17 13:06:21 -04:00
43001ca2a8
[Bleeding] Only fire CraftItemEvent if there's actually an item there to craft (ie, don't fire it for a click on an empty result slot). Fixes BUKKIT-1250
Celtic Minstrel
2012-03-18 12:25:39 -04:00
93732e21bc
[Bleeding] Fixed NullPointerException in InventoryView.setCursor() if you tried to empty the cursor by setting it to null. Fixes BUKKIT-1043
Celtic Minstrel
2012-03-13 21:46:00 -04:00
288662bfae
[Bleeding] Fix some return types that could lead to ArrayStoreException
Celtic Minstrel
2012-03-17 10:28:20 -04:00
b9a71db046
[Bleeding] Make crafting and enchanting inventories keep track of their owner rather than returning null. Addresses BUKKIT-1209
Celtic Minstrel
2012-03-13 22:50:09 -04:00
4bcbe2d235
[Bleeding] Add Chest.getBlockInventory() for convenience; this always returns a single chest inventory. Addresses BUKKIT-1247
Celtic Minstrel
2012-03-19 15:01:53 -04:00
7966531113
[Bleeding] Completely fix the tree generation algorithm to make it near identical to vanilla as well as fix potential bugs associated with disappearing saplings.
md_5
2012-03-16 17:32:25 +11:00
ea60181a87
[Bleeding] Added way to get/set if Iron Golem was player created. Addresses BUKKIT-1229
aPunch
2012-03-08 20:20:15 -06:00
82fab5b2d5
[Bleeding] Moved HelpTopicComparator to Bukkit.jar. Addresses BUKKIT-1193
rmichela
2012-03-16 03:41:41 -04:00
4589e943f6
[Bleeding] Added support for color codes in help.yml. Addresses BUKKIT-1191
rmichela
2012-03-16 00:41:13 -04:00
46429c6cb9
[Bleeding] Implemented the command-topics-in-master-index option in help.yml. Addresses BUKKIT-1189
rmichela
2012-03-15 22:32:31 -04:00
f87e053c66
[Bleeding] Added automatically generated plugin-level sub-indexes to the master help index. Addresses BUKKIT-1180
rmichela
2012-03-15 02:28:01 -04:00
184faf1f29
[Bleeding] Added option to remove entire plugins from the help index using the help.yml file. Addresses BUKKIT-1178
rmichela
2012-03-14 23:39:19 -04:00
241cf1c664
[Bleeding] Allow custom inventory views to change their type to BREWING or ENCHANTING, and also allow them to change their title and size. Fixes BUKKIT-1190
Celtic Minstrel
2012-03-12 17:33:18 -04:00
db5f804482
[Bleeding] Check top inventory type when determining whether a click event is a craft event. Fixes BUKKIT-1112
Celtic Minstrel
2012-03-13 20:33:43 -04:00
f7da5d2ad7
[Bleeding] Disabled data filtering for mob spawners. Addresses BUKKIT-329
Celtic Minstrel
2012-02-26 22:48:47 -05:00
b4c9ad518a
[Bleeding] Call DamageEvent before CombustEvent for Arrows. Fixes BUKKIT-1100
feildmaster
2012-03-14 05:22:43 -05:00
3054d020d3
Disabled BukkitDLUpdaterServiceTests. Nice to have, but should not be run on every compile as it relies on DLB being up. Addresses BUKKIT-1140
EvilSeph
2012-03-15 05:46:27 -04:00
c90a7a52e7
[Bleeding] Fixed maxStack being incorrectly set to 0 in custom craft inventories. Fixes BUKKIT-1181
md_5
2012-03-15 17:55:19 +11:00
4503167283
Fixed EntityDamageByEntityEvent to call for every attackable entity. Fixes BUKKIT-1129, Fixes BUKKIT-1054 and Fixes BUKKIT-147.
feildmaster
2012-03-12 17:55:02 -05:00
c625d00351
Stop loading the 'flying' setting from player.dat until it is properly implemented and used in NMS. Fixes BUKKIT-1183
EvilSeph
2012-03-15 05:00:37 -04:00
adebd466fb
Added PlayerAbilities for diff visibility.
EvilSeph
2012-03-15 04:54:59 -04:00
5a6878b9b1
Made stepping on Redstone Ore fire PlayerInteract events for players, EntityInteract events for other entities. Fixes BUKKIT-1163 and fixes BUKKIT-1182
EvilSeph
2012-03-14 23:15:22 -04:00
16c6cbe5eb
Added BlockRedstoneOre for diff visibility.
EvilSeph
2012-03-14 23:12:58 -04:00
868eaf571c
[Bleeding] Call a LAVA BlockIgniteEvent in another place in BlockStationary. Fixes BUKKIT-970
zml2008
2012-03-10 21:56:55 -08:00
2a4167d8a5
Made snowmen in rain or water fire EntityDamage events with DamageCause DROWNING. Fixes BUKKIT-1165
EvilSeph
2012-03-14 01:29:02 -04:00
373afd1b22
Made snowmen melting fire EntityDamage events with DamageCause FIRE_TICK. Fixes BUKKIT-1164
EvilSeph
2012-03-14 01:26:23 -04:00
b37872c1a6
Made PlayerInteractEvent fire for digging within spawn for informational purposes only. Fixes BUKKIT-1086
EvilSeph
2012-03-13 15:35:20 -04:00
69ee00b6f0
Adding PathfinderGoalBreakDoor for diff visibility.
feildmaster
2012-03-10 14:54:23 -06:00
1b6ca577f5
Fixed translation issue and enderman not spawning when The End is generated. Fixes BUKKIT-1115
EvilSeph
2012-03-11 07:04:54 -04:00
0f659850b2
Made golems spawning respect spawn-animals for real. Fixes BUKKIT-1124
EvilSeph
2012-03-11 06:28:03 -04:00
fadc93060f
Updated version to 1.2.3-R0.3-SNAPSHOT for development towards next release.
EvilSeph
2012-03-11 06:20:53 -04:00
de02f81975
Updated version to 1.2.3-R0.2 in pom.xml for beta.
EvilSeph
2012-03-11 03:55:50 -04:00
8ddd2f0566
[Bleeding] Help index now identifies itself as "Help: Index" rather than "Help: null"
rmichela
2012-03-11 03:47:27 -04:00
c84af98ccd
Made World.refreshChunk() refresh the chunk, thanks zerg960! Fixes BUKKIT-1014
EvilSeph
2012-03-04 16:16:16 -06:00
4545336fdf
Only remove blocks when golem is successfully spawned. Fixes BUKKIT-1094
feildmaster
2012-03-10 23:01:39 -06:00
433efec68f
Fixed BlockStateListPopulator in EntityEnderDragon not being populated. Fixes BUKKIT-1130
EvilSeph
2012-03-11 00:42:43 -05:00
2aad49eecc
Made ender pearls use the player's yaw and pitch. Fixes BUKKIT-1056
EvilSeph
2012-03-11 00:10:01 -05:00
49ff166d15
Fixed potential packet loss issue with vanish API. Fixes BUKKIT-1125
Kevin Ingersoll
2012-03-10 14:58:20 -08:00
bdd2139c78
[Bleeding] Add getWorldType() and getGenerateStructures() to CraftServer. Fixes BUKKIT-855
Mike Primm
2012-03-10 01:28:32 -06:00
eaa56941f3
[Bleeding] Make zero (or very small) explosions do no damage. Fixes BUKKIT-931
Mike Primm
2012-03-09 23:59:13 -06:00
996832ff6c
[Bleeding] Added support for amending help topic visibility permissions in help.yml. Addresses BUKKIT-1113
rmichela
2012-03-10 18:08:12 -05:00
03ce67c38c
[Bleeding] Moved DefaultHelpTopic and GenericCommandHelpTopic to public bukkit api.
rmichela
2012-03-10 14:43:03 -05:00
378424a1a1
[Bleeding] Added support for linking custom CommandExecutor types to a HelpTopicFactory. Fixes BUKKIT-1027
rmichela
2012-03-09 01:17:45 -05:00
5c757df673
Made iron golems spawning to defend villagers respect spawn-animals. Fixes BUKKIT-1124
EvilSeph
2012-03-10 16:56:21 -05:00
08bd33a3ed
Made entering an end portal from The End move the player to their bed spawn if it exists. Fixes BUKKIT-1061
EvilSeph
2012-03-10 00:36:11 -05:00
6f40a22e16
Made feeding wolves fire EntityRegainHealth events. Fixes BUKKIT-1111
EvilSeph
2012-03-09 22:45:26 -05:00