wrpl 0.10.0

A library/CLI to decode War Thunder replays (.wrpl).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
- [X] Parse headers (client & server)
- [x] Parse chat (client only, very partially server)
- [X] CLI application to parse single replays
    - [ ] Parse entire folder/install (and provide stats?)
    - [X] More intelligently detecting ZLIB offsets
    - [ ] Possibly seperate, as lib end-users don't want CLI deps
- [X] Download an entire game (CLI)
- [X] __Support server replays for basic packet parsing__
    - [X] __Parse chat messages__
    - [X] Link multiple [server] wrpls together for parsing
- [ ] __Get more information out of replays__
    - [ ] Vehicles, shells, positions, etc.
- [ ] Generally make more extensible/maintainable