Commit Graph

  • 180c698ce1 Added support for snapshot 20w17a Tristan Gosselin-Hane 2020-04-22 16:36:19 -0400
  • 7380bc2c61 Added support for snapshots 20w13b, 20w14a, 20w15a, 20w16a Tristan Gosselin-Hane 2020-04-16 20:52:48 -0400
  • 428a599f40 Added support for snapshot 20w13a Tristan Gosselin-Hane 2020-03-25 20:04:55 -0400
  • 8e939d0689 shut up flake8 Tristan Gosselin-Hane 2020-04-16 20:51:12 -0400
  • e6328c57d9 change twos_comp function placement Tristan Gosselin-Hane 2020-04-16 20:34:04 -0400
  • 5ab2f22f9d use twos complement representation like java does Tristan Gosselin-Hane 2020-04-16 20:25:58 -0400
  • 550f15a9ef Properly fixed, I think... Tristan Gosselin-Hane 2020-04-16 20:01:28 -0400
  • c1b47c7c03 Hacky implementation? Tristan Gosselin-Hane 2020-04-16 19:19:23 -0400
  • 31e4efbe35 test Tristan Gosselin-Hane 2020-04-16 18:58:08 -0400
  • e038d63811 Added support for snapshot 20w13a Tristan Gosselin-Hane 2020-03-25 20:04:55 -0400
  • 76f7b4bdc9 Added support for snapshot 20w12a Tristan Gosselin-Hane 2020-03-20 10:42:41 -0400
  • 5c6edf5e44 Added support for snapshot versions up to 20w11a Tristan Gosselin-Hane 2020-03-17 00:23:35 -0400
  • c623cc2a18
    remvoed trailing whitespace laundmo 2020-03-11 08:49:42 +0100
  • 2ff8f3f73b
    removed whitespace in empty line laundmo 2020-03-11 08:44:47 +0100
  • 65ceaa097a
    changed autofunction to autodecorator laundmo 2020-03-11 08:15:05 +0100
  • dc53787d8f
    Merge pull request #2 from laundmo/patch-2 laundmo 2020-03-11 08:13:46 +0100
  • 6858ac6d73
    Merge pull request #1 from laundmo/patch-1 laundmo 2020-03-11 08:10:35 +0100
  • e7d2b013bd
    Expanded listener decorator docstring laundmo 2020-03-11 08:09:32 +0100
  • c96291f9dd
    added decorator example to connection.rst laundmo 2020-03-11 07:59:17 +0100
  • aeef856a98
    add two packet class 276562578 2020-02-25 21:43:00 +0800
  • de8dddb714 Requirements moved to setup.py Amund Eggen Svandal 2020-02-18 16:22:31 +0100
  • 64efaac3a9 Install minecraft in editable mode Amund Eggen Svandal 2020-02-18 14:48:02 +0100
  • 69bd271c55 Add requirements to setup.py Amund Eggen Svandal 2020-02-17 20:13:31 +0100
  • ff9a0813b6 Add support for 1.15.2-pre1 to 1.15.2 (protocols 576 to 578) joo 2020-01-23 18:02:10 +0100
  • b38adc1aa1 Add pre-release versions between 1.14.4 and 1.15.1; update test config joo 2020-01-08 15:54:45 +0100
  • 51c618aeb5 Support v1.15.1 Sillyfrog 2019-12-22 21:24:26 +1000
  • e1afabcba5 Add support for v1.15 Sillyfrog 2019-12-11 15:52:25 +1000
  • 60b52e6208
    Remove debug print statement Ammar Askar 2019-12-23 21:37:14 -0500
  • f569b965aa Support v1.15.1 Sillyfrog 2019-12-22 21:24:26 +1000
  • 4feb31b411 Fix tests for v1.15 Sillyfrog 2019-12-12 20:38:39 +1000
  • 6943229de3 flake8 Sillyfrog 2019-12-12 07:00:45 +1000
  • c54ab43911
    Merge branch 'master' into master sillyfrog 2019-12-11 15:56:26 +1000
  • 180b631ef9 Add support for v1.15 Sillyfrog 2019-12-11 15:52:25 +1000
  • e9aca43870
    Merge 6a7c665384 into 6f2f25656c Zach Howard 2019-09-02 18:21:21 +0000
  • 6a7c665384 Correct spelling typo's. Zachy 2019-09-02 19:17:08 +0100
  • 256c61c5dc Write tests for new packets and fix issues it revealed Zachy24 2019-08-31 18:00:56 +0100
  • 283b39e7bc Implement Clientbound EntityHeadLookPacket Zachy24 2019-08-31 16:00:30 +0200
  • 4e217a1522 Fix spawn_mob_packet test and flake8 Zachy24 2019-08-31 09:14:22 +0200
  • bfcfa6497d Add SpawnMobPacket tests, add new multiattributes and fix bugs Zachy24 2019-08-31 08:37:40 +0200
  • 45afa54f39 Add missed serverbound.play.__init__.py file Zachy24 2019-08-30 17:43:14 +0200
  • 8ee1a60f61 Fix flake8 & pylint errors Zachy24 2019-08-30 17:36:14 +0200
  • 7640cea2d7 Partial Implementation of BlockActionPacket Clientbound Zachy24 2019-08-30 17:05:42 +0200
  • 484464dd04 Implement UseEntityPacket Serverbound Zachy24 2019-08-30 17:00:21 +0200
  • 2f5bfeed71 Implement SpawnMobPacket Clientbound Zachy24 2019-08-30 16:52:16 +0200
  • c880f4ef4a Implement DestroyEntitiesPacket Clientbound Zachy24 2019-08-29 19:50:29 +0200
  • 969b042d4f Implement VehicleMovePacket Serverbound Packet Zachy24 2019-08-29 18:35:37 +0200
  • 7a79b4dbcd Implement VehicleMove & Entity Clientbound Packets Zachy24 2019-08-29 18:24:49 +0200
  • 6f2f25656c
    Merge pull request #135 from jimchen5209/1.14.4 joo 2019-08-16 02:03:42 +0200
  • bbbd3fb195 Add pre-release versions for 1.14.3 and 1.14.4 joodicator 2019-08-16 00:16:41 +0200
  • 30f78ed5a3 Fix package name Radon Rosborough 2019-08-09 14:43:08 -0700
  • f9b7208a2b Use setuptools instead of distutils Radon Rosborough 2019-08-09 13:34:14 -0700
  • 6f54e852d4
    Update readme supported list Jim Chen 2019-07-26 15:09:47 +0800
  • c80cfd50fe
    Upgrade to 1.14.4(Same Packet Format) Jim Chen 2019-07-26 09:10:35 +0800
  • 997f813a6c Add tests for string representation of PlayerListItemPacket (issue #133) joodicator 2019-07-03 19:54:15 +0200
  • a03e1a7c47 Fix: MutableRecord interprets __slots__ incorrectly (issue #133) joodicator 2019-07-03 19:53:30 +0200
  • e97458c970
    Update README.rst joo 2019-06-25 15:14:11 +0200
  • d90f08c503 Update to v1.14.3 (same packet format) Sillyfrog 2019-06-25 13:58:13 +1000
  • 5a2bd01a9f Update to v1.14.3 (same packet format) Sillyfrog 2019-06-25 13:58:13 +1000
  • e3d2b1a368 Improve metadata and auxiliary methods of existing packets. joodicator 2019-06-08 15:38:20 +0200
  • 234e57716c Increment package version to 0.6.0 1.14.2 joodicator 2019-05-29 18:47:14 +0200
  • d1e1da85c8 Declare support for 1.14.2 pre-releases 1-4 (481-484); update README joodicator 2019-05-29 18:26:06 +0200
  • 6d9d15845a Support for 1.14.2 (same packet format) Sillyfrog 2019-05-29 15:37:25 +1000
  • b83b33f8df
    Merge pull request #125 from SirGhostal/new-packets joo 2019-05-18 03:04:59 +0200
  • 1012ee8640 Revert: Add tests for Angle (were already present) joodicator 2019-05-18 02:54:21 +0200
  • a3357762d7 Add tests for FacePlayerPacket, Angle; fix bugs; misc. changes joodicator 2019-05-18 01:39:12 +0200
  • a6c11bbb34 Flake8: Correct E501 line too long (81 > 79 characters) Zachy 2019-05-17 21:56:32 +0100
  • b0a9a3693c Remove white space Zachy 2019-05-17 21:45:21 +0100
  • e8a0e34aef Feedback: Replace FeetEyes convention with OriginPoint for forward compat Zachy 2019-05-17 21:38:57 +0100
  • 0b127da0ca Feedback: Correct Fixed Point conversion & take mod of angle send value Zachy 2019-05-17 21:31:33 +0100
  • a60b513e74 Fix import order Zachy 2019-05-17 02:15:01 +0100
  • 93f6d269da Fix tests to work with new Angle type@ Zachy 2019-05-17 02:09:27 +0100
  • 22008c5c5c New line at end of file Zachy 2019-05-15 14:18:49 +0100
  • 3c594a1386 Remove debugging print statement and make send static Zachy 2019-05-15 13:59:23 +0100
  • 0fc8c3bbfe Add tests for new Angle type. Zachy 2019-05-15 13:52:13 +0100
  • 7361f761f5 Implement type 'Angle', packet 'EntityLookPacket' and fix Packet Types Zachy 2019-05-15 13:51:31 +0100
  • d7b560a9f4 Implement FacePlayerPacket Zachy 2019-05-15 01:28:56 +0100
  • 7b1567c352 Improve test coverage wrt protocol versions; other fixes/improvements joodicator 2019-05-14 18:41:58 +0200
  • 6ef868bc5b Update README.rst joodicator 2019-05-13 22:36:36 +0200
  • b3cf00a856 Add support for Minecraft 1.14.1 Pre Release 1 to 1.14.1 (protocols 478 to 480) joodicator 2019-05-13 22:25:40 +0200
  • 6d62d3956a
    Merge pull request #116 from Amund211/packets joo 2019-05-13 22:05:40 +0200
  • d24b6eaded Update SoundEffectPacket and UseItemPacket to 1.14; misc improvements joodicator 2019-05-13 21:58:59 +0200
  • faf02acf62 Merge branch 'master' into packets joodicator 2019-05-13 21:28:02 +0200
  • e4f8b5583a Fix: networking.types.utility.__all__ is incorrect. joodicator 2019-05-13 20:32:21 +0200
  • 4956d5e70d
    Merge pull request #103 from SirGhostal/patch-2 joo 2019-05-13 19:14:37 +0200
  • 41ea36c642 Add test coverage for @listener. joodicator 2019-05-13 19:04:35 +0200
  • 24ca96accb Merge branch 'master' into patch-2 joodicator 2019-05-13 19:02:23 +0200
  • 7ae6d599fb
    Merge pull request #102 from SirGhostal/patch-1 joo 2019-05-13 18:39:20 +0200
  • bf719611ec Update RespawnPacket and ServerDifficultyPacket to 1.14. joodicator 2019-05-13 18:22:53 +0200
  • d627423949 Merge branch 'master' into patch-1 joo 2019-05-13 17:49:20 +0200
  • f248006b86 Fix: doc build fails due to unused 'sphinx.ext.pngmath'. joodicator 2019-05-11 09:28:57 +0200
  • 612fa8e324 Add support for Minecraft 18w43a to 1.14 (protocols 441 to 477) joodicator 2019-05-11 08:43:08 +0200
  • 292102746b
    Update to 1.14 Jack Wilsdon 2019-05-07 15:30:42 +0100
  • 1a1b9803f8 Edit definition of `SoundEffectPacket` Amund Eggen Svandal 2019-01-13 23:05:51 +0000
  • 56d1300db1 Updated id of UseItemPacket Amund Eggen Svandal 2019-01-13 22:06:39 +0000
  • 9b43d6f004 Fix hanging indefinitely while making auth-related requests (#117) L1LxHa 2019-01-05 01:22:42 +0000
  • b4c58477f4 Fixes for flake8 Ammar Askar 2019-01-04 20:12:07 -0500
  • 6adefa8c75 Add test for new invalidate_previous functionality Ammar Askar 2019-01-04 19:59:45 -0500
  • 11f2f1822e Fix hanging indefinitely while making auth-related requests (#117) L1LxHa 2019-01-03 20:24:37 +0000
  • bea661860d Add Use Item packet Amund Eggen Svandal 2019-01-02 00:53:41 +0100
  • e21c0d877f Implement the Sound Effect packet Amund Eggen Svandal 2019-01-02 00:28:45 +0100