summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeLines
* Add null check before iterating over iterator.Xor Boole2014-12-28-3/+5
* SPIGOT-287: Fire a cancelled inventory open event for locked chestsThinkofdeath2014-12-28-0/+5
* Remove tile entity tags for signs and command blocksThinkofdeath2014-12-27-1/+4
* SPIGOT-298: Fix book serializationThinkofdeath2014-12-27-1/+5
* SPIGOT-279: Fix all metadata being cleared for items that support blockEntity...Thinkofdeath2014-12-27-8/+1
* SPIGOT-136, SPIGOT-267: Store pages as chat component to retain chat events u...Thinkofdeath2014-12-26-23/+41
* Implement Rabbit types.FearThe1372014-12-24-1/+66
* SPIGOT-204: Add way to set block type without using IDs or updating physics.md_52014-12-22-1/+6
* Fix EntityEquipment for armor stands and redirect the getters/setters to use itThinkofdeath2014-12-21-18/+12
* Fix custom chunk generators. Fixes SPIGOT-193.FearThe13372014-12-21-4/+7
* SPIGOT-231 and SPIGOT-229. Fix itemframe behaviour.FearThe13372014-12-21-5/+23
* aW() does re register Attributes which causes a IllegalArgumentException. Thi...Fabian Faßbender2014-12-21-1/+7
* Implement NameTag visibility API for Teams.Adam Thomas2014-12-18-0/+46
* Use value from new potion effect particle visibility API.0x277F2014-12-18-1/+1
* SPIGOT-228: Don't deserialize meta of written books twiceFrozenBrain2014-12-18-9/+0
* SPIGOT-236 - fix notes playing wrongly.FearThe13372014-12-18-2/+5
* SPIGOT-210: Remove the exception when dropping a non-existant taskThinkofdeath2014-12-16-1/+1
* SPIGOT-152, SPIGOT-197: Add a system to handle new tags before an api is read...Thinkofdeath2014-12-15-2/+47
* SPIGOT-206 Further checks and fixes for Hanging entities.Stefan2014-12-15-8/+29
* Fix entities freezing when a chunk is regeneratedThinkofdeath2014-12-15-14/+16
* Implement WorldBorder APITheCutter2014-12-14-0/+122
* Fix the spawning of HangingEntities by picking the right directionStefan2014-12-13-24/+10
* Rework the vanilla link fix so that hover/click events aren't lostThinkofdeath2014-12-13-2/+84
* SPIGOT-199: Default to white instead of black for chat messagesThinkofdeath2014-12-13-2/+6
* SPIGOT-189: Remove ListenerWrapper in favour of just doing it in EntityPlayerThinkofdeath2014-12-12-71/+1
* Wrap player's ICommandListener so that our permission system can handle permi...Thinkofdeath2014-12-12-1/+70
* Ignore errors when parsing books and treat them as old booksThinkofdeath2014-12-12-2/+10
* Update JLinezreed2014-12-12-319/+4
* Implement displayblocks for minecarts (SPIGOT-14).FearThe13372014-12-12-0/+29
* using generator settings from WorldCreator to specify presets for FLAT or CUS...TheCutter2014-12-12-1/+3
* Add implementation of the elder Guardian APImd_52014-12-12-0/+27
* Merge pull request #43 in SPIGOT/craftbukkit from ~FEARTHE1337/craftbukkit:pe...Thinkofdeath2014-12-11-0/+53
|\
| * Add the new minecraft command permission nodes.FearThe13372014-12-11-0/+53
* | Re-enable selectors for players and the console using vanilla commandsThinkofdeath2014-12-11-25/+4
|/
* Rewrite book handling, Fixes SPIGOT-182 and part of SPIGOT-164Thinkofdeath2014-12-11-72/+180
* Remove old dev commentsThinkofdeath2014-12-11-12/+2
* Add some missing Tile EntitiesThinkofdeath2014-12-07-22/+43
* Add CraftMetaTileEntity, fixes the previously broken testsThinkofdeath2014-12-07-23/+153
* Minor bug fixesThinkofdeath2014-12-07-2/+5
* Disable some tests whilst issues with them are looked intoThinkofdeath2014-12-07-1/+1
* Fix isEmpty and hashCode for CraftMetaItemThinkofdeath2014-12-07-1/+2
* Fix BlockEntityTag being stripped from itemsThinkofdeath2014-12-07-1/+18
* Make CraftMetaItem's attribute handling less strict on typesThinkofdeath2014-12-07-4/+4
* Add basic support for executing commands from signsThinkofdeath2014-12-05-1/+1
* Use PlayerList's UUID->EntityPlayer map in CraftServer.getPlayer(UUID)zreed2014-12-05-5/+4
* Serialize baseColor as a stringThinkofdeath2014-12-04-2/+5
* Merge pull request #27 in SPIGOT/craftbukkit from ~AIKAR/craftbukkit:fixWorld...Thinkofdeath2014-12-03-2/+0
|\
| * Move WorldSaveEvent to proper locationAikar2014-12-03-2/+0
* | Fix a issue with skulls that have a blank ownerThinkofdeath2014-12-03-1/+1
|/
* Merge pull request #5 in SPIGOT/craftbukkit from ~DMCK2B/craftbukkit:feature/...Thinkofdeath2014-12-03-0/+2
|\