Commit Graph

1368 Commits

Author SHA1 Message Date
Zach Brown
1610f6d153 Improvements to teleport with passenger vehicle 2014-11-30 22:35:33 -06:00
Zach Brown
c5d9810268 Fix an improperly updated patch file 2014-11-30 20:09:09 -06:00
Byteflux
4deff62371 Allow specified ItemStacks to retain their invalid data 2014-11-30 18:59:49 -06:00
Zach Brown
c33e155a1d Fix README.md link 2014-11-30 16:19:13 -06:00
Zach Brown
386df52297 Update SpigotMC's patches
5a0150f586ed3eb15fe6f1f596d1a5a7d806f0f9 Fix ITEM_BREAK
e6a3911057bd94d8bd7021cbb4923fb84fb106d1 Upstream merge
d1cdcf8d4c3639f956474f02ed662517cffbe23e Remove old patch
068df64aeee368377e1673667bffc7a6dcf90554 Rebuild all patches
2014-11-30 16:16:48 -06:00
Zach Brown
dd4fea747e Finish removing old gitmodules stuff that should've never lasted this
long
2014-11-29 23:59:27 -08:00
Zach Brown
2a9fde22dd Remove old submodules 2014-11-29 23:52:38 -08:00
Zach Brown
651bffebc4 Update CraftBukkit 2014-11-29 23:30:18 -08:00
Byteflux
1552122433 Configurable TNT water movement 2014-11-29 23:14:36 -08:00
Zach Brown
6389bc0c7d Hopefully beter readme formatting 2014-11-29 15:15:05 -06:00
Zach Brown
0b7905760b Update readme 2014-11-29 15:12:04 -06:00
Zach Brown
549b82279f Regen Patches for CraftBukkit updates 2014-11-29 13:23:36 -06:00
Zach Brown
69c1162f3f Update 2014-11-29 02:13:12 -06:00
Zach Brown
d2c503e68a Update Spigot's Patches round 2?
The hell happened here.
:
Fix Build 2339ac14a8e
Regen the patches 89d3fcbdfaf

This new system breaks a lot :(
2014-11-28 18:06:26 -06:00
Zach Brown
2cbc92c37e Fix a mistake in Teleport w/ passenger/vehicle patch
Along with restoring authorship to the original writer
2014-11-28 16:30:20 -06:00
Zach Brown
a52eb21fd8 Update PaperSpigot to Minecraft 1.8 2014-11-27 17:17:45 -08:00
Zach Brown
0dc6acba77 Add Spigot binary patch 20141113a 2014-11-13 20:46:01 -06:00
Aikar
3a304401b4 Add Async Chunk Load API 2014-11-06 18:31:52 -06:00
Zach Brown
a454aabf95 Random space is most certainly not best space 2014-10-24 23:44:38 -05:00
Zach Brown
41b428475c Replace non-picky rails with non-picky torches
Issues with rails colliding with hitboxes on fences
non-picky torches can be placed on stained glass on 1.8+ clients only (client-side limitation)
2014-10-24 23:41:49 -05:00
Zach Brown
bf250caafe Minor configuration code formatting 2014-10-24 22:28:29 -05:00
Zach Brown
eb70bd92ab Make certain game mechanics configurable
Boat drops and rail placement at this time
2014-10-24 22:25:14 -05:00
Aikar
d1cbf1b137 Implement performance improvements from the EMC-CraftBukkit fork
See the individual patch files for more details
2014-10-19 17:58:49 -05:00
Byteflux
b8bc46347f Fix PaperSpigot entity removal in unloaded chunks 2014-10-14 19:36:06 -05:00
Zach Brown
a4bc5cc10c Remove 1.8 blocks/items patches
For those interested in these features, you can continue to use these patches in your own builds or use a plugin, such as Carbon, to add them
2014-10-14 19:28:05 -05:00
Byteflux
f9fa108a49 Update with more Spigot binary patches 2014-10-02 16:54:57 -05:00
Byteflux
e6bc90dccb Backwards compatible PacketPlayOutEntityTeleport constructor 2014-09-21 22:25:58 -05:00
Zach Brown
69bb19d9af Redo protocol warning message 2014-09-21 22:23:33 -05:00
Byteflux
64acfb63bc Update with latest patches from upstream SpigotMC 2014-09-21 22:05:59 -05:00
Zach Brown
4c10135801 Re-add SportBukkit visual offset fix
Looks to be entirely unrelated to the visual issues being seen

Revert "Remove SportBukkit visual offset fix, may cause issues with certain cannons"

This reverts commit 1156e17179492f530ced9a91a2db0ee32f6bf0e9.
2014-09-12 15:27:47 -05:00
Zach Brown
1db4108509 Fix slime block sounds 2014-09-11 20:33:37 -05:00
Zach Brown
f697665d8c Remove SportBukkit visual offset fix, may cause issues with certain cannons 2014-09-11 16:36:50 -05:00
Zach Brown
078032ff25 Don't register standing or wall banner, and daylight detector inverted
Cause client crashes, likely because they arent ticking yet
2014-09-10 20:49:42 -05:00
Zach Brown
e0bda3c916 Don't allow 1.8 clients to join...
they crash when encountering 1.8 blocks/items/etc
2014-09-10 19:41:12 -05:00
Zach Brown
6d68d55940 Use private CraftBukkit fork 2014-09-10 17:29:02 -05:00
Zach Brown
fd6ba5b433 Add SportBukkit fix for visually offset entities 2014-09-10 16:19:22 -05:00
Zach Brown
a060c401c8 Add a few 1.8 features/blocks/items/whatever 2014-09-10 16:19:06 -05:00
Zach Brown
63172e4468 Update 1.8-proto from upstream SpigotMC
Default to integer instead of hearts to match 1.7 behavior SpigotMC/Spigot@dd5ae56242
Add a tab header / footer packet for use by plugins SpigotMC/Spigot@16a1f257e8
Fix an error with particle handling and add the new 'mobappearance' p... SpigotMC/Spigot@39fdf43ae7
Use correct length when converting maps to 1.8 wire format SpigotMC/Spigot@416bbd0a32
Add title packet for use by plugins SpigotMC/Spigot@a1570f68e5
2014-09-03 21:22:34 -05:00
Zach Brown
8afe9168c7 Update 1.8-proto from upstream SpigotMC
Fix ProtocolLib compatibility. SpigotMC/Spigot@710eb7514b
Bump protocol to 1.8 SpigotMC/Spigot@dd01fbe415
Merge the Protocollib fix into the snapshot branch SpigotMC/Spigot@8ff46693f6
Correctly send the MC|Brand packet SpigotMC/Spigot@0e0982d98c
Block EchoPet as it causes client crashes with the 1.8 patch SpigotMC/Spigot@480804b38f
Replace invalid items for 1.8 clients with (kinda) sane replacements SpigotMC/Spigot@892c121ff1
Fix the furnace progress bars for 1.8 clients SpigotMC/Spigot@a799b4d5ea
2014-09-02 15:37:06 -05:00
Zach Brown
b7e702dacc Update from upstream SpigotMC
Fix double plants having the incorrect top half SpigotMC/Spigot@377b69d787
Fix boats thinking that they were always on land for 1.8 clients SpigotMC/Spigot@4a083f819e
Correct the action used in updateGamemode. this isn't used by the ser... SpigotMC/Spigot@face904a9a
Allow the updated version of protocollib to be enabled SpigotMC/Spigot@4614a615cc
2014-09-01 18:54:34 -05:00
Minecrell
f39f423fd0 Fix ProtocolLib compatibility 2014-09-01 15:36:00 -05:00
Zach Brown
acfc7ba3e2 Rebuild patches after merge 2014-09-01 15:17:42 -05:00
Zach Brown
f9d6872641 Remove accidentally committed patch file 2014-08-31 14:51:09 -05:00
Dmck2b
b62da895f2 Work around for blocking rail duplication 2014-08-31 14:44:52 -05:00
Zach Brown
a0e810eaf9 Rebase (Update) from upstream SpigotMC
Don't send requests of every player was found in the global api cache SpigotMC/Spigot@841270ff1e
Correctly set the response code for the cached lookups and return the ... SpigotMC/Spigot@f170b7899c
Don't try and re-set the global api cache on reload SpigotMC/Spigot@b410a00a66
Use a compile time sneaky throw hack. SpigotMC/Spigot@508462b96b
Fix a missed rename in WorldGenGroundBush SpigotMC/Spigot@0614d8fae9
2014-08-31 13:56:05 -05:00
Zach Brown
e5cafd752b Remove brewing stands from the TE optimizations as well
Possible conflict with CB wall time patches?
2014-08-31 13:09:23 -05:00
Zach Brown
92bfbe89cf Configurable strength and weakness effect modifiers 2014-08-31 12:31:44 -05:00
Zach Brown
627383e58e Show PaperSpigot in protocol warning 2014-09-01 14:41:47 -05:00
Zach Brown
b68cbfc54d Add Spigot's 1.8 protocol patch - Update from upstream
Add support for Minecraft 1.8.x SpigotMC/Spigot@b15ae91145
Skip loading of ProtocolLib SpigotMC/Spigot@508ec8f573
Apply the block fix to block change packets SpigotMC/Spigot@b9349e416d
Blacklist Orebfuscator as well. SpigotMC/Spigot@b2ba105762
2014-09-01 14:11:02 -05:00
Zach Brown
ebf5b310d4 Temporary fix for broken furnaces on certain servers 2014-08-30 14:25:03 -05:00