summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeLines
* Made the save-all modification respect the original save state.EvilSeph2011-05-16-1/+2
* Fixed dispensers not working.EvilSeph2011-05-16-2/+1
* Made save-all force saving like it says it does.EvilSeph2011-05-16-0/+2
* Made player data save only if saving is turned on, in line with how the rest ...EvilSeph2011-05-16-1/+6
* Added get/setLastDamageCause. Thanks sunkid!EvilSeph2011-05-16-0/+10
* Removed double firing of EntityDamage events by arrows. Thanks sunkid!EvilSeph2011-05-16-4/+0
* Fixed trees being invisible under certain circumstances. Thanks Zeerix!EvilSeph2011-05-15-0/+84
* Fixed TileEntity updates occurring upon a multi-block change. Thanks stoneLeaf!EvilSeph2011-05-15-3/+5
* Made setHealth(0) trigger EntityDeathEvent and drops. Thanks yetanotherx!EvilSeph2011-05-15-0/+5
* Whitespace + general cleanupErik Broes2011-05-15-407/+460
* Dead men tell no tales.EvilSeph2011-05-12-4/+59
* 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
* | Cleaned up left over debug messages.EvilSeph2011-05-10-1/+328
* | Moved inventory cleaning to occur after the event is called to preserve the e...EvilSeph2011-05-09-3/+10
* | Made the movement speed check more reliable on high load servers.EvilSeph2011-05-09-2/+9
* | Added dispenser event.sk89q2011-05-08-9/+65
* | Added World.strikeLightningEffect() that does no damage.sk89q2011-05-06-4/+26
* | Changed LightningStrikeEvent to return a LightningStrike and not an Entity.sk89q2011-05-06-1/+1
* | Added an update on load feature for plugins. Thanks Raphfrk!EvilSeph2011-05-05-0/+5
* | Made teleporting between worlds 'smoother'. Thanks Raphfrk!EvilSeph2011-05-04-3/+17
* | Possibly fixed chunk loss bug encountered when teleporting. Thanks Raphfrk!EvilSeph2011-05-04-1/+2
* | Fixed 'Entity is already tracked' issues.EvilSeph2011-05-04-1/+2
* | Fixed crafting 'lag' introduced by additions to the Crafting API.EvilSeph2011-05-04-7/+1
* | Added services manager framework.sk89q2011-05-02-0/+7
* | Added method to fake a block change request for a player.sk89q2011-05-02-0/+14
* | Added Player.playNote().sk89q2011-05-02-0/+6
* | Added NoteBlock.play(instrument, note).sk89q2011-05-02-0/+13
* | AnimalTamer implementations, refactor and clean-up of codeAndrew Ardill2011-05-03-19/+67
* | Fix isSitting()/setSitting(), add isTame()/setTame()/getOwner()/setOwner() me...Mike Primm2011-05-02-1/+28
* | We build for Java 1.5, so no @Override for interface implementationsAndrew Ardill2011-05-02-1/+0
* | Added PlayerInteractEntityEvent which fires when a player right clicks an ent...EvilSeph2011-05-02-0/+7
* | Improved the Scheduler.Raphfrk2011-05-02-40/+181
* | Added a setArmorContents method to PlayerInventory.Raphfrk2011-05-02-0/+14
* | Added SnowFormEvent. Thanks aPunch!EvilSeph2011-05-02-2/+9
* | Added per world PVP setting support.Rigby2011-05-02-1/+11
* | Implemented addRecipe method in CraftServer and associated recipe classes.Celtic Minstrel2011-05-01-5/+503
* | Fixed block lag.EvilSeph2011-04-29-11/+3
* | Handle NPE in ThreadLoginVerifier that occurs when trying to continue using a...EvilSeph2011-04-29-0/+4
* | Cleaning up some redundant code.EvilSeph2011-04-29-8/+18
* | improved sign handlingTahg2011-04-28-40/+36
* | Fixed duping exploit.EvilSeph2011-04-27-0/+2
* | fixed painting NPETahg2011-04-26-1/+1
* | Fixed PlayerQuitEvent.setMessage().EvilSeph2011-04-25-2/+6
* | Fixed CraftBukkit comments in World.java.EvilSeph2011-04-25-0/+4
* | Fixed sleeping.EvilSeph2011-04-25-2/+3
* | Added missing CraftBukkit comments.EvilSeph2011-04-25-3/+6
* | Fixed rain not putting out fires due to a mistranslation issue.EvilSeph2011-04-25-50/+55
* | Added events related to weather in 1.5. Thanks wizjany!EvilSeph2011-04-25-32/+206