Myles
56d5f8eec6
Add protocol registry.
...
Fix some issues with PacketWrapper
Add 1.9.1 port
Add ProtocolVersion detection on boot
Add more type converters
Implement Pipeline properly
2016-03-17 21:24:25 +00:00
Myles
7a98cdd28f
Remove more debug code
...
Correct casting detector in packet wrapper.
Re-order some packets
Implement Plugin Message Transformers
Implement Sound Transformer
Implement Block Entity Transformer
2016-03-17 13:58:49 +00:00
Mats
d40c5851e9
Merge pull request #239 from Matsv/master
...
Add api method to get player's protocol id
2016-03-17 12:38:51 +01:00
Myles
ccda9f11c8
Remove some debug info, make it so StoredObject protects user.
...
Implement rewriting of Slot in rewriter.
Implement Enchanting Patch
Implement Brewing Patch
Implement Auto-Team Patch
Implement Inventory Tracker
Remove some TODOs
Implement Item Throwing on elytra
(Should just be plugin channels and a few packets + sounds left)
2016-03-16 23:34:03 +00:00
Myles
7e133a0be8
Include UserConnection in StoredObject
...
Handle Blocking
Handle BossBars, Holograms
2016-03-16 21:52:00 +00:00
Mats
d0e573613b
Add api method to get player's protocol id,
2016-03-16 21:01:04 +01:00
Myles
2197b938f8
Implement ItemRewritter
...
Upgrade ViaIdleThread to new system
Add new method to ProtocolPipeline
Implement Use Item
2016-03-16 19:46:16 +00:00
Myles
0d3ba67233
Remove compress / decompress, rethrow errors if they occur from another handler, Fixes #233
2016-03-16 13:42:17 +00:00
Myles
9d57521b29
Bump Version
2016-03-15 21:57:38 +00:00
Myles
d98d4ff466
Merge pull request #236 from Matsv/meta11
...
Discountinue player metadata 11.
2016-03-15 21:06:37 +00:00
Myles
71e27b4799
Merge pull request #232 from Matsv/dropcreative
...
Throw items when you try to put things in your second hand in creative.
2016-03-15 21:06:04 +00:00
Myles
f1354edf20
Merge pull request #231 from Matsv/effect
...
Make it possible to use the new effect indicators in 1.9
2016-03-15 21:05:55 +00:00
Mats
4d82112286
Discountinue metadata 11.
2016-03-15 21:42:40 +01:00
Mats
ba5a44d2d2
Remove debug message
2016-03-15 20:40:26 +01:00
Mats
597ddc7f82
Throw items when you try to put things in your second hand in creative.
2016-03-15 20:37:45 +01:00
Mats
6a7bd209a3
Make it possible to use the new effect indicators in 1.9
2016-03-15 20:20:39 +01:00
Myles
722f28f086
Merge pull request #228 from Matsv/slp
...
Make compatible with ServerListPlus custom outdated message. Fix #227
2016-03-15 17:51:56 +00:00
Mats
daed15d61f
Make compatible with ServerListPlus custom outdated message. Fix #227
2016-03-15 14:14:10 +01:00
Myles
c300c47a14
Implement Optional UUIDs
...
Implement Meta Rewriting
Implement Type Converters
Implement System so it can be tested.
Most of it works excluding the missing packets, also fixes some stupid mistakes :)
2016-03-15 00:34:20 +00:00
Myles
89427cb2da
PacketWrapper now has an ID attached and can be reset so that it can be read from stored values.
...
Removed some parameters from protocol, the ID will now be attached to the PacketWrapper (made more sense)
BaseProtocol doesn't handle ProtocolInfo anymore
Implement ProtocolPipeline (WIP)
2016-03-14 18:05:29 +00:00
Myles
fce7f1740e
Add packet cancelling, implement quite a few of the todo's
2016-03-14 16:51:56 +00:00
Myles
0357d8e6aa
Implement Partial Types (Types which require constructing with info), Implement Items, Implement NBT, add exceptions so they go down the tree!
2016-03-14 16:09:50 +00:00
Myles
55335944e3
Update apiv2 to match master
2016-03-14 12:59:15 +00:00
Myles
c0b2985343
Just a reminder :)
2016-03-14 12:55:17 +00:00
Myles
91ae5990b1
Almost forgot response handler woops, also allow PacketWrapper to be modifier :)
2016-03-14 12:48:05 +00:00
Myles
33f1a8975c
Another quite big update:
...
Implement Unsigned Short
Implement Most of the Incoming Packets (Still need to implement a few, when I add some sort of packet sending / id changing and packet cancelling)
Implement a base protocol
Still need to do plugin messaging (I will probably forget)
2016-03-14 12:40:23 +00:00
Myles
7cfba0b602
Merge pull request #210 from Matsv/fixarmortjes
...
Fix #209 woops my fault
2016-03-13 17:02:07 +00:00
Myles
9b28129187
Using PacketType as a checklist, implement most of the base outgoing packets.
...
Add new REMAINING_BYTES type.
Add an outline of what ItemType will be like
Add a passthrough option to PacketWrapper to make it easy to passthrough and grab the type.
By default passthrough all the bytes :)
2016-03-13 17:01:36 +00:00
Mats
78ab7c840a
Fix #209 woops my fault
2016-03-13 16:48:07 +01:00
Myles
669ec3f453
Merge pull request #208 from Matsv/drop
...
Drop SpaceHQ mcprotocol
2016-03-13 15:17:20 +00:00
Mats
dd32b46055
Remove unused imports
2016-03-13 16:13:45 +01:00
Mats
7daa43146e
Drop spacehq MC protocol since it's no longer used
2016-03-13 16:12:31 +01:00
Myles
89d5f2cc4f
Merge pull request #207 from Matsv/armorattfix
...
Fix armor not showing on Respawn (With keepinventory true) & world change
2016-03-13 14:30:56 +00:00
Mats
53fb753284
Fix armor not showing on Respawn (With keepinventory true) & world change
2016-03-13 15:22:23 +01:00
Myles
81d89d3839
Rename methods in UserConnection, add new PacketHandler.
...
Change the protection of some methods to be appropriate.
Actually register packets
Save entity types
2016-03-13 13:40:53 +00:00
Myles
469d81df72
Merge pull request #206 from Matsv/cmdfix
...
Fix unable to open commandblock after respawn/world change
2016-03-13 13:18:22 +00:00
Mats
7d7f5a0bda
Fix unable to open commandblock after respawn/world change
2016-03-13 14:02:10 +01:00
Myles
9954195a8f
Merge pull request #205 from Matsv/master
...
Fix commandblocks not able to change command on update
2016-03-13 12:26:40 +00:00
Mats
62d210de68
Fix commandblocks not able to change command on every-tick commandblock update
2016-03-13 11:06:18 +01:00
Myles
e19a2920b9
API: Work towards rewriting metadata, (This is nowhere near finished and I need to work on Item and NBT), Also change the names of a few classes to be more appropriate and implement transformation of the doubles.
...
(I probably messed up somewhere, nothing is tested as this is essentially API design)
2016-03-12 22:33:43 +00:00
Myles
8d2189cb8e
Bump versions
2016-03-12 20:52:46 +00:00
Myles
44a044848f
Fix ServerConnection #198
2016-03-12 20:48:04 +00:00
Myles
4f133366e1
Add limitation to NBT data, we'll stick with this for now. I don't see this easily being beaten.
2016-03-12 20:41:04 +00:00
Myles
7c66507960
Merge pull request #200 from lenis0012/chunks
...
Implement new chunk transformer
2016-03-12 20:27:44 +00:00
Lennart ten Wolde
e436988303
transform chunk bulk packets
2016-03-12 15:47:35 +01:00
Lennart ten Wolde
8b65efc4bd
Implement new chunk transformer
2016-03-12 13:58:10 +01:00
Myles
7cff20f218
Intitial APIv2, this does not work. Type conversion is not implemented, as well as quite a few things, most things will probably change.
2016-03-11 23:07:13 +00:00
Myles
131517105e
Change README
2016-03-11 23:05:47 +00:00
Myles
ae2592f3d1
Update to 1.9.1 PRE 2 :)
2016-03-11 16:20:15 +00:00
Myles
c009827622
Merge pull request #192 from HugoDaBosss/optimize2
...
Optimize packet searching
2016-03-11 12:55:15 +00:00