pyCraft/minecraft
Zachy 7361f761f5 Implement type 'Angle', packet 'EntityLookPacket' and fix Packet Types
Remarks: I chose to implement an angle between 0-360 degrees as opposed to -180 - 180. linear transformation, the maths was far simpler converting an UnsignedByte into positive values instead of a Byte into negative and positive
2019-05-15 13:51:31 +01:00
..
networking Implement type 'Angle', packet 'EntityLookPacket' and fix Packet Types 2019-05-15 13:51:31 +01:00
__init__.py Improve test coverage wrt protocol versions; other fixes/improvements 2019-05-14 18:41:58 +02:00
authentication.py Fix hanging indefinitely while making auth-related requests (#117) 2019-01-04 20:22:42 -05:00
compat.py Add automatic protocol version negotiation. 2016-03-07 02:40:25 +00:00
exceptions.py Fix: reconnecting from an exception handler does not work. 2018-05-29 01:14:23 +01:00