Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | SPIGOT-85: Fix NPE in monster spawners when right-clicked with invalid spawn ↵ | Thinkofdeath | 2014-12-01 | -5/+17 |
| | | | | eggs | |||
* | 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 |
| | ||||
* | Update the correct Scoreboard Criteria when a health change comes in. This ↵ | Fabian Faßbender | 2014-11-30 | -3/+3 |
| | | | | fixes SPIGOT-20 | |||
* | 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 |
| | ||||
* | 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/+47 |
|\ | | | | | | | | | | | | | | | ~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 |
| | | ||||
| * | Rewrite the level.dat properly. This fixes SPIGOT-46 | Fabian Faßbender | 2014-11-29 | -30/+1339 |
| | | ||||
* | | Improve the invalid block handling | Thinkofdeath | 2014-11-29 | -8/+17 |
|/ | ||||
* | Just only hold the last BlockState update for the same location. This fixes ↵ | Fabian Faßbender | 2014-11-29 | -36/+50 |
| | | | | SPIGOT-44 | |||
* | Fix a vanilla issue which causes invalid data values on blocks to turn to air | Thinkofdeath | 2014-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 stands | Thinkofdeath | 2014-11-29 | -0/+14 |
| | | | | Somewhat of a lazy way of doing it but it will do for now | |||
* | Minecraft by default only uses the World at index 0 for the WorldBorder ↵ | Fabian Faßbender | 2014-11-29 | -0/+39 |
| | | | | command. This fixes SPIGOT-12 | |||
* | Fix command blocks | Thinkofdeath | 2014-11-29 | -2/+11 |
| | ||||
* | Don't default the universe to the current directory | Thinkofdeath | 2014-11-28 | -23/+21 |
| | ||||
* | Re-add the timestamp for spigot | Thinkofdeath | 2014-11-28 | -0/+32 |
| | ||||
* | Fix interaction issues | Thinkofdeath | 2014-11-28 | -113/+49 |
| | ||||
* | Revert "Remove patch headers" | Thinkofdeath | 2014-11-28 | -0/+526 |
| | | | | This reverts commit d6e3dff7d88b3b4275108071704a1ef18d8484c5. | |||
* | Remove patch headers | GunfighterJ | 2014-11-28 | -526/+0 |
| | ||||
* | Fix enchanting to match 1.8 behaviour | Thinkofdeath | 2014-11-28 | -3/+3 |
| | ||||
* | Improve vanilla command handling for command blocks | Thinkofdeath | 2014-11-28 | -9/+10 |
| | ||||
* | Use the right name for the AsyncPlayerPreLoginEvent | Thinkofdeath | 2014-11-28 | -527/+527 |
| | ||||
* | Fix eating food whilst not facing a block | Thinkofdeath | 2014-11-28 | -527/+527 |
| | ||||
* | Update to Minecraft 1.8 | Thinkofdeath | 2014-11-28 | -0/+20633 |
For more information please see http://www.spigotmc.org/ |