summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
| | | | Well... mostly anyway
* SPIGOT-143: Fix various animal stuff not being canceled by damageEntity.FearThe13372014-12-10-20/+88
| | | | | Fixes wolves and ocelots standing up when the damag event is being canceled. Also stops breeding mode reset by the same event.
* Fix another missed scoreboard renameThinkofdeath2014-12-10-3/+3
|
* Merge pull request #26 in SPIGOT/craftbukkit from ↵Thinkofdeath2014-12-10-3/+29
|\ | | | | | | | | | | | | ~AIKAR/craftbukkit:applyPatches to master * commit '8a8312fb92c488e4323a30cd9ac4268ae862793d': Improve patch scripts, add applyPatches.sh
| * Improve patch scripts, add applyPatches.shAikar2014-12-03-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When working on CraftBukkit, one may need to update to the latest. Before adding new work, you would need to rebuild your patched files to latest. Currently BuildTools does this for you, but BuildTools does not support segment based actions. So this new script replicates the behavior of rebuilding the patched files using nms-patches. BuildTools can then be updated to simply call this script. Also, improved makePatches by removing dos2unix. This command does not exists on all systems, and can very simply be replaced by sed. Finally, hard coded path to /ls as a user may of aliased ls to default change the format, so call it directly to ensure we get the desired behavior.
* | Merge pull request #42 in SPIGOT/craftbukkit from ↵Thinkofdeath2014-12-10-13/+24
|\ \ | | | | | | | | | | | | | | | | | | ~CYBERTIGER/craftbukkit:save-gamerules to master * commit '88366173d8281e8a7c6f6464f5784cdfdf87ee2b': SPIGOT-169: Save level.dat for non-primary worlds.
| * | 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 ↵Thinkofdeath2014-12-07-27/+63
|\ \ | | | | | | | | | | | | | | | | | | ~GENAZT/craftbukkit:bugfix/SPIGOT-128 to master * commit '0655dfe98b13ae889048acbcfa7a34fdc8886187': Fire the VelocityEvent when an EntityHuman got attacked. Fixes SPIGOT-128
| * | 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 ↵Thinkofdeath2014-12-07-0/+52
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ~GENAZT/craftbukkit:bugfix/SPIGOT-135 to master * commit '86eaec03f1a339fe282f16b83e6041796c722875': Add missing DispenseBehavior for Fireworks. Fixes SPIGOT-135
| * | | Add missing DispenseBehavior for Fireworks. Fixes SPIGOT-135Fabian Faßbender2014-12-06-0/+52
| |/ /
* | | Filter extra right click air interaction eventsThinkofdeath2014-12-07-34/+56
| | |
* | | Make CraftMetaItem's attribute handling less strict on typesThinkofdeath2014-12-07-4/+4
| | |
* | | Fix worldborders showing from the wrong worldThinkofdeath2014-12-06-3/+3
|/ /
* | Disconnect old players before firing PlayerLoginEvent and fire aThinkofdeath2014-12-06-60/+84
| | | | | | | | PlayerQuitEvent straight after a PlayerKickEvent
* | SPIGOT-80: Fix players being invisible after teleportingThinkofdeath2014-12-06-3/+16
| |
* | Force the player to be saved when disconnecting duplicatesThinkofdeath2014-12-06-15/+19
| | | | | | | | Allows the current player to grab the updated file
* | Readd missed diff in EntityEnderCrystalThinkofdeath2014-12-05-3/+13
| |
* | Add basic support for executing commands from signsThinkofdeath2014-12-05-105/+113
| | | | | | | | TODO: Wrap the player in to allow for plugins to handle it better
* | Remove quotes from version hash by updating the gitdescribe versionThinkofdeath2014-12-05-1/+4
| |
* | Merge pull request #30 in SPIGOT/craftbukkit from ~ZREED/craftbukkit:master ↵Thinkofdeath2014-12-05-5/+4
|\ \ | | | | | | | | | | | | | | | | | | to master * commit '9e04f2f765194c087b52c3707a482ed9d5e56c8d': Use PlayerList's UUID->EntityPlayer map in CraftServer.getPlayer(UUID)
| * | Use PlayerList's UUID->EntityPlayer map in CraftServer.getPlayer(UUID)zreed2014-12-05-5/+4
| | |
* | | SPIGOT-117: Fix sticky pistons firing for the wrong direction when pulling ↵Thinkofdeath2014-12-05-7/+12
| | | | | | | | | | | | blocks backwards
* | | SPIGOT-123: Force inventory updates on crafting to correctly support custom ↵Thinkofdeath2014-12-05-20/+26
| | | | | | | | | | | | recipes
* | | Fix the chunks being blocked from unloading based on the keepSpawnInMemory flagThinkofdeath2014-12-05-3/+3
|/ /
* | Serialize baseColor as a stringThinkofdeath2014-12-04-2/+5
| |
* | Merge pull request #27 in SPIGOT/craftbukkit from ↵Thinkofdeath2014-12-03-46/+42
|\ \ | | | | | | | | | | | | | | | | | | ~AIKAR/craftbukkit:fixWorldSaveEvent to master * commit '64492523a761fb37d2b73f4aad8b8041f7a30d83': Move WorldSaveEvent to proper location
| * | Move WorldSaveEvent to proper locationAikar2014-12-03-46/+42
| |/ | | | | | | | | | | calling CraftWorld.save() currently does not call WorldSaveEvent, and WorldSaveEvent could fire on worlds that have saving disabled. New location will always fire during a world save and only during an actual save.
* / Fix a issue with skulls that have a blank ownerThinkofdeath2014-12-03-1/+1
|/
* Merge pull request #5 in SPIGOT/craftbukkit from ↵Thinkofdeath2014-12-03-0/+2
|\ | | | | | | | | | | | | ~DMCK2B/craftbukkit:feature/implementDepthStrider to master * commit 'cce45591f624c915e87ce132b508adf8e0d7961b': Implement the Depth Strider enchantment for the API
| * Implement the Depth Strider enchantment for the APISuddenly2014-11-29-0/+2
| |
* | Add ANVIL and BEACON custom inventories. Also handle a few special cases for ↵Fabian Faßbender2014-12-03-0/+22
| | | | | | | | inventory sizes
* | Minor formatting fixesThinkofdeath2014-12-03-4/+4
| |
* | Fix spawn reason for mob eggsThinkofdeath2014-12-03-2/+11
| |