summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* | SPIGOT-211: Fix mistake in EntityHuman breaking bed spawnsThinkofdeath2014-12-13-6/+9
|/
* Fix the spawning of HangingEntities by picking the right directionStefan2014-12-13-24/+10
* Support vanilla's direction tag for fireballsThinkofdeath2014-12-13-14/+14
* Rework the vanilla link fix so that hover/click events aren't lostThinkofdeath2014-12-13-17/+96
* SPIGOT-199: Default to white instead of black for chat messagesThinkofdeath2014-12-13-5/+9
* Handle cross dimensional teleports and events.md_52014-12-13-0/+46
* Use CraftChatMessage.fromComponent so that colors remain in sent messagesThinkofdeath2014-12-12-3/+3
* SPIGOT-189: Remove ListenerWrapper in favour of just doing it in EntityPlayerThinkofdeath2014-12-12-80/+28
* 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
* [Vanilla Fix] Process links in broadcasted messages.md_52014-12-12-37/+50
* Default to Y=1 when a Y=0 BlockPosition is found to be used in the BiomeDecor...Fabian Faßbender2014-12-12-0/+139
* Update JLinezreed2014-12-12-320/+5
* JLine includes Jansizreed2014-12-12-8/+0
* Rebuilt patchesmd_52014-12-12-29/+30
* Fix a client crash issue involving maps.FearThe13372014-12-12-6/+8
* 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-4/+81
* Update gson to 2.2.4Thinkofdeath2014-12-11-1/+1
* 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-44/+17
|/
* Rewrite book handling, Fixes SPIGOT-182 and part of SPIGOT-164Thinkofdeath2014-12-11-72/+190
* Fixed mis-placed CraftBukkit commentsThinkofdeath2014-12-11-11/+9
* Remove old dev commentsThinkofdeath2014-12-11-33/+21
* SPIGOT-179: Fix the age counter not being reset for cacti and reedsThinkofdeath2014-12-11-10/+13
* Fix per a world world bordersThinkofdeath2014-12-10-55/+134
* SPIGOT-143: Fix various animal stuff not being canceled by damageEntity.FearThe13372014-12-10-20/+88
* Fix another missed scoreboard renameThinkofdeath2014-12-10-3/+3
* Merge pull request #26 in SPIGOT/craftbukkit from ~AIKAR/craftbukkit:applyPat...Thinkofdeath2014-12-10-3/+29
|\
| * Improve patch scripts, add applyPatches.shAikar2014-12-03-3/+29
* | Merge pull request #42 in SPIGOT/craftbukkit from ~CYBERTIGER/craftbukkit:sav...Thinkofdeath2014-12-10-13/+24
|\ \
| * | SPIGOT-169: Save level.dat for non-primary worlds.Antony Riley2014-12-10-13/+24
* | | SPIGOT-173: Fix missed renames in EntityHumanThinkofdeath2014-12-10-4/+4
* | | Fix /gamerule always targeting the main worldThinkofdeath2014-12-10-3/+28
|/ /
* | Fix crash with null thorns damagermd_52014-12-10-0/+11
* | Remove CommandWorldBorder patch as this is handled in the command wrapperThinkofdeath2014-12-09-28/+0
* | Make sure to catch extra interact packets from the clientThinkofdeath2014-12-09-41/+52
* | SPIGOT-162: Fix cancelling RIGHT_CLICK_BLOCK not cancelling used itemsThinkofdeath2014-12-09-34/+41
* | Add some missing Tile EntitiesThinkofdeath2014-12-07-22/+43
* | Add CraftMetaTileEntity, fixes the previously broken testsThinkofdeath2014-12-07-26/+156
* | Minor bug fixesThinkofdeath2014-12-07-2/+5
* | Disable some tests whilst issues with them are looked intoThinkofdeath2014-12-07-3/+3
* | Fix isEmpty and hashCode for CraftMetaItemThinkofdeath2014-12-07-1/+2
* | Fix BlockEntityTag being stripped from itemsThinkofdeath2014-12-07-1/+18
* | Clone the vector that is passed to the VelocityEventThinkofdeath2014-12-07-3/+3
* | Merge pull request #35 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/...Thinkofdeath2014-12-07-27/+63
|\ \
| * | Fire the VelocityEvent when an EntityHuman got attacked. Fixes SPIGOT-128Fabian Faßbender2014-12-06-27/+63
* | | Merge pull request #34 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/...Thinkofdeath2014-12-07-0/+52
|\ \ \