Commit Graph

458 Commits

Author SHA1 Message Date
joo
3c84c2a429 Merge branch 'v1.16' into master 2020-08-19 20:27:11 +02:00
Radon Rosborough
095191a77c
Change package name from 'minecraft' to 'pyCraft'
* Use setuptools instead of distutils
* Fix package name
2020-08-17 18:32:16 +02:00
joo
51fa0bd2d1 Change setup.py to use setuptools instead of distutils 2020-08-17 18:25:50 +02:00
Amund Eggen Svandal
d01dfd4812 Requirements moved to setup.py 2020-08-17 18:25:50 +02:00
Amund Eggen Svandal
1f42f61620 Install minecraft in editable mode 2020-08-17 18:25:50 +02:00
Amund Eggen Svandal
4a8fab1138 Add requirements to setup.py 2020-08-17 18:25:50 +02:00
laundmo
2947aa6619
Added listener decorator documentation (#161)
* added decorator example to connection.rst

since decorators are more pythonic, it was put in front of the register method.

* Expanded listener decorator docstring

* changed autofunction to autodecorator

* removed whitespace in empty line

* remvoed trailing whitespace

i didn't even edit there WTF
2020-08-17 17:49:25 +02:00
joo
2d9479cc12 Change Travis config to use pypy3 instead of pypy 2020-08-17 12:01:26 +02:00
joo
fcacb8abf8 Remove trailing space from join_game_and_respawn_packets.py 2020-08-17 12:01:03 +02:00
joo
3f4a5d46a6 Update README with supported versions; increment package version 2020-08-17 11:31:02 +02:00
joo
4c35517157 Fix support for Minecraft 20w06a to 1.16.2 (protocols 701 to 751) 2020-08-17 11:25:30 +02:00
joo
b79f8b30eb Remove support for Python 2.7 2020-08-17 07:10:10 +02:00
joo
3723655fa3 Add .vscode to gitignore 2020-08-17 05:40:40 +02:00
joo
84df884ca4 Remove 'Packet.packet_id' attribute, replacing with 'id' 2020-08-17 05:39:48 +02:00
joo
c6afe25429 Remove 'UUIDIntegerArray' type, as 'UUID' already exists 2020-08-16 05:40:13 +02:00
Sillyfrog
8a098b399b Support for v1.16.2 2020-08-13 22:19:04 +10:00
Sillyfrog
3dcefae645 v1.16.1 support 2020-06-26 17:46:33 +10:00
Sillyfrog
0d28271c96 v1.16 release support 2020-06-24 13:50:29 +10:00
Sillyfrog
b582029099 Support for 1.16-rc1 2020-06-19 09:18:29 +10:00
Tristan Gosselin-Hane
7d9ffb8836 Fix line length 2020-05-22 14:05:45 -04:00
Tristan Gosselin-Hane
e61cfffab1 Attempt to fix test? 2020-05-22 13:28:02 -04:00
Tristan Gosselin-Hane
1b714e6449 Update tests to use new join game packet definiton 2020-05-22 12:49:12 -04:00
Tristan Gosselin-Hane
0343df918c Fixed packet types 2020-05-22 12:49:02 -04:00
Tristan Gosselin-Hane
9c08c6c9f5 Added support for snapshots 20w20a and 20w20b 2020-05-14 21:37:25 -04:00
Tristan Gosselin-Hane
d26aacec28 Added support for snapshot 20w19a 2020-05-07 11:58:08 -04:00
Tristan Gosselin-Hane
8cb02e7f7f Added support for snapshot 20w18a 2020-05-04 12:04:04 -04:00
Tristan Gosselin-Hane
180c698ce1 Added support for snapshot 20w17a 2020-04-22 16:36:19 -04:00
Tristan Gosselin-Hane
7380bc2c61 Added support for snapshots 20w13b, 20w14a, 20w15a, 20w16a 2020-04-17 00:07:41 -04:00
Tristan Gosselin-Hane
428a599f40 Added support for snapshot 20w13a 2020-04-16 20:54:51 -04:00
Tristan Gosselin-Hane
76f7b4bdc9 Added support for snapshot 20w12a 2020-03-20 15:00:31 -04:00
Tristan Gosselin-Hane
5c6edf5e44 Added support for snapshot versions up to 20w11a 2020-03-17 00:23:35 -04:00
joo
ff9a0813b6 Add support for 1.15.2-pre1 to 1.15.2 (protocols 576 to 578) 2020-01-23 18:02:10 +01:00
joo
b38adc1aa1 Add pre-release versions between 1.14.4 and 1.15.1; update test config 2020-01-08 16:15:42 +01:00
Sillyfrog
51c618aeb5 Support v1.15.1 2019-12-23 21:53:16 -05:00
Sillyfrog
e1afabcba5 Add support for v1.15 2019-12-23 21:53:10 -05:00
joo
6f2f25656c
Merge pull request #135 from jimchen5209/1.14.4
Upgrade to 1.14.4 (Same Packet Format)
2019-08-16 02:03:42 +02:00
joodicator
bbbd3fb195 Add pre-release versions for 1.14.3 and 1.14.4 2019-08-16 00:16:41 +02:00
Jim Chen
6f54e852d4
Update readme supported list 2019-07-26 15:09:47 +08:00
Jim Chen
c80cfd50fe
Upgrade to 1.14.4(Same Packet Format) 2019-07-26 09:10:35 +08:00
joodicator
997f813a6c Add tests for string representation of PlayerListItemPacket (issue #133) 2019-07-03 19:54:15 +02:00
joodicator
a03e1a7c47 Fix: MutableRecord interprets __slots__ incorrectly (issue #133) 2019-07-03 19:53:30 +02:00
joo
e97458c970
Update README.rst 2019-06-25 15:14:11 +02:00
Sillyfrog
d90f08c503 Update to v1.14.3 (same packet format) 2019-06-25 15:13:17 +02:00
joodicator
e3d2b1a368 Improve metadata and auxiliary methods of existing packets.
* Add multi-attribute aliases to some packets, for user convenience.
* Add support for writing PlayerListItemPacket.
* Add 'fields' attributes to manually-read/written packet classes,
  implementing 'field_string' where appropriate to allow enable the
  default __repr__ implementation.
* Modify data constructors where appropriate so that __repr__
  implementations match their constructor protocols.
* Improve comments on type aliases within packet classes.
* Add/modify tests to cover the new functionality.
2019-06-08 15:39:24 +02:00
joodicator
234e57716c Increment package version to 0.6.0 2019-05-29 18:47:14 +02:00
joodicator
d1e1da85c8 Declare support for 1.14.2 pre-releases 1-4 (481-484); update README 2019-05-29 18:26:06 +02:00
Sillyfrog
6d9d15845a Support for 1.14.2 (same packet format) 2019-05-29 15:37:25 +10:00
joo
b83b33f8df
Merge pull request #125 from SirGhostal/new-packets
* Add Angle type for byte-encoded rotation angles.
* Fix: SpawnPlayerPacket and SpawnObjectPacket use wrong type for pitch/yaw.
* Add FacePlayerPacket and EntityLookPacket.
2019-05-18 03:04:59 +02:00
joodicator
1012ee8640 Revert: Add tests for Angle (were already present) 2019-05-18 02:54:21 +02:00
joodicator
a3357762d7 Add tests for FacePlayerPacket, Angle; fix bugs; misc. changes
* Add alias FacePlayerPacket.target for x, y, z fields.
* Replace FacePlayerPacket.OriginPoint type alias with Origin and
  EntityOrigin aliases.
2019-05-18 02:36:36 +02:00