summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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 #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
| |
* | Missed a caseThinkofdeath2014-12-02-1/+1
| |
* | Don't wrap the y coordinate in World.getBlockAtThinkofdeath2014-12-02-1/+1
| |
* | SPIGOT-102: Fix the player being teleported up 1.62 blocks on cancelling the ↵Thinkofdeath2014-12-02-3/+3
| | | | | | | | PlayerMoveEvent
* | Fix selectors in non-bukkit commands for command blocksThinkofdeath2014-12-02-6/+16
| |
* | Filter invalid bounding boxes for entitiesThinkofdeath2014-12-02-24/+39
| | | | | | | | This should prevent issues caused by broken horses
* | Fix a missed case for weather transitions on joinThinkofdeath2014-12-02-6/+7
| |
* | Merge pull request #22 in SPIGOT/craftbukkit from ↵Thinkofdeath2014-12-02-2/+8
|\ \ | | | | | | | | | | | | | | | | | | ~FEARTHE1337/craftbukkit:fixCraftMetaBanner to master * commit '351edbf4e5dc679dfe65258c6919e9a2a75f7ae8': Fix CraftMetaBanner serialization.
| * | Fix CraftMetaBanner serialization.BuildTools2014-12-02-2/+8
| | |
* | | SPIGOT-96/BUKKIT-5016: Fix thunder storms not darkening the sky and ↵Thinkofdeath2014-12-02-39/+93
|/ / | | | | | | transitions being broken.
* | Merge pull request #21 in SPIGOT/craftbukkit from ↵Thinkofdeath2014-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 conventionsFabian Faßbender2014-12-02-36/+36
| | |
| * | Implementation for the new rotation values. Fixes SPIGOT-93Fabian Faßbender2014-12-02-20/+36
| | |
* | | [Slightly breaking] setType(Id) will not longer reuse the previous data valueThinkofdeath2014-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 updatingThinkofdeath2014-12-02-4/+2
|/ /
* | SPIGOT-85: Fix NPE in monster spawners when right-clicked with invalid spawn ↵Thinkofdeath2014-12-01-5/+17
| | | | | | | | eggs
* | Merge pull request #16 in SPIGOT/craftbukkit from ↵Thinkofdeath2014-12-01-2/+3
|\ \ | | | | | | | | | | | | | | | | | | ~AET2505/craftbukkit:fix/ShowPlayer to master * commit 'cc9b479fe6379aa95d4da05e96131c77df3e650d': Fix show player
| * | Fix show playerAdam Thomas2014-11-30-2/+3
|/ /
* | Merge pull request #15 in SPIGOT/craftbukkit from ↵Thinkofdeath2014-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ßbender2014-11-30-7/+8
|/ / | | | | | | instead of setting it dead.
* | Add missing CB commentThinkofdeath2014-11-30-3/+3
| |
* | Force chunk loading in EntityHuman.getBed, Fixes SPIGOT-64Thinkofdeath2014-11-30-4/+12
| |
* | Merge pull request #13 in SPIGOT/craftbukkit from ↵Thinkofdeath2014-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ßbender2014-11-30-3/+3
| | | | | | | | | | | | fixes SPIGOT-20
* | | Add a somewhat hacky fix for plugins converting between book typesThinkofdeath2014-11-30-0/+40
|/ /
* | Fix Chunk.getTileEntities() (Fixes SPIGOT-62)Thinkofdeath2014-11-30-1/+1
| |
* | Fix LEFT_CLICK_AIRThinkofdeath2014-11-30-26/+25
| |
* | Add a flag to correctly convert signs to 1.8Thinkofdeath2014-11-30-0/+43
| |
* | Correct the return value of getPlayerListNameThinkofdeath2014-11-30-1/+1
| |
* | Merge pull request #10 in SPIGOT/craftbukkit from ↵Thinkofdeath2014-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ßbender2014-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 fixingThinkofdeath2014-11-29-11/+6
| |
* | Treat LeavesDecayEvent as canceled if a plugin changes the blockThinkofdeath2014-11-29-3/+3
| |
* | Fix canceling BlockPlaceEventThinkofdeath2014-11-29-6/+6
| |
* | Remove old debug infoThinkofdeath2014-11-29-33/+32
| |
* | Merge pull request #8 in SPIGOT/craftbukkit from ↵Thinkofdeath2014-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 fileFabian Faßbender2014-11-29-1299/+7
| | |
| * | Rewrite the level.dat properly. This fixes SPIGOT-46Fabian Faßbender2014-11-29-30/+1340
| | |
* | | Improve the invalid block handlingThinkofdeath2014-11-29-8/+17
|/ /
* | Merge pull request #7 in SPIGOT/craftbukkit from ↵Thinkofdeath2014-11-29-36/+50
|\ \ | | | | | | | | | | | | | | | | | | ~GENAZT/craftbukkit:bugfix/SPIGOT-44 to master * commit '4d0f5edb05f371f1294d5991e3379a3ed688428e': Just only hold the last BlockState update for the same location. This fixes SPIGOT-44
| * | Just only hold the last BlockState update for the same location. This fixes ↵Fabian Faßbender2014-11-29-36/+50
|/ / | | | | | | SPIGOT-44
* | Merge pull request #6 in SPIGOT/craftbukkit from ↵Thinkofdeath2014-11-29-3/+7
|\ \ | | | | | | | | | | | | | | | | | | ~MIKEPRIMM/craftbukkit:mikeprimm/SPIGOT-30 to master * commit '46922049214f37fbc6369a6f1391f3963ff2d3be': SPIGOT-30: Fix restoring of WorldData when loading worlds
| * | SPIGOT-30: Fix restoring of WorldData when loading worldsMike Primm2014-11-29-3/+7
| | |
* | | Fix a vanilla issue which causes invalid data values on blocks to turn to airThinkofdeath2014-11-29-6/+32
| | | | | | | | | | | | | | | Worlds already loaded in 1.8 can still be saved by this but tile entities will be lost
* | | Fire EntityDamageEvent for armor standsThinkofdeath2014-11-29-0/+14
|/ / | | | | | | Somewhat of a lazy way of doing it but it will do for now