Amund Eggen Svandal
d01dfd4812
Requirements moved to setup.py
2020-08-17 18:25:50 +02: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
Jim Chen
6f54e852d4
Update readme supported list
2019-07-26 15:09:47 +08:00
joo
e97458c970
Update README.rst
2019-06-25 15:14:11 +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
joodicator
6ef868bc5b
Update README.rst
2019-05-13 22:36:36 +02:00
joodicator
612fa8e324
Add support for Minecraft 18w43a to 1.14 (protocols 441 to 477)
...
This commit introduces two backward-incompatible changes which may break
existing code:
(1) `networking.packets.clientbound.play.SpawnObjectPacket.EntityType'
is no longer accessible as an attribute of the the `SpawnObjectPacket'
class: the values now depend on a `ConnectionContext`, and must be
accessed through an instance, or using `SpawnObjectPacket.field_enum'.
See the text of the `AttributeError` raised from the descriptor for
`SpawnObjectPacket.EntityType` for the full details.
(2) For some subclasses of `networking.types.Type', it is necessary to
call the methods `read_with_context' and `send_with_context' instead of
`read' and `send', supplying a `ConnectionContext' for those data types
- currently only `Position` - whose layout depends on it.
2019-05-11 08:43:51 +02:00
joo
527f3d3146
Add support for Minecraft 1.13.2-pre1, 1.13.2-pre2 and 1.13.2 (protocols 402 to 404).
2018-10-26 19:58:20 +01:00
joo
0eec179f48
Add support for Minecraft 1.13.1 and 1.13.1-pre2 (protocols 400 to 401).
2018-08-23 07:42:28 +01:00
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
joo
ebee077303
Update README.rst.
2018-05-26 20:49:01 +01:00
joo
da46c4553d
Remove support for Python 3.3. Add Python 3.6 to autotests as default version.
2018-05-18 06:00:35 +01: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
ec4d04c530
Update README.rst
2018-01-06 19:51:10 +00:00
TheSnoozer
61d9695226
support 1.12.2
2017-09-19 18:30:51 -04:00
joo
89a1bfb796
Update README.rst
2017-08-04 16:15:55 +01:00
joo
5b5f36048c
Update README.rst.
2017-06-08 06:52:46 +01:00
joo
a77092572c
Update README.rst
2017-04-17 11:07:22 +01:00
joo
9e369cb938
Update README.rst.
2017-04-16 05:06:12 +01:00
joo
bc260b0a91
Add Python 3.6 to supported Python versions.
2017-03-31 13:16:35 +01:00
joo
a753184ca2
Increment version to 0.2.0.
2016-06-18 19:34:34 +01:00
joo
c8b3e7a809
Fix several bugs caused or exposed by running in Python 3.
2016-06-17 20:38:18 +01:00
Jeppe Klitgaard
9202c4399b
Update README.rst
...
Travis-CI status image is now targeted at the master branch in order to prevent an ugly "build failing" image, when the build fails on development branches.
2015-04-15 22:09:42 +02:00
Jeppe Klitgaard
057cd499b7
Updated README.md to reflect new requirements
2015-04-07 19:08:09 +02:00
Jeppe Klitgaard
ebf5caab01
Updated README.rst, now has python versions and contact information
2015-04-05 22:32:17 +02:00
Ammar Askar
2afb43ef27
read the docs badge because why not
2015-04-03 04:58:26 +05:00
Ammar Askar
1e3437d638
Test coverage in readme
2015-04-03 04:02:06 +05:00
Ammar Askar
4dfdb6282b
coveralls support
2015-04-03 03:53:13 +05:00
Ammar Askar
515b0b3719
Add travis status to README
2015-04-03 03:31:58 +05:00
Jeppe Klitgaard
d4863c4ddb
We now use rst format for README file (easier with pypi)
2015-04-01 18:44:21 +02:00