joo
|
adc8d15ddc
|
Add support for Minecraft 1.13 and 1.13-pre3 to pre10 (protocols 385 to 393).
Add clientbound.login.PluginRequestPacket and serverbound.login.PluginResponsePacket.
|
2018-07-19 09:50:13 +01:00 |
|
Zachy
|
d3a8cc8dfb
|
Implement New Type. FixedPointInteger. (#93)
Fix: SpawnPlayerPacket coordinates read wrongly before protocol 100. Add types.FixedPointInteger.
|
2018-06-20 05:32:35 +01:00 |
|
joo
|
db714f9490
|
Fix: MapPacket.write_fields() is incorrect.
|
2018-05-27 17:12:50 +01:00 |
|
joo
|
8578326c2f
|
Add serialisation and tests for SpawnObjectPacket.
|
2018-05-27 15:36:13 +01:00 |
|
joo
|
709b80b539
|
Add serialisation and tests for Explosion, {Multi,}BlockChange, and CombatEvent packets.
|
2018-05-27 13:28:01 +01:00 |
|
joo
|
52c0671f4f
|
Add support for Minecraft snapshots 18w03a-18w20c (protocol 354-377).
|
2018-05-20 06:58:23 +01:00 |
|
joo
|
c90afe4424
|
Fix: networking.types.Position.send() doesn't accept a Position.
|
2018-05-17 06:08:54 +01:00 |
|
gurland
|
c584f29154
|
Position type fix. Add new PlayerBlockPlacementPacket
|
2018-05-18 08:50:59 +01:00 |
|
joo
|
ece90fcd9d
|
Fix: MultiBlockChangePacket reads y_coordinate wrongly.
|
2018-01-13 17:04:39 +00:00 |
|
joo
|
f492adfeff
|
Add support for Minecraft snapshots 17w43a-18w02a (protocol 341-353).
Add support declaration for Minecraft version 1.8.9 (protocol 47).
|
2018-01-13 01:12:28 +00:00 |
|
joo
|
da7c13076f
|
Fix: client.handshake.get_packets returns a dict instead of a set.
|
2018-01-13 01:02:00 +00:00 |
|
joo
|
e9f095de42
|
Add ClientSettingsPacket and PluginMessagePacket.
Improve Packet string representation.
|
2017-08-24 05:49:32 +01:00 |
|
joo
|
9765e936c9
|
Fix incorrect packet IDs for PlayerPositionAndLookPacket for old protocol versions.
|
2017-08-20 07:35:14 +01:00 |
|
TheSnoozer
|
61b07f52f2
|
better packet names to match new packet structure
|
2017-08-09 16:33:41 +01:00 |
|
TheSnoozer
|
346b3081ec
|
fix broken tests
|
2017-08-09 16:33:41 +01:00 |
|
TheSnoozer
|
4a508f935b
|
use namedtuple for position type and use it as subclass for ClientExplosion.Record
|
2017-08-09 16:33:41 +01:00 |
|
TheSnoozer
|
8552c6efe5
|
regorganize packet structure as outlined in https://github.com/ammaraskar/pyCraft/pull/68
|
2017-08-09 16:33:41 +01:00 |
|