summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
* Whitespace + general cleanupErik Broes2011-05-15-1647/+1659
* Fixed errors during plugin enable/disable leaving Bukkit in an undefined stat...sk89q2011-05-13-6/+20
* src/site/apt/index.aptErik Broes2011-05-13-0/+9
* Guarded against plugins throwing exceptions on enable and disable to prevent ...stevenh2011-05-13-4/+12
* Fixed java plugin class loader so it works with plugins that contain classes ...stevenh2011-05-13-30/+21
* Added @DontExport annotation for telling Bukkit not to share a class with ano...Dinnerbone2011-05-12-2/+19
* Line endings. Don't make me yell at you.Dinnerbone2011-05-12-535/+535
* Added ability to saddle a pig to the API. Thanks xPaw!Andrew Ardill2011-05-11-4/+11
* Added dispenser event.sk89q2011-05-08-0/+103
* Added World.strikeLightningEffect() that does no damage.sk89q2011-05-06-2/+19
* Changed LightningStrikeEvent to return a LightningStrike and not an Entity.sk89q2011-05-06-3/+4
* Added support for an update on load feature for plugins. Thanks Raphfrk!EvilSeph2011-05-05-1/+83
* Unadded (redundant) Wolf.isTamed().sk89q2011-05-02-7/+0
* Missed site.xml for javadocsErik Broes2011-05-02-0/+18
* Added Wolf.isTamed().sk89q2011-05-02-0/+7
* Added services manager framework. Services are interfaces that specifies capa...sk89q2011-05-02-0/+469
* Added method to fake a block change request for a player. Alas, my Justin Bie...sk89q2011-05-02-0/+20
* Added Player.playNote().sk89q2011-05-02-0/+12
* Added NoteBlock.play(instrument, note).sk89q2011-05-02-0/+10
* AnimalTamer and Tameable interfaces, and corresponding features.Andrew Ardill2011-05-03-30/+48
* Add new Wolf methods for tamingMike Primm2011-05-02-0/+29
* Added PlayerInteractEntityEvent which fires when a player right clicks an ent...EvilSeph2011-05-02-0/+68
* Removed trailing spaces.EvilSeph2011-05-02-6/+6
* Added support for soft dependencies.Raphfrk2011-05-02-2/+114
* Improved the Scheduler.Raphfrk2011-05-02-9/+93
* Added setArmorContents as a method for PlayerInventory.Raphfrk2011-05-02-1/+8
* Added SnowFormEvent. Thanks aPunch!EvilSeph2011-05-02-0/+97
* Removed trailing spaces.EvilSeph2011-05-02-16/+16
* Added per world PVP setting support.Rigby2011-05-02-0/+12
* Add recipe classes and an addRecipe method in the server interface.Celtic Minstrel2011-05-01-0/+345
* Fixed formatting and removed tabs.EvilSeph2011-04-27-10/+9
* Added a lot of events relating to weather, including those for entities. Than...EvilSeph2011-04-25-1/+430
* Added painting events (thanks verrier and tanelsuurhans)Stephen2011-04-25-2/+232
* Added MaterialData support for SAPPLING, POWERED_RAIL, and DETECTOR_RAIL.sunkid2011-04-25-14/+129
* Added the ability to retrieve a world's Seed.Rigby2011-04-25-0/+7
* Updated README for line-ending demands, also fixed line-endigs.Erik Broes2011-04-25-1239/+1239
* Fixed getData() not returning the correct values.EvilSeph2011-04-25-0/+4
* Fixed AIOOBE when entering a space into console and hitting enter.EvilSeph2011-04-24-0/+5
* Add methods to control thunder.sk89q2011-04-22-0/+28
* Added weather control methods.sk89q2011-04-22-0/+29
* Added World.strikeLightning(). Also renamed WeatherStorm -> LightningStrike.sk89q2011-04-22-9/+17
* Added lightning as a cause for fires.sk89q2011-04-22-0/+4
* Added Achievement and StatisticsDinnerbone2011-04-21-0/+193
* Added LIGHTNING as a possible source of damageDinnerbone2011-04-21-0/+6
* Added Weather and WeatherStormDinnerbone2011-04-21-0/+18
* Added Creeper.set/isPoweredDinnerbone2011-04-21-14/+21
* Added WEB, POWERED_RAIL and DETECTOR_RAIL to block listDinnerbone2011-04-21-0/+3
* Dammit, line endings!Dinnerbone2011-04-21-247/+247
* Backwards incompatible change to match 1.4_00_01Erik Broes2011-04-20-2/+2
* Added pre-login event for catching logins right after name verification has c...sk89q2011-04-16-6/+155