summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* 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
* Fix teleporting entities with vehicles/passengers teleporting you illegally. ...feildmaster2012-11-20-2/+11
* No teleporting people back into the server. Fixes BUKKIT-2298Wesley Wolfe2012-11-19-3/+2
* Don't do case lookups when we have the right case already.Travis Watkins2012-11-18-1/+1
* Implement sound changes for Minecraft 1.4.2 changes. Fixes BUKKIT-2849Karl Fritsche2012-11-17-26/+67
* [Bleeding] Use case from player data for OfflinePlayer. Fixes BUKKIT-519EdGruberman2012-11-17-0/+15
* Don't show a player on map if they're vanished. Fixes BUKKIT-1882Travis Watkins2012-11-17-2/+10
* Implement API for Skeleton and Zombie types. Fixes BUKKIT-2818James Clarke2012-11-17-0/+26
* Fire BlockSpreadEvent for vine growth. Fixes BUKKIT-1097Travis Watkins2012-11-17-0/+13
* Rework skull dropping. Fixes BUKKIT-2930 and BUKKIT-2820Travis Watkins2012-11-14-9/+1
* Fixed some async tasks running synchronously. Fixes BUKKIT-2934Wesley Wolfe2012-11-14-39/+37
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-189/+22
* [Bleeding] Fix mistranslation affecting time of the server vs time of day.md_52012-11-02-2/+2
* Fix compile issue with chunk generation.Travis Watkins2012-11-02-0/+2
* Delegate recreateStructures to nms provider. Fixes BUKKIT-2760feildmaster2012-11-01-1/+6
* Add CraftArt mappings for Wither. Fixes BUKKIT-2667.Wesley Wolfe2012-11-01-7/+7
* Change ItemFrame to actually provide a defensive copy. Fixes BUKKIT-2784Wesley Wolfe2012-11-01-1/+14
* Add inventory and slot types for new containers. Fixes BUKKIT-2741Travis Watkins2012-10-31-0/+22
* Implement API for ambient mob spawn limit. Add spawn-limit.ambient toTravis Watkins2012-10-31-0/+21
* Use BlockCommandSender for dispatching Command block commandsTravis Watkins2012-10-31-0/+42
* Expose API for managing and using GameRules. Adds BUKKIT-2757feildmaster2012-10-31-0/+22
* Implement the API for ItemFrames. Adds BUKKIT-2668h31ix2012-10-31-1/+62