Lennart ten Wolde
319e793cd6
Add support for 1.8 boss bars
...
Automatically converts legacy boss bars to 1.9 ones using ViaVersions's
boss API.
I suggest you add a config option
Note: also fixed crash on wither/dragon spawn
2016-03-10 03:14:30 +01:00
Myles
c11ad7930f
Tiny cleanup allow it to be disabled via config and add lenis0012 to contributors <3
2016-03-09 21:30:43 +00:00
Lennart ten Wolde
d5e9170109
Manually perform idle updates. Fixed #160 #99
...
Manually performs idle updates by keeping track of the player's
movement.
It compensates for the missing idle packets attempting to get a ratio of
20 movement related packets per second.
2016-03-09 22:17:17 +01:00
Myles
47b447f195
Add the option to use a hologram patch to fix invisible holograms being in wrong place, by default disabled.
2016-03-09 21:08:50 +00:00
Myles
fed36c9487
synchronize all the things!
2016-03-09 14:12:50 +00:00
Myles
b0050d4a8d
Add config option for blocking and fix crash due to synchronization
2016-03-09 12:08:21 +00:00
Myles
f65666b7a6
Better support for ServerConnection detection, and also adding injectors. (Basic late-bind support is now available, but does not work with ProtocolLib due to it injecting first.)
2016-03-09 00:51:50 +00:00
Myles
3a217503fc
Merge pull request #179 from HugoDaBosss/master
...
Stop error fetching hand item spamming console.
2016-03-08 21:24:47 +00:00
Myles
c71b75e13b
Oops
2016-03-08 21:23:57 +00:00
HugoDaBosss
0c890c3a30
Print errors while in debug mode
2016-03-08 22:23:36 +01:00
HugoDaBosss
f38bb0ca22
Stop error fetching hand item spamming console.
2016-03-08 22:20:52 +01:00
Myles
2144fa1837
Handle any exception so it doesn't implode. (Still prints to the console.)
2016-03-08 21:16:34 +00:00
Myles
fc4a617da7
Don't send chunk packets with no chunks :)
2016-03-08 21:13:15 +00:00
Myles
126ee6e03f
Formatting
2016-03-08 20:54:03 +00:00
Myles
498867032f
Merge pull request #178 from HugoDaBosss/master
...
Fix animation for bows
2016-03-08 20:51:02 +00:00
HugoDaBosss
aef8eca790
Fix animation for bows
2016-03-08 21:48:21 +01:00
Myles
d8bbb51721
Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion
2016-03-08 19:27:24 +00:00
Myles
6e4fd5a63b
Only show blocking if it knows that we're blocking #176
2016-03-08 19:27:04 +00:00
Mats
bf5072e1cf
Add removed bossbar methods
2016-03-08 13:48:03 +01:00
Mats
c600ab6dd1
Add /viaversion debug to the commandlist
2016-03-08 13:30:53 +01:00
Myles
9144980474
Read full dig packet
2016-03-07 23:52:12 +00:00
Myles
6a449f8db1
Allow the suppressing of metadata errors.
2016-03-07 22:55:57 +00:00
Myles
3780210f76
Merge branch 'master' of https://github.com/MylesIsCool/ViaVersion
2016-03-07 22:21:47 +00:00
Myles
67bad0dec8
Add it so when you're on 1.9 you can block using shields. Also change ConnectionInfo to use lombok.
2016-03-07 22:21:32 +00:00
Mats
ee9d8d6365
Add comment for other people
2016-03-07 23:08:34 +01:00
Mats
cc354db464
Formatting
2016-03-07 23:07:17 +01:00
Mats
2b29d27b0d
Fix jukebox
2016-03-07 23:04:24 +01:00
Myles
75db62ee6f
Merge pull request #167 from rj0495/patch-1
...
Added fallback options on CommandHandler
2016-03-07 20:53:11 +00:00
Myles
7cd7b5ba24
Be nice and set a user agent for updater
2016-03-07 20:13:01 +00:00
Ryan James
a3bfcefdca
Added fallback options on CommandHandler
2016-03-07 19:39:10 +00:00
Myles
abb9665813
Merge pull request #166 from StamBoom/master
...
Change DataInputStream / DataOutputStream to readNBT / writeNBT
2016-03-07 19:30:41 +00:00
Myles
012eec47b5
Temp arrays are evil, (memory optimisation)
2016-03-07 19:19:14 +00:00
Mats
2d40afa3a1
Change DataInputstream / Outputstream to readNBT / writeNBT
2016-03-07 19:58:07 +01:00
Myles
a92a7d6e02
Merge pull request #165 from StamBoom/savedthehorses
...
Fixed horses inventory/elytra exception
2016-03-07 18:52:11 +00:00
Myles
fc7cdb4244
Clear bytes instead of reading them, close streams when done. (May fix a few memory leaks)
2016-03-07 18:51:18 +00:00
Mats
d5b375b264
Fixed horses inventory/elytra exception
2016-03-07 19:45:00 +01:00
Myles
38d33dba16
Remove more methods (Sorry last one didn't build!)
2016-03-07 16:44:55 +00:00
Myles
b3de4de0cd
Remove us.myles.ViaVersion.chunks, I must have looked past this but it's not used.
2016-03-07 16:34:22 +00:00
Phenomax
1aea00036f
[~] smaller bugfixes]
...
[~] switched back to jdk 7
2016-03-07 16:22:11 +01:00
Phenomax
1262847a0e
[+] added lombok in order to smaller code by removing unnecessary getter, setter and constructors
...
[~] switched to bytecode version 1.8 (lambda expressions)
[~] general code cleanup (lambda expressions, for each, collapsed catch blocks, diamond maps)
2016-03-07 15:43:31 +01:00
Myles
21cfb1297f
Fix powered minecart data
2016-03-07 11:51:51 +00:00
Myles
0b1cb61986
Send team at difficulty to avoid any issues with bungee #161
2016-03-07 11:31:04 +00:00
Myles
44907b3e8d
Add /viaversion autoteam to toggle auto teaming for 1.8 colliding.
2016-03-07 11:09:43 +00:00
Myles
528b234d5a
Add collision options, fixes #95 . (By default auto teams players until they're added to a team so you can't push!)
2016-03-06 23:22:45 +00:00
BuildTools
bb17eb01b8
Update
2016-03-06 23:17:51 +01:00
Myles
ca6638c740
return null if the item is null :)
2016-03-06 21:40:15 +00:00
Mats
8460c157a5
Commit API
2016-03-06 19:27:26 +01:00
Mats
0b807569ad
Implement 1.9 BossBarAPI for developers
2016-03-06 19:20:39 +01:00
Myles
ffb4fb5c5a
Merge pull request #155 from sgdc3/master
...
Improve POM and fix dead code
2016-03-06 16:48:41 +00:00
Myles
c404f2206c
Blame a class when the childHandler doesn't inject
2016-03-06 16:16:26 +00:00