Separate snap and msgs in roadmap
This commit is contained in:
parent
41f4742ac1
commit
91df2614b3
10
README.md
10
README.md
|
@ -2,9 +2,11 @@ A teeworlds network protocol library, designed according to sans I/O (http://san
|
|||
|
||||
# THIS LIBRARY IS IN EARLY DEVELOPMENT
|
||||
|
||||
Do not get bamboozled by the mature looking readme!
|
||||
This project is not in a very usable state yet. It is in very early development!
|
||||
APIs might change and many essential features are missing!
|
||||
## Do not get bamboozled by the mature looking readme!
|
||||
## This project is not in a very usable state yet. It is in very early development!
|
||||
## APIs might change and many essential features are missing!
|
||||
|
||||
---
|
||||
|
||||
## install
|
||||
|
||||
|
@ -32,12 +34,14 @@ for msg in packet.messages:
|
|||
| Deserialize 0.7 packet headers | :heavy_check_mark: |
|
||||
| Deserialize 0.7 chunk headers | |
|
||||
| Deserialize 0.7 messages | |
|
||||
| Deserialize 0.7 snapshots | |
|
||||
| Serialize 0.7 packet headers | |
|
||||
| Serialize 0.7 chunk headers | |
|
||||
| Serialize 0.7 messages | |
|
||||
| Deserialize 0.6 packet headers | |
|
||||
| Deserialize 0.6 chunk headers | |
|
||||
| Deserialize 0.6 messages | |
|
||||
| Deserialize 0.6 snapshots | |
|
||||
| Serialize 0.6 packet headers | |
|
||||
| Serialize 0.6 chunk headers | |
|
||||
| Serialize 0.6 messages | |
|
||||
|
|
Loading…
Reference in a new issue