summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit
Commit message (Expand)AuthorAgeLines
* Prevent re-use of internal world dimension IDs. This fixes BUKKIT-448. Thanks...Nathan Adams2012-01-19-0/+10
* Throw PlayerLevelChangeEvent and PlayerExpChangeEvent events. Thanks to feild...Nathan Adams2012-01-19-0/+13
* Correctly take in ChatColor length when limiting player list size. This shoul...Nathan Adams2012-01-19-2/+2
* Actually close the inventory on a *cross*-world teleport.Erik Broes2012-01-17-2/+2
* Implement Player.setBedSpawnLocation(Location). Thanks md_5Erik Broes2012-01-17-4/+22
* [Bleeding] Make BaseBiome to Biome mapping faster, detect missing mapping in ...Mike Primm2012-01-17-43/+39
* [Bleeding] Implement EntityShootBowEvent. Thanks Zeerix.Zeerix2012-01-17-0/+21
* [Bleeding] Implementation of the brewing stand.Erik Broes2012-01-17-0/+45
* [Bleeding] Make sure to close any open inventory windows before teleporting. ...Erik Broes2012-01-17-0/+4
* [Bleeding] Added event calls for healing and harming by potionsZeerix2012-01-17-0/+17
* [Bleeding] Implemented Block.breakNaturally and Block.getDropsZeerix2012-01-17-0/+57
* [Bleeding] Implemented Block.getLightFromSky() and Block.getLightFromBlocks()Mike Primm2012-01-17-0/+11
* [Bleeding] Implemented World.getEntitiesByClass(Class<T>... classes)Mike Primm2012-01-17-0/+27
* [Bleeding] Implement animal breeding API changes.Erik Broes2012-01-17-0/+36
* Fixed LongHashset incorrectly using read lock for popAll, and made it use wri...Nathan Adams2012-01-15-2/+2
* Implemented World.getWorldTypeNathan Adams2012-01-15-0/+4
* Dragons now throw events when creating portalsNathan Adams2012-01-15-0/+29
* Implemented allowFlight methods. Thanks to Qala for the PR.Nathan Adams2012-01-15-0/+8
* Made World.playEffect a bit more efficient. Thanks mintplant for the PR.Erik Broes2012-01-15-1/+3
* Fix broadcasting to people without permission. Fixes BUKKIT-464. Thanks grand...Erik Broes2012-01-15-1/+1
* Adding the option to suppress overload warnings as a bukkit.yml option. Thank...Erik Broes2012-01-15-0/+4
* Fix formatting.Erik Broes2012-01-15-414/+266
* Implemented new PlayerDeathEvent methods for exp settingNathan Adams2012-01-14-0/+4
* Fixed .createWorld not respecting container folder 100%. Thanks to plleg for ...Nathan Adams2012-01-14-1/+1
* Added .equals and .hashcode to CraftBlockStateNathan Adams2012-01-14-1/+42
* Player.setPlayerListName no longer counts colors towards the 16-char limit. T...Nathan Adams2012-01-14-12/+3
* Implemented entity.playEffect. Thanks to main--Nathan Adams2012-01-14-0/+5
* Added ItemDespawnEventFeildmaster2012-01-14-1/+12
* Small optimization in EntityPlayer by caching the hashcode. Thanks to a very ...Nathan Adams2012-01-14-22/+17
* Correct casting for creature target typecheckingNathan Adams2012-01-14-1/+1
* Fixed any chance of creatures .getTarget throwing a class cast exception - th...Nathan Adams2012-01-14-0/+1
* Fixed block.getBiome returning null in new 1.1 biomes. This fixes BUKKIT-496Nathan Adams2012-01-14-0/+10
* Additional commit to fix #BUKKIT-24Nathan Adams2012-01-14-1/+5
* Fixed informing players of supported Plugin ChannelsNathan Adams2012-01-14-0/+29
* Undo commit cc60920 to allow for proper integration with the new Bukkit enum ...md-52012-01-14-1/+1
* Implemented new Plugin Message API - see http://dinnerbone.com/blog/2012/01/1...Nathan Adams2012-01-13-2/+78
* Fix NPE involving WorldTypes when using CraftServer.createWorld(WorldCreator ...md-52012-01-13-1/+1
* Updated to Minecraft 1.1Erik Broes2012-01-12-1/+17
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-67/+64
* FIX: CraftServer.getOfflinePlayers was not converting set->array well.Andrew Ardill2012-01-02-1/+1
* CraftItemStack: Make sure this.item is not null when cloning.Andrew Ardill2011-12-29-1/+1
* Teach CraftServer.getOfflinePlayers to also give all online players.Andrew Ardill2011-12-27-5/+6
* Update for cleanup in BukkitErik Broes2011-12-25-0/+1
* Fixed world.getHighestBlockYAt(x,z) returning 0 for existing but not loaded c...Nathan Adams2011-12-19-0/+4
* Make rcon .sendMessage each write on a new line. This fixes BUKKIT-353. Thank...Nathan Adams2011-12-19-1/+1
* Fix error when cloning enchanted ItemStacks.Andrew Ardill2011-12-20-0/+5
* Fixed clients not seeing EXP update immediately after using .setTotalExp and ...Nathan Adams2011-12-12-0/+2
* Implemented (offline)player date methodsNathan Adams2011-12-12-0/+113
* Made OfflinePlayer and Player share the same .equals and .hashcodeNathan Adams2011-12-12-5/+27
* Stop converting ItemStack to nms ItemStack by handAndrew Ardill2011-12-13-1/+1