HugoDaBosss
afb96c4878
Fixed double break sound
2016-03-03 10:06:24 +01:00
HugoDaBosss
e4346611c9
Small optimization
2016-03-03 01:40:24 +01:00
BuildTools
f15e11272a
Merge branch 'master' of https://github.com/HugoDaBosss/ViaVersion
2016-03-03 01:37:25 +01:00
HugoDaBosss
8764d24a16
Merge pull request #3 from MylesIsCool/master
...
Update from Fork
2016-03-03 01:37:25 +01:00
Myles
86d543d700
Add new contributor, update version to 0.4.5 :)
2016-03-03 00:13:53 +00:00
Myles
99fd01c359
Merge pull request #63 from gigosaurus/patch-1
...
Fix player entity meta data
2016-03-03 00:12:03 +00:00
gigosaurus
573dcc10b1
Fix player entity meta data
...
I'm not 100% confident that what I'm doing here is correct, but looking at http://wiki.vg/Pre-release_protocol#Spawn_Player I think I'm doing it right.
fixes #58
2016-03-03 00:06:13 +00:00
Myles
3e30d989a0
Print out stack traces instead of throwing them move.
2016-03-02 23:20:57 +00:00
Myles
fc00dd2b38
Merge pull request #56 from gigosaurus/master
...
Fix PLAY_USE_BED's old ID
2016-03-02 23:08:57 +00:00
gigosaurus
2e9987373d
Fix PLAY_USE_BED's old ID
2016-03-02 22:16:58 +00:00
Myles
27c2f4c076
Bump version
2016-03-02 22:01:16 +00:00
Myles
e9b61a8e91
Merge pull request #50 from Mystalion/awesome-metadata
...
Rewrite Metadata system to read the data from the bytebuf instead of
2016-03-02 20:57:33 +00:00
Paulomart
222dee6fda
Rewrite Metadata system to read the data from the bytebuf instead of
...
using the last sent packet.
2016-03-02 21:39:37 +01:00
Myles
e8cc25baad
Should fix any ClosedConnection output
2016-03-02 20:19:47 +00:00
Myles
785f0664da
Fix wither & add more debug info to missing metaindex
2016-03-02 19:42:14 +00:00
Myles
ea6c648e4f
Fix spam, update to version 0.4.3
2016-03-02 19:12:38 +00:00
Myles
4cdfd72700
Ensure no bytes are left on the bytebufs and ensure it is cancelled properly. Update Version to 0.4.2
2016-03-02 18:41:47 +00:00
Myles
ccd6987f11
Bump to 0.4.1, Fixes bungee issues :) (Some chunk stuff, me being an idiot)
2016-03-02 17:03:32 +00:00
Myles
6c96271925
Bump the version, we now support ProtocolLib (hopefully it works properly)
2016-03-02 15:26:32 +00:00
Myles
318db73f3c
This is a huge commit, adds ProtocolLib support. (To the best extent I can):
...
Channels now work as proxies for the minecraft encoder and decoder, this allows better compatibility when transforming packets.
ConnectionInfo now holds an activate state to deactivate.
Now only 2 handlers
We now use info.getChannel().pipeline().writeAndFlush to ensure we catch it ourselves.
Fix EntityMetadata from last commit so it sends empty metadata instead of cancelling whole packet.
Warn if they reload and don't reinject.
2016-03-02 15:21:07 +00:00
Myles
b5b0117fa9
Merge pull request #36 from Mystalion/drop-metadata
...
Drop MetadataPacket where metadata could not be rewritten
2016-03-02 14:45:50 +00:00
Paulomart
79e5555d42
Drop MetadataPacket where metadata could not be rewritten
2016-03-02 13:31:15 +01:00
HugoDaBosss
b6c2a46a86
Merge pull request #2 from MylesIsCool/master
...
Update From Original #2
2016-03-02 11:44:24 +01:00
Myles
114a7b6bd6
Format some lines properly
2016-03-02 10:19:36 +00:00
Myles
8e6d76296d
Update contributors
2016-03-02 10:16:27 +00:00
Myles
153a68bf06
Credits to @SanderGielisse, change how netty information is stored so it's not constant and is now attached to ConnectionInfo
2016-03-02 10:12:43 +00:00
Myles
6199e1d8ce
Correct last commit to make it work.
2016-03-02 10:09:04 +00:00
Myles
0db43e612e
Merge pull request #25 from HugoDaBosss/master
...
Fix USE_ITEM using correct item. Fix SPAWN_OBJECT velocity.
2016-03-02 10:07:09 +00:00
Myles
06296ead77
Merge pull request #32 from StamBoom/master
...
Fix TabList header/footer gives (By non-json Strings) MalformedJsonException
2016-03-02 10:05:26 +00:00
Mats
dac9bd58e5
Fix TabList header/footer gives (By non-json Strings) MalformedJsonException
2016-03-02 10:27:17 +01:00
Myles
8e0833ca6b
Fix nether & end #30 bump to 0.3.7
2016-03-02 00:23:33 +00:00
Myles
88086e00d0
Bump to 0.3.6
2016-03-02 00:09:12 +00:00
Myles
9368347b56
Fix chat which is not got proper JSON
2016-03-01 23:35:16 +00:00
Myles
6828425d72
Update version to 0.3.5
2016-03-01 23:16:49 +00:00
Myles
f9da275358
Fix lightning, track entities sent to the client and use them for mapping MetaIndex instead of previous method. (Allows custom entities and client side packets properly. Echo Pet works!!! + fixes some latency with methods)
2016-03-01 23:16:10 +00:00
Myles
1445bd37c3
Remove unused method from MetaIndex
2016-03-01 23:15:08 +00:00
Myles
2de176e55c
Fixed guardian info.
2016-03-01 23:09:55 +00:00
Myles
b785fe0515
Add EntityUtil & move utils to util package.
2016-03-01 23:09:29 +00:00
Myles
984176d53b
Merge pull request #27 from Mystalion/api
...
Reflector Main Class and add API framework.
2016-03-01 21:43:44 +00:00
Paulomart
bd46c3f5a0
Reflector Main Class and add API framework.
2016-03-01 22:28:18 +01:00
Myles
0209c51d10
Merge pull request #26 from Mystalion/fix-paintings
...
Fix support for paintings, also add a read and write position method.
2016-03-01 20:56:13 +00:00
Paulomart
3425ed94e0
Fix support for paintings, also add a read and write position method.
2016-03-01 21:38:35 +01:00
Myles
8ceee31299
Fix JSON for title packet, #24 . Also implement method for generic JSON fixing woo!
2016-03-01 19:20:54 +00:00
HugoDaBosss
db9cd296ee
Fix USE_ITEM using correct item. Fix SPAWN_OBJECT velocity.
2016-03-01 19:56:48 +01:00
Myles
6b3fb6424c
Update version to 0.3.4, as it should fix JSON data bug.
2016-03-01 18:06:39 +00:00
Myles
e43968c142
Merge pull request #18 from StamBoom/master
...
Fix MalformedJsonException when opening renamed containers
2016-03-01 17:08:47 +00:00
Myles
5c0ba593da
Bump version to 0.3.3
2016-03-01 16:58:56 +01:00
Mats
1f51cf8416
Fix MalformedJsonException on opening renamed containers
2016-03-01 16:51:13 +01:00
HugoDaBosss
442d4de74b
Merge pull request #1 from MylesIsCool/master
...
Update From Original
2016-03-01 15:47:15 +01:00
Myles
2a67301642
Bump version to 0.3.3
2016-03-01 14:40:53 +00:00