Thinkofdeath
b6cff41473
SPIGOT-96/BUKKIT-5016: Fix thunder storms not darkening the sky and transitions being broken.
2014-12-02 15:14:17 +00:00
BuildTools
351edbf4e5
Fix CraftMetaBanner serialization.
2014-12-02 15:29:04 +01:00
Thinkofdeath
275603d37a
Merge pull request #21 in SPIGOT/craftbukkit from ~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
2014-12-02 13:23:46 +01:00
Thinkofdeath
733e4290d8
[Slightly breaking] setType(Id) will not longer reuse the previous data value
...
of the block and instead reset the the data value to the block's default
2014-12-02 12:03:02 +00:00
Thinkofdeath
b58808d54d
Fix tree related crashes due to lazy BlockState updating
2014-12-02 11:51:49 +00:00
Fabian Faßbender
7371301edb
Forgot that i work in Bukkit... Screw sun conventions
2014-12-02 00:20:31 +01:00
Fabian Faßbender
0d5693dec5
Implementation for the new rotation values. Fixes SPIGOT-93
2014-12-02 00:13:25 +01:00
Thinkofdeath
d2c2630307
SPIGOT-85: Fix NPE in monster spawners when right-clicked with invalid spawn eggs
2014-12-01 10:08:17 +00:00
Thinkofdeath
1af2540f78
Merge pull request #16 in SPIGOT/craftbukkit from ~AET2505/craftbukkit:fix/ShowPlayer to master
...
* commit 'cc9b479fe6379aa95d4da05e96131c77df3e650d':
Fix show player
2014-12-01 00:02:43 +02:00
Adam Thomas
cc9b479fe6
Fix show player
2014-11-30 20:12:54 +00:00
Thinkofdeath
cd65011eac
Merge pull request #15 in SPIGOT/craftbukkit from ~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.
2014-11-30 21:23:01 +02:00
Fabian Faßbender
ebec73b5a9
Another attempt of fixing OOB Horses. Just remove them from the world instead of setting it dead.
2014-11-30 19:02:56 +01:00
Thinkofdeath
cab7c772df
Add missing CB comment
2014-11-30 16:35:44 +00:00
Thinkofdeath
c81db390ac
Force chunk loading in EntityHuman.getBed, Fixes SPIGOT-64
2014-11-30 16:33:45 +00:00
Thinkofdeath
8b94fad772
Merge pull request #13 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/SPIGOT-20 to master
...
* commit 'cc0d8bb32722bce9ea87b60c8353f070eb51aa7d':
Update the correct Scoreboard Criteria when a health change comes in. This fixes SPIGOT-20
2014-11-30 17:10:32 +02:00
Thinkofdeath
22df292258
Add a somewhat hacky fix for plugins converting between book types
2014-11-30 15:06:14 +00:00
Fabian Faßbender
cc0d8bb327
Update the correct Scoreboard Criteria when a health change comes in. This fixes SPIGOT-20
2014-11-30 13:34:38 +01:00
Thinkofdeath
6eb0c79271
Fix Chunk.getTileEntities() (Fixes SPIGOT-62)
2014-11-30 12:15:56 +00:00
Thinkofdeath
7c0f352486
Fix LEFT_CLICK_AIR
2014-11-30 12:10:30 +00:00
Thinkofdeath
c8adfecee3
Add a flag to correctly convert signs to 1.8
2014-11-30 11:23:45 +00:00
Thinkofdeath
20207a0124
Correct the return value of getPlayerListName
2014-11-30 10:30:32 +00:00
Thinkofdeath
73f4bc3434
Merge pull request #10 in SPIGOT/craftbukkit from ~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
2014-11-30 02:05:29 +02:00
Fabian Faßbender
c8a76994dc
Horses spawned under Y 0 cause CraftBukkit to crash. This happens a lot since people keep using bugged Horses for Holographics
...
Remove out of bounds horses, fixes an vanilla bug. Fixes SPIGOT-58
2014-11-30 01:03:59 +01:00
Thinkofdeath
cef65526d4
Optimize the invalid block fixing
2014-11-29 23:25:17 +00:00
Thinkofdeath
0f552845d0
Treat LeavesDecayEvent as canceled if a plugin changes the block
2014-11-29 22:31:55 +00:00
Thinkofdeath
9255e9d82c
Fix canceling BlockPlaceEvent
2014-11-29 21:17:57 +00:00
Thinkofdeath
bf401fbbde
Remove old debug info
2014-11-29 21:09:04 +00:00
Thinkofdeath
89f59f9e4d
Merge pull request #8 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/SPIGOT-46 to master
...
* commit '1e8a3f192f78aebad26c3ed9dcdd27d61d51e130':
Corrected WorldData patch file
Rewrite the level.dat properly. This fixes SPIGOT-46
2014-11-29 22:14:27 +02:00
Thinkofdeath
dd096a5255
Improve the invalid block handling
2014-11-29 20:00:52 +00:00
Fabian Faßbender
1e8a3f192f
Corrected WorldData patch file
2014-11-29 20:36:57 +01:00
Fabian Faßbender
b08f233fe1
Rewrite the level.dat properly. This fixes SPIGOT-46
2014-11-29 20:33:33 +01:00
Thinkofdeath
a497e45503
Merge pull request #7 in SPIGOT/craftbukkit from ~GENAZT/craftbukkit:bugfix/SPIGOT-44 to master
...
* commit '4d0f5edb05f371f1294d5991e3379a3ed688428e':
Just only hold the last BlockState update for the same location. This fixes SPIGOT-44
2014-11-29 20:17:42 +02:00
Fabian Faßbender
4d0f5edb05
Just only hold the last BlockState update for the same location. This fixes SPIGOT-44
2014-11-29 19:08:50 +01:00
Thinkofdeath
26672b7db8
Merge pull request #6 in SPIGOT/craftbukkit from ~MIKEPRIMM/craftbukkit:mikeprimm/SPIGOT-30 to master
...
* commit '46922049214f37fbc6369a6f1391f3963ff2d3be':
SPIGOT-30: Fix restoring of WorldData when loading worlds
2014-11-29 19:51:05 +02:00
Thinkofdeath
fdfadd23d0
Fix a vanilla issue which causes invalid data values on blocks to turn to air
...
Worlds already loaded in 1.8 can still be saved by this but tile entities will
be lost
2014-11-29 17:31:40 +00:00
Thinkofdeath
939f76458e
Fire EntityDamageEvent for armor stands
...
Somewhat of a lazy way of doing it but it will do for now
2014-11-29 16:05:55 +00:00
Mike Primm
4692204921
SPIGOT-30: Fix restoring of WorldData when loading worlds
2014-11-29 09:34:54 -06:00
Suddenly
cce45591f6
Implement the Depth Strider enchantment for the API
2014-11-29 15:13:43 +00:00
Thinkofdeath
f498585ecc
Ignore invalid blocks in ChunkSnapshots
2014-11-29 15:05:28 +00:00
Fabian Faßbender
a2c4d7e150
Minecraft by default only uses the World at index 0 for the WorldBorder command. This fixes SPIGOT-12
2014-11-29 10:57:22 +00:00
Thinkofdeath
c61594c782
Merge pull request #4 in SPIGOT/craftbukkit from ~MIKEPRIMM/craftbukkit:mikeprimm/SPIGOT-29 to master
...
* commit 'dd33bcf6a53149d3813d128d5e93b5bf5ca69711':
Fix chunk snapshot generation (needed for Dynmap)
2014-11-29 12:41:51 +02:00
Thinkofdeath
8c3698bf0f
Fix command blocks
2014-11-29 00:53:49 +00:00
Mike Primm
dd33bcf6a5
Fix chunk snapshot generation (needed for Dynmap)
2014-11-28 18:30:59 -06:00
Thinkofdeath
585a827dcd
Fix setAge and related methods
2014-11-29 00:17:45 +00:00
Thinkofdeath
923b375d8e
Fix missed case in CraftBlock
2014-11-29 00:14:46 +00:00
Thinkofdeath
69e66a69c4
Don't default the universe to the current directory
2014-11-28 23:53:11 +00:00
Thinkofdeath
40d6bb2dc2
Re-add the timestamp for spigot
2014-11-28 23:27:09 +00:00
Thinkofdeath
e795876491
Fix interaction issues
2014-11-28 23:07:00 +00:00
GunfighterJ
443e45e276
Don't commit unchanged patches
2014-11-28 17:06:11 -06:00
Thinkofdeath
90ac03522a
Revert "Remove patch headers"
...
This reverts commit d6e3dff7d8
.
2014-11-28 23:02:15 +00:00