Commit Graph

908 Commits

Author SHA1 Message Date
Myles
55fccba711 Support for new PS when package isn't found 2016-10-26 17:33:16 +01:00
Matsv
783542401b Update sounds to 16w42a 2016-10-25 19:31:32 +02:00
Matsv
2424057536 Translate messages from legacy, fix #521 2016-10-25 18:34:20 +02:00
Myles
b6dbe82d16 Fix lower version support (default to client version if we can't port it instead of server) #519 2016-10-23 21:18:18 +01:00
Max Qian
f92b7e5b80 Tell ProtocolSupport to decode MINECRAFT_FUTURE packets using the default decoder (for 1.9.4) 2016-10-19 14:44:25 +01:00
Myles
8093c424e2 WIP fix, ping works but it still doesn't connect 2016-10-19 14:44:25 +01:00
Matsv
839d46f5ed Merge remote-tracking branch 'upstream/1.11-DEV' into 1.11-DEV 2016-10-19 15:31:45 +02:00
Matsv
de0b9a2a68 16w42a 2016-10-19 15:31:29 +02:00
Myles
c3bd45cd58 Better naming for version info 2016-10-17 23:05:21 +01:00
Myles
c4bab6c9af Optimise reflection in some cases where method isn't cached. 2016-10-16 16:25:53 +01:00
Myles
f33d22531b Merge branch 'master' into 1.11-DEV 2016-10-14 23:07:50 +01:00
Myles
9ccbdb69c5 Fix #515 Disconnect Message not being fixed json 2016-10-14 23:06:11 +01:00
Myles
e9008923eb Revert "Add json fixing to login disconnect #515"
This reverts commit 301e84d698.
2016-10-14 23:03:40 +01:00
Myles
301e84d698 Add json fixing to login disconnect #515 2016-10-14 23:02:11 +01:00
Matsv
5aad3306eb 16w41a 2016-10-13 17:01:04 +02:00
Matsv
d30bbcd4a3 16w40a 2016-10-06 16:40:47 +02:00
Matsv
003197b476 Change circle.yml to java 8 since Sponge uses Java 8 2016-10-05 20:10:22 +02:00
Myles
a3e15bce4d Use correct tags for javadocs 2016-10-04 21:57:14 +01:00
Matsv
e43026231e Move sponge-legacy up 2016-10-04 21:20:59 +02:00
Matsv
f100f6e3f0 Rename Snapshot to 1.11 2016-10-04 20:04:49 +02:00
Mats
8ae2842e5f Merge pull request #509 from MylesIsCool/modular
Merge modular into 1.11
2016-10-04 19:57:24 +02:00
Matsv
54be03bf77
Merge branches '1.11-DEV' and 'modular' of https://github.com/MylesIsCool/ViaVersion into modular 2016-10-04 19:35:48 +02:00
Matsv
27fc4dd684 Rewrite sounds, thanks @Pokechu22 for open-sourcing your forks of Hamburglar & Burger Vitrine :) 2016-10-04 19:35:20 +02:00
Myles
2a1f0f812b Move Sponge to API 5, add legacy support module 2016-10-04 00:26:27 +01:00
Myles
64cde13ea7 Ensure order is kept with maps & yaml (as well as concurrency with maps) 2016-10-02 20:50:34 +01:00
Matsv
7d23b12f85
Implement the UpdateListener for Bungee 2016-10-02 21:35:54 +02:00
Myles
4b3f757881 Rename scan servers to probe 2016-10-02 19:45:55 +01:00
Myles
d0e7f05d50 Remove commented line 2016-10-02 19:41:02 +01:00
Myles
21c957b8d5 Config for protocol versions
Also make config concurrent
2016-10-02 19:40:38 +01:00
Matsv
3fe25f68b1
Fix another infinite loop, @MylesIsCool and I are great at creating them ;) 2016-10-02 12:03:56 +02:00
Matsv
3354a46283
Remove some more debug messages 2016-10-02 11:41:18 +02:00
Matsv
975743c76f
Merge branch 'modular' of https://github.com/MylesIsCool/ViaVersion into modular 2016-10-02 11:28:10 +02:00
Matsv
d3b214965b
Add server info to the dump (#505) 2016-10-02 11:27:45 +02:00
Myles
eb8065ad20 Tab complete for bungee 2016-10-01 21:30:39 +01:00
Matsv
7d3548956e
Fix 16w39c 2016-10-01 20:56:14 +02:00
Matsv
3de961f641
Remove infinite loop 2016-10-01 20:26:04 +02:00
Matsv
59620f7f93
Add a command to force search versions @ Bungee 2016-10-01 15:38:53 +02:00
Matsv
ba3aa4566e
Remove some debug messages that prevent Jenkins from building. 2016-10-01 14:56:08 +02:00
Matsv
8445a6d9db
Fix wrong handling if the client and child server have the same protocol id 2016-10-01 14:27:39 +02:00
Matsv
f53c8c67e2
Fix Bukkit config NPE, only change the protocol id if ViaVersion can support it and support unsupported Bungee protocol ids (Not working correctly yet) 2016-10-01 13:31:14 +02:00
Myles
b4976bd302 Merge branch 'modular' of https://github.com/MylesIsCool/ViaVersion into modular 2016-10-01 00:11:08 +01:00
Myles
ec848d7201 Reflection for Bungee stuffs 2016-10-01 00:10:54 +01:00
Matsv
8c03a296c2
Merge branch 'modular' of https://github.com/MylesIsCool/ViaVersion into modular 2016-10-01 00:59:56 +02:00
Matsv
65a6e25f1b
Remove debug message 2016-10-01 00:59:42 +02:00
Myles
178b625ca0 Merge branch 'modular' of https://github.com/MylesIsCool/ViaVersion into modular 2016-09-30 23:55:21 +01:00
Matsv
152993f749
Get bungee protocol version detection working. Still some odd issues. 2016-10-01 00:53:50 +02:00
Matsv
ca246f9d95
Merge branch 'modular' of https://github.com/MylesIsCool/ViaVersion into modular 2016-09-30 23:02:53 +02:00
Matsv
f1d53bb7ac
Start working on Bungee protocol id detection. 2016-09-30 23:02:34 +02:00
Myles
30950a7d74 Don't include guava in the jar & go for lower version for bukkit compatibility 2016-09-30 20:51:01 +01:00
Myles
305f6b7ce2 Implement Hand Item Cache for Sponge 2016-09-30 20:48:02 +01:00