Releases: nicolasauler/wolf_quake
Releases · nicolasauler/wolf_quake
Quake 3 log parser CLI
Wolf Quake is CLI that parses Quake 3 logs to html and txt reports.
This version supports parsing the following quake events:
- InitGame
- ConnectClient
- ClientInfo
- Kill
- ShutdownGame
The CLI can generate html and txt reports to stdout or files for 3 types of reports:
- Report with player rank by kill score
- Report with cause of death ranking
- And reports with both
What's Changed
- Setting up repo environment properly by @nicolasauler in #3
- Github Pages documentation by @nicolasauler in #5
- Adding readme, license and security. by @nicolasauler in #7
- Basic log parsing by @nicolasauler in #8
- Added text reports and CLI by @nicolasauler in #12
- Complementing with tests and documentation by @nicolasauler in #13
New Contributors
- @nicolasauler made their first contribution in #3
Full Changelog: https://github.com/nicolasauler/wolf_quake/commits/v0.1.0