summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* [Bleeding] Implement periodic chunk garbage collectorMike Primm2012-12-29-0/+44
* Fix persistence on tamed pets. Fixes BUKKIT-3300feildmaster2012-12-28-0/+2
* Fix removing enchantments causing the enchantment tag to remain.feildmaster2012-12-27-1/+2
* Fix discrepancies in NBT and ItemMeta. Fixes BUKKIT-3279feildmaster2012-12-27-10/+15
* Fix Skull BlockState setting illegal values on owner.feildmaster2012-12-24-2/+2
* Fix fireworks being short lived. Fixes BUKKIT-3291feildmaster2012-12-23-2/+2
* Properly update fireworks. Fixes BUKKIT-3289feildmaster2012-12-23-1/+3
* Implement entity max health methods. Adds BUKKIT-266feildmaster2012-12-23-1/+54
* Report valid health when getting Entity health. Fixes BUKKIT-3210feildmaster2012-12-23-1/+1
* Remove runner leak on async tasks. Fixes BUKKIT-3288Wesley Wolfe2012-12-23-0/+3
* Update firework power when modifying meta. Fixes BUKKIT-3272Travis Watkins2012-12-22-0/+6
* Allow fireworks to be created. Adds BUKKIT-3262feildmaster2012-12-22-0/+2
* Implement API to get and set FireworkMeta on Firework entitiesfeildmaster2012-12-21-0/+30
* Implement Skull BlockState. Adds BUKKIT-3259meiskam2012-12-21-0/+197
* Zero is not less than zero. Fixes BUKKIT-3259Wesley Wolfe2012-12-21-1/+1
* Update enchantment handling to 1.4.6. Fixes BUKKIT-3256feildmaster2012-12-21-2/+2
* Use max inventory size for new stack. Fixes BUKKIT-3240Wesley Wolfe2012-12-21-0/+1
* Implement 1.4.6 ItemMeta. Adds BUKKIT-3236, BUKKIT-3237Wesley Wolfe2012-12-21-58/+838
* Add API to allow plugins to request players switch to a texture pack. Adds BU...Wojciech Stryjewski2012-12-20-0/+10
* Fetch correct info for skulls in block.getDrops(). Fixes BUKKIT-3205Travis Watkins2012-12-20-3/+18
* [Bleeding] Fix exception in getChunkSnapshot() - sky light can be nullMike Primm2012-12-20-2/+6
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-89/+126
* Fix PotionMeta not applying the correct Id. Fixes BUKKIT-3193feildmaster2012-12-18-1/+1
* Add missing name in PotionEffect for Witherfeildmaster2012-12-18-0/+2
* Refactor get/setChestPlate to Chestplate. Addresses BUKKIT-3189feildmaster2012-12-18-4/+4
* Change enchantment comparisons to isSimilar. Fixes BUKKIT-3183Wesley Wolfe2012-12-17-11/+3
* Clarify functionality in CraftInventory. Fixes BUKKIT-3097Wesley Wolfe2012-12-17-9/+39
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-180/+1889
* ItemStack.asBukkitStack(null) should return Air. Fixes BUKKIT-3170feildmaster2012-12-15-4/+5
* Fix EntityEquipment positions being reversed. Fixes BUKKIT-3157deathmarine2012-12-12-6/+6
* Load chunks asynchronously for players.Travis Watkins2012-12-12-0/+141
* Add utility class AsynchronousExecutorWesley Wolfe2012-12-12-0/+294
* Missed a renamefeildmaster2012-12-10-1/+1
* Add EntityEquipment API. Adds BUKKIT-3103feildmaster2012-12-10-1/+209
* [Bleeding] Correct getEyeHeight value. Fixes BUKKIT-3130h31ix2012-12-10-1/+1
* Only display help aliases when there are aliases. Fixes BUKKIT-1621feildmaster2012-12-10-3/+6
* Pass null help values values as empty strings to HelpTopicsfeildmaster2012-12-10-10/+10
* [Bleeding] Fix NPE with a null bedSpawnLocation. Fixes BUKKIT-1500EdGruberman2012-12-10-2/+6
* [Bleeding] Fix NPE in getBedSpawnLocation. Fixes BUKKIT-1949EdGruberman2012-12-08-0/+2
* Correctly shoot arrows with the spawnArrow Method. Fixes BUKKIT-3116Dark Arc2012-12-08-2/+5
* Provide a faster way to get a location. Adds BUKKIT-3120Travis Watkins2012-12-07-0/+39
* Use shooter constructor for Fireballs. Fixes BUKKIT-3121feildmaster2012-12-07-8/+6
* Add the ability to launch WitherSkulls. Fixes BUKKIT-3106feildmaster2012-12-07-3/+6
* Implement API for wolves collar color. Adds BUKKIT-3109feildmaster2012-12-05-0/+9
* Add a custom shutdown message set in bukkit.yml. Addresses BUKKIT-3031feildmaster2012-12-05-0/+4
* Allow placing blocks in spawn if ops.txt is empty. Fixes BUKKIT-3004Travis Watkins2012-12-05-0/+1
* Fire EntityFormBlockEvent for FallingBlocks. Adds BUKKIT-3078Wesley Wolfe2012-12-04-1/+1
* Implement API for mob despawn when away from players. Adds BUKKIT-2986Travis Watkins2012-12-04-0/+8
* [BREAKING] Update BlockFace directions. Fixes BUKKIT-1567, BUKKIT-3069feildmaster2012-12-01-26/+26
* Add data values to EntityChangeBlockEvent. Adds BUKKIT-3077, BUKKIT-3076Wesley Wolfe2012-11-30-11/+13