summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-139/+111
* Add ability to change player item in hand. Adds BUKKIT-3318Patrick Seidel2013-03-24-0/+9
* Add check for Thorns damage - Fixes BUKKIT-3505riking2013-03-23-0/+2
* Include ThrownPotion in spawn methods. Adds BUKKIT-2542Carlos Cobo2013-03-23-0/+9
* Identify outside slot independent of inventory type. Fixes BUKKIT-2768EdGruberman2013-03-23-1/+1
* ANSI color codes now reset text attributes. Fixes BUKKIT-3508James Clarke2013-03-23-17/+17
* Implement Dropper interface. Adds BUKKIT-3750Xephi2013-03-21-0/+56
* Stationary lava is also a LAVA ignition cause.Travis Watkins2013-03-21-9/+10
* Add ability to modify ThrownPotion properties. Adds BUKKIT-3197Olof Larsson2013-03-21-7/+23
* Add method to get the source of a TNTPrimed. Adds BUKKIT-3815AlphaBlend2013-03-21-0/+15
* BlockState for Command Blocks. Adds BUKKIT-3805.Nate Mortensen2013-03-19-0/+50
* Validate Server method input. Addresses BUKKIT-3687Edmond Poon2013-03-18-6/+23
* Implement per-player Weather API. Adds BUKKIT-812T00thpick12013-03-18-0/+13
* Implement new cause versions of BlockIgniteEvent. Addresses BUKKIT-3609, BUKK...Yariv Livay2013-03-18-0/+63
* Make CraftMinecartHopper work as InventoryHolder. Adds BUKKIT-3796Michael Limiero2013-03-18-7/+19
* Implement Entity.isOnGround(). Adds BUKKIT-3787Chad Waters2013-03-17-0/+4
* Use name given to command block instead of "@". Fixes BUKKIT-3803Travis Watkins2013-03-17-1/+1
* Implement Hopper block state and inventory methods. Adds BUKKIT-3749Michael Limiero2013-03-17-1/+47
* Handle double trapped chest inventory. Fixes BUKKIT-3772Travis Watkins2013-03-16-4/+13
* Use Chest block state for trapped chests. Fixes BUKKIT-3762Travis Watkins2013-03-16-0/+1
* Limit mob names to 64 chars to avoid client crash. Fixes BUKKIT-3753Travis Watkins2013-03-16-0/+5
* Handle the newly refactored minecarts.Wesley Wolfe2013-03-16-60/+99
* Use proper naming convention for boolean methods.Travis Watkins2013-03-15-1/+1
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-79/+159
* Close inventory on teleport. FIXES BUKKIT-3021.Andrzej Pomirski2013-02-10-4/+5
* Set CraftTravelAgent.DEFAULT to a non-null value. Fixes BUKKIT-3578James Clarke2013-02-06-1/+1
* Use entity UUID instead of EntityID for metadata. Fixes BUKKIT-3582feildmaster2013-02-06-2/+3
* Always return a TravelAgent; Fixes BUKKIT-3541EdGruberman2013-02-04-0/+5
* Fix players spawning above portals. Fixes BUKKIT-3542.James Clarke2013-02-04-1/+1
* Fix NPE when getting bed spawn location.feildmaster2013-01-29-1/+1
* Fix contract with Player.getBedSpawnLocation. Fixes BUKKIT-3525feildmaster2013-01-29-2/+7
* Remove erroneous break statement in scheduler. Fixes BUKKIT-3395Wesley Wolfe2013-01-27-1/+0
* Update Fireballs to account for ExplosionPower. Fixes BUKKIT-3460feildmaster2013-01-27-0/+6
* Compensate for allow-nether/allow-end as false; Fixes BUKKIT-3466EdGruberman2013-01-23-1/+3
* Reload ban files when reloading the server. Adds BUKKIT-3470feildmaster2013-01-23-0/+3
* Fix broken null contract with Jukebox.setPlaying, Fixes BUKKIT-3429feildmaster2013-01-19-3/+9
* [Bleeding] Add experimental support for entity portal travelingEdGruberman2013-01-19-434/+74
* Improve the item meta deserialization code-styleWesley Wolfe2013-01-18-110/+43
* Update CraftBukkit to Minecraft 1.4.7feildmaster2013-01-17-9/+9
* Various ItemMeta fixes.Wesley Wolfe2013-01-09-13/+15
* Update calls to DyeColor getData and getByData. Addresses BUKKIT-2786Wesley Wolfe2013-01-05-4/+4
* Fix "setSitting" on tameable animals. Fixes BUKKIT-1534feildmaster2013-01-01-2/+1
* Return the level, not ID. Fixes BUKKIT-3326Wesley Wolfe2012-12-29-9/+12
* Don't teleport entities that are considered dead. Addresses BUKKIT-1331feildmaster2012-12-29-0/+18
* [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