Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | |||
* | | | Fix tree related crashes due to lazy BlockState updating | Thinkofdeath | 2014-12-02 | -4/+2 |
|/ / | ||||
* | | SPIGOT-85: Fix NPE in monster spawners when right-clicked with invalid spawn ↵ | Thinkofdeath | 2014-12-01 | -5/+17 |
| | | | | | | | | eggs | |||
* | | Merge pull request #16 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-12-01 | -2/+3 |
|\ \ | | | | | | | | | | | | | | | | | | | ~AET2505/craftbukkit:fix/ShowPlayer to master * commit 'cc9b479fe6379aa95d4da05e96131c77df3e650d': Fix show player | |||
| * | | Fix show player | Adam Thomas | 2014-11-30 | -2/+3 |
|/ / | ||||
* | | Merge pull request #15 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-11-30 | -7/+8 |
|\ \ | | | | | | | | | | | | | | | | | | | ~GENAZT/craftbukkit:bugfix/oob-horses to master * commit 'ebec73b5a952f9b75465c6165d314f00c199eb94': Another attempt of fixing OOB Horses. Just remove them from the world instead of setting it dead. | |||
| * | | Another attempt of fixing OOB Horses. Just remove them from the world ↵ | Fabian Faßbender | 2014-11-30 | -7/+8 |
|/ / | | | | | | | instead of setting it dead. | |||
* | | Add missing CB comment | Thinkofdeath | 2014-11-30 | -3/+3 |
| | | ||||
* | | Force chunk loading in EntityHuman.getBed, Fixes SPIGOT-64 | Thinkofdeath | 2014-11-30 | -4/+12 |
| | | ||||
* | | Merge pull request #13 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-11-30 | -3/+3 |
|\ \ | | | | | | | | | | | | | | | | | | | ~GENAZT/craftbukkit:bugfix/SPIGOT-20 to master * commit 'cc0d8bb32722bce9ea87b60c8353f070eb51aa7d': Update the correct Scoreboard Criteria when a health change comes in. This fixes SPIGOT-20 | |||
| * | | Update the correct Scoreboard Criteria when a health change comes in. This ↵ | Fabian Faßbender | 2014-11-30 | -3/+3 |
| | | | | | | | | | | | | fixes SPIGOT-20 | |||
* | | | Add a somewhat hacky fix for plugins converting between book types | Thinkofdeath | 2014-11-30 | -0/+40 |
|/ / | ||||
* | | Fix Chunk.getTileEntities() (Fixes SPIGOT-62) | Thinkofdeath | 2014-11-30 | -1/+1 |
| | | ||||
* | | Fix LEFT_CLICK_AIR | Thinkofdeath | 2014-11-30 | -26/+25 |
| | | ||||
* | | Add a flag to correctly convert signs to 1.8 | Thinkofdeath | 2014-11-30 | -0/+43 |
| | | ||||
* | | Correct the return value of getPlayerListName | Thinkofdeath | 2014-11-30 | -1/+1 |
| | | ||||
* | | Merge pull request #10 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-11-30 | -7/+21 |
|\ \ | | | | | | | | | | | | | | | | | | | ~GENAZT/craftbukkit:bugfix/SPIGOT-58 to master * commit 'c8a76994dcad959b306d6e84e0b73f23571f3e14': Horses spawned under Y 0 cause CraftBukkit to crash. This happens a lot since people keep using bugged Horses for Holographics | |||
| * | | Horses spawned under Y 0 cause CraftBukkit to crash. This happens a lot ↵ | Fabian Faßbender | 2014-11-30 | -7/+21 |
|/ / | | | | | | | | | | | since people keep using bugged Horses for Holographics Remove out of bounds horses, fixes an vanilla bug. Fixes SPIGOT-58 | |||
* | | Optimize the invalid block fixing | Thinkofdeath | 2014-11-29 | -11/+6 |
| | | ||||
* | | Treat LeavesDecayEvent as canceled if a plugin changes the block | Thinkofdeath | 2014-11-29 | -3/+3 |
| | | ||||
* | | Fix canceling BlockPlaceEvent | Thinkofdeath | 2014-11-29 | -6/+6 |
| | | ||||
* | | Remove old debug info | Thinkofdeath | 2014-11-29 | -33/+32 |
| | | ||||
* | | Merge pull request #8 in SPIGOT/craftbukkit from ↵ | Thinkofdeath | 2014-11-29 | -30/+48 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | ~GENAZT/craftbukkit:bugfix/SPIGOT-46 to master * commit '1e8a3f192f78aebad26c3ed9dcdd27d61d51e130': Corrected WorldData patch file Rewrite the level.dat properly. This fixes SPIGOT-46 | |||
| * | | Corrected WorldData patch file | Fabian Faßbender | 2014-11-29 | -1299/+7 |
| | | |