summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* 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
* Added missing call for WorldUnload event.EvilSeph2011-10-02-0/+1
* Added callback line of sight methods. Thanks xZise!EvilSeph2011-10-02-0/+40
* Minimal diffs! Move methods for the new list-name away from nmsDinnerbone2011-10-03-3/+51
* Painting improvements. Thanks CelticMinstrel!EvilSeph2011-10-01-2/+141
* Correct biome data in ChunkSnapshot - wrong API usedMike Primm2011-09-30-4/+2
* Fixed players not receiving broadcasts (and other similar issues) after signi...Dinnerbone2011-09-27-1/+18
* Added server list ping event.sk89q2011-09-26-0/+12
* Added Player.get/setListName to change the name of the player on the player l...sk89q2011-09-26-0/+8
* data improvementsTahg2011-09-26-6/+11
* Boat get/set (double) occupied acceleration, (double) unoccupied deceleration...sk89q2011-09-25-0/+26