Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | Remove CommandWorldBorder patch as this is handled in the command wrapper | Thinkofdeath | 2014-12-09 | -28/+0 | |
| | | |||||
* | | Make sure to catch extra interact packets from the client | Thinkofdeath | 2014-12-09 | -41/+52 | |
| | | |||||
* | | SPIGOT-162: Fix cancelling RIGHT_CLICK_BLOCK not cancelling used items | Thinkofdeath | 2014-12-09 | -34/+41 | |
| | | |||||
* | | Add some missing Tile Entities | Thinkofdeath | 2014-12-07 | -22/+43 | |
| | | |||||
* | | Add CraftMetaTileEntity, fixes the previously broken tests | Thinkofdeath | 2014-12-07 | -26/+156 | |
| | | |||||
* | | Minor bug fixes | Thinkofdeath | 2014-12-07 | -2/+5 | |
| | | |||||
* | | Disable some tests whilst issues with them are looked into | Thinkofdeath | 2014-12-07 | -3/+3 | |
| | | |||||
* | | Fix isEmpty and hashCode for CraftMetaItem | Thinkofdeath | 2014-12-07 | -1/+2 | |
| | | |||||
* | | Fix BlockEntityTag being stripped from items | Thinkofdeath | 2014-12-07 | -1/+18 | |
| | | |||||
* | | Clone the vector that is passed to the VelocityEvent | Thinkofdeath | 2014-12-07 | -3/+3 | |
| | | |||||
* | | Merge pull request #35 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-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-128 | Fabian Faßbender | 2014-12-06 | -27/+63 | |
| | | | |||||
* | | | Merge pull request #34 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-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-135 | Fabian Faßbender | 2014-12-06 | -0/+52 | |
| |/ / | |||||
* | | | Filter extra right click air interaction events | Thinkofdeath | 2014-12-07 | -34/+56 | |
| | | | |||||
* | | | Make CraftMetaItem's attribute handling less strict on types | Thinkofdeath | 2014-12-07 | -4/+4 | |
| | | | |||||
* | | | Fix worldborders showing from the wrong world | Thinkofdeath | 2014-12-06 | -3/+3 | |
|/ / | |||||
* | | Disconnect old players before firing PlayerLoginEvent and fire a | Thinkofdeath | 2014-12-06 | -60/+84 | |
| | | | | | | | | PlayerQuitEvent straight after a PlayerKickEvent | ||||
* | | SPIGOT-80: Fix players being invisible after teleporting | Thinkofdeath | 2014-12-06 | -3/+16 | |
| | | |||||
* | | Force the player to be saved when disconnecting duplicates | Thinkofdeath | 2014-12-06 | -15/+19 | |
| | | | | | | | | Allows the current player to grab the updated file | ||||
* | | Readd missed diff in EntityEnderCrystal | Thinkofdeath | 2014-12-05 | -3/+13 | |
| | | |||||
* | | Add basic support for executing commands from signs | Thinkofdeath | 2014-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 version | Thinkofdeath | 2014-12-05 | -1/+4 | |
| | | |||||
* | | Merge pull request #30 in SPIGOT/craftbukkit from ~ZREED/craftbukkit:master ↵ | Thinkofdeath | 2014-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) | zreed | 2014-12-05 | -5/+4 | |
| | | | |||||
* | | | SPIGOT-117: Fix sticky pistons firing for the wrong direction when pulling ↵ | Thinkofdeath | 2014-12-05 | -7/+12 | |
| | | | | | | | | | | | | blocks backwards | ||||
* | | | SPIGOT-123: Force inventory updates on crafting to correctly support custom ↵ | Thinkofdeath | 2014-12-05 | -20/+26 | |
| | | | | | | | | | | | | recipes | ||||
* | | | Fix the chunks being blocked from unloading based on the keepSpawnInMemory flag | Thinkofdeath | 2014-12-05 | -3/+3 | |
|/ / | |||||
* | | Serialize baseColor as a string | Thinkofdeath | 2014-12-04 | -2/+5 | |
| | | |||||
* | | Merge pull request #27 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-12-03 | -46/+42 | |
|\ \ | | | | | | | | | | | | | | | | | | | ~AIKAR/craftbukkit:fixWorldSaveEvent to master * commit '64492523a761fb37d2b73f4aad8b8041f7a30d83': Move WorldSaveEvent to proper location | ||||
| * | | Move WorldSaveEvent to proper location | Aikar | 2014-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 owner | Thinkofdeath | 2014-12-03 | -1/+1 | |
|/ | |||||
* | Merge pull request #5 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-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 API | Suddenly | 2014-11-29 | -0/+2 | |
| | | |||||
* | | Add ANVIL and BEACON custom inventories. Also handle a few special cases for ↵ | Fabian Faßbender | 2014-12-03 | -0/+22 | |
| | | | | | | | | inventory sizes | ||||
* | | Minor formatting fixes | Thinkofdeath | 2014-12-03 | -4/+4 | |
| | | |||||
* | | Fix spawn reason for mob eggs | Thinkofdeath | 2014-12-03 | -2/+11 | |
| | | |||||
* | | Missed a case | Thinkofdeath | 2014-12-02 | -1/+1 | |
| | | |||||
* | | Don't wrap the y coordinate in World.getBlockAt | Thinkofdeath | 2014-12-02 | -1/+1 | |
| | | |||||
* | | SPIGOT-102: Fix the player being teleported up 1.62 blocks on cancelling the ↵ | Thinkofdeath | 2014-12-02 | -3/+3 | |
| | | | | | | | | PlayerMoveEvent | ||||
* | | Fix selectors in non-bukkit commands for command blocks | Thinkofdeath | 2014-12-02 | -6/+16 | |
| | | |||||
* | | Filter invalid bounding boxes for entities | Thinkofdeath | 2014-12-02 | -24/+39 | |
| | | | | | | | | This should prevent issues caused by broken horses | ||||
* | | Fix a missed case for weather transitions on join | Thinkofdeath | 2014-12-02 | -6/+7 | |
| | | |||||
* | | Merge pull request #22 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-12-02 | -2/+8 | |
|\ \ | | | | | | | | | | | | | | | | | | | ~FEARTHE1337/craftbukkit:fixCraftMetaBanner to master * commit '351edbf4e5dc679dfe65258c6919e9a2a75f7ae8': Fix CraftMetaBanner serialization. | ||||
| * | | Fix CraftMetaBanner serialization. | BuildTools | 2014-12-02 | -2/+8 | |
| | | | |||||
* | | | SPIGOT-96/BUKKIT-5016: Fix thunder storms not darkening the sky and ↵ | Thinkofdeath | 2014-12-02 | -39/+93 | |
|/ / | | | | | | | transitions being broken. | ||||
* | | Merge pull request #21 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-12-02 | -5/+21 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | ~GENAZT/craftbukkit:bugfix/SPIGOT-93 to master * commit '7371301edb1c44ab9153e1fba3722ba2f4e3c411': Forgot that i work in Bukkit... Screw sun conventions Implementation for the new rotation values. Fixes SPIGOT-93 | ||||
| * | | Forgot that i work in Bukkit... Screw sun conventions | Fabian Faßbender | 2014-12-02 | -36/+36 | |
| | | | |||||
| * | | Implementation for the new rotation values. Fixes SPIGOT-93 | Fabian Faßbender | 2014-12-02 | -20/+36 | |
| | | | |||||
* | | | [Slightly breaking] setType(Id) will not longer reuse the previous data value | Thinkofdeath | 2014-12-02 | -1/+2 | |
| | | | | | | | | | | | | of the block and instead reset the the data value to the block's default |