summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* CraftInventory.remove shouldn't care about amount (BUKKIT-138)Nathan Adams2011-12-05-2/+14
* Implemented server.getOfflinePlayersNathan Adams2011-12-04-0/+24
* Fixed some various CraftInventory bugs related to dropping EnchantmentsNathan Adams2011-12-04-3/+5
* Fixed player teleporting not working with a certain method. This fixes BUKKIT...Nathan Adams2011-12-04-1/+1
* Indicate when a teleport event was triggered by ender pearls or unknown inter...Nathan Adams2011-12-04-2/+13
* Remove unused importAndrew Ardill2011-12-02-1/+0
* Made world.spawnCreature just delegate to world.spawn. This fixes BUKKIT-57Nathan Adams2011-12-01-10/+6
* Fix CraftBlock toString.Erik Broes2011-12-01-1/+1
* Fixed rare NPEs with CraftItemStack. This fixes BUKKIT-51Nathan Adams2011-12-01-3/+5
* Fixed exp methods returning wrong valuesNathan Adams2011-11-30-6/+20
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-69/+68
* Fixed multiworld loading of some worlds, yay for 1 letter fixes :DErik Broes2011-11-30-1/+1
* Fix CraftEnderCrystal so that it implements EnderCrystal, not EnderSignal.Andrew Ardill2011-11-30-2/+2
* Fix Craft Entity constructors and toStrings.Andrew Ardill2011-11-29-295/+468
* Fix CraftVillager constructor to only take an EntityVillagerAndrew Ardill2011-11-29-1/+1
* BUKKIT-57 Fix using Bukkit interface instead of nmc Entity for type check.Andrew Ardill2011-11-29-1/+1
* Fixed Enchantments being lost on inventory.setItemNathan Adams2011-11-28-2/+6
* Fixed magma slimes from being nonspawnableNathan Adams2011-11-28-2/+10
* Add new Entity types to CreatureSpawnEventAndrew Ardill2011-11-28-2/+19
* Add CraftMagmaCubeAndrew Ardill2011-11-28-0/+22
* Fixed NPE in CraftPlayer.getBedSpawnLocationNathan Adams2011-11-27-1/+1
* Clone item enchantments uncheckedNathan Adams2011-11-27-1/+1
* Fixed issue with enchantments reseting under certain conditionsNathan Adams2011-11-27-6/+8
* Implemented Enchantment APINathan Adams2011-11-27-0/+188
* Implemented world.getWorldFolderNathan Adams2011-11-25-0/+5
* Changed Entity.isDead to be aware of health for living entitiesNathan Adams2011-11-25-1/+1
* Fixed NPE in player inventory + don't ignore the cancel state of world unloadsNathan Adams2011-11-24-1/+1
* Implemented new age methods in animals, and made spawned animals via eggs pro...Nathan Adams2011-11-24-0/+8
* I've either fixed going to The End, or made it worse. I'm sure we'll find out...Nathan Adams2011-11-24-7/+60
* Made BlockStates inform playes upon updateNathan Adams2011-11-24-0/+1
* Fixed allow-nether being ignoredNathan Adams2011-11-24-1/+1
* Implemented new biome valuesNathan Adams2011-11-22-25/+16
* Implemented new EnderCrystal entity classNathan Adams2011-11-21-0/+20
* fixed spawn method for projectilessunkid2011-11-20-12/+12
* Update for 1.0.0Erik Broes2011-11-20-97/+375
* Added new --noconsole command argument, thanks to mkurzeja for the ideaNathan Adams2011-11-05-0/+11
* Implemented bukkit versioningNathan Adams2011-10-31-0/+35
* Add missing CraftBlock hashCode()Erik Broes2011-10-20-0/+5
* fixed mapping of Art <-> EnumArt in PaintingsTahg2011-10-12-3/+77
* Added new bukkit.yml entry (settings -> world-container) to control the direc...Nathan Adams2011-10-12-1/+5
* Implemented getPlayer of OfflinePlayerNathan Adams2011-10-11-1/+18
* Implemented entity age methodsNathan Adams2011-10-11-0/+11
* Added hashCode and equals to CraftWorldNathan Adams2011-10-10-0/+19
* Removed deprecated ConcurrentSoftMapNathan Adams2011-10-10-281/+0
* Updated to the new Configuration apiNathan Adams2011-10-10-42/+79
* Fix CraftBlock.equals as they are not singletons anymoreErik Broes2011-10-07-1/+5
* don't store weak references for EmptyChunks or cache CraftBlocksTahg2011-10-05-17/+8
* Revert "Added callback line of sight methods. Thanks xZise!"EvilSeph2011-10-03-40/+0
* Fixed multiworld difficulty.EvilSeph2011-10-03-1/+2
* Added Difficulty API.EvilSeph2011-10-03-0/+9