summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* Added implementation of general spawn method.sunkid2011-06-17-30/+115
* Implemented extended createExplosion methods.sunkid2011-06-17-7/+15
* Moved spawn-protection from server.properties into (settings.)spawn-radius in...Dinnerbone2011-06-17-1/+13
* Implemented bukkit.yml command aliasesDinnerbone2011-06-17-4/+22
* Moved some craftbukkit stuff down from WorldServer to World; should fix a few...Dinnerbone2011-06-17-38/+34
* Fixed EntityTame event.EvilSeph2011-06-15-1/+1
* Generic cleanup of the org.bukkit.craftbukkit classes.Erik Broes2011-06-12-145/+160
* Added ItemSpawnEvent. Thanks myers!EvilSeph2011-06-11-0/+15
* Fixed from and to worlds being the same for a PlayerTeleportEvent for crosswo...EvilSeph2011-06-11-8/+25
* Whoops, need this commit too.sk89q2011-06-09-1/+1
* Added some missing @Override.sk89q2011-06-09-2/+0
* Added World.createExplosion() that takes a Location, instead of just raw X, Y...sk89q2011-06-09-0/+4
* Cleaned up some Javadocs.sk89q2011-06-09-5/+2
* Moved playSound/Effect(Player, ...) to Player.playEffect(Location, ...) to be...sk89q2011-06-09-6/+14
* Changed sound playing to effect dispatching, since these seem more like more ...sk89q2011-06-09-7/+7
* Merge branch 'sound' of https://github.com/sunkid/CraftBukkitsk89q2011-06-09-0/+21
|\
| * implementations of the playSound methodssunkid2011-06-09-0/+21
* | Added method to create an explosion in world. Thanks Zaraza107!EvilSeph2011-06-09-0/+4
* | Added EntityTame event. Thanks halvors!EvilSeph2011-06-09-0/+15
* | Adds update chunk method for sending fake chunk updates to the client. This i...raphfrk2011-06-08-0/+29
* | Portal changes.Tahg2011-06-08-4/+5
* | Fixed nether's identity crisesDinnerbone2011-06-07-3/+2
|/
* Added UniqueId to entities. Thanks Afforess!EvilSeph2011-06-07-0/+5
* Added ChunkSnapshot for efficient, thread-safe copies of Chunk data. Thanks m...EvilSeph2011-06-07-4/+152
* Implemented unloadWorld(). Thanks Rigby!EvilSeph2011-06-07-0/+45
* Fix for generator stuff now being classDinnerbone2011-06-06-4/+37
* Implemented custom chunk generators and block populatorsDinnerbone2011-06-06-2/+165
* Possible fix for some chunk loading issues experienced when teleporting. Than...EvilSeph2011-06-05-2/+3
* fixed environmentsTahg2011-06-03-7/+10
* fixed cross world teleportTahg2011-06-01-3/+1
* More multiworld fixesTahg2011-05-31-2/+1
* Update for 1.6.6Erik Broes2011-05-31-1/+1
* Update for 1.6.5Erik Broes2011-05-30-27/+10
* Fixed a bunch of multiworld issues (entity tracking etc)Dinnerbone2011-05-27-4/+7
* Version fixDinnerbone2011-05-26-1/+1
* Update for 1.6.3Dinnerbone2011-05-26-1/+1
* Implemented 1.6!Dinnerbone2011-05-26-54/+27
* Fixed animals not spawning when spawn-monsters is set to false.EvilSeph2011-05-22-1/+1
* Fixed duplicate console and player messages when built in server commands whe...stevenh2011-05-22-20/+38
* Possible fix for -nojline printing blank linesDinnerbone2011-05-19-10/+18
* Fixed -nojline.EvilSeph2011-05-19-1/+2
* Added -nojline CLI option to emulate vanilla console behaviours. Added JLine ...EvilSeph2011-05-18-0/+10
* Added get/setLastDamageCause. Thanks sunkid!EvilSeph2011-05-16-0/+10
* Made setHealth(0) trigger EntityDeathEvent and drops. Thanks yetanotherx!EvilSeph2011-05-15-0/+5
* Whitespace + general cleanupErik Broes2011-05-15-102/+101
* Edited src/main/java/org/bukkit/craftbukkit/entity/CraftPig.java via GitHubAndrew Ardill2011-05-11-2/+2
* Merge pull request #268 from xPaw/masterAndrew Ardill2011-05-11-2/+12
|\
| * Added hasSaddle/getSaddlexPaw2011-04-26-5/+13
* | Added World.strikeLightningEffect() that does no damage.sk89q2011-05-06-0/+10
* | Added an update on load feature for plugins. Thanks Raphfrk!EvilSeph2011-05-05-0/+5