Releases: iksnagreb/cs-gamestate
Releases · iksnagreb/cs-gamestate
v0.0.3
What's Changed
- Add ActiveGrenade sub-structure with information on grenade effects
- Add a "view" of the game state corresponding to the scoreboard per team
- Minor fixes regarding sub-structure post-init and verification
- Update equipment.py by @alexanderwerning in #1
New Contributors
- @alexanderwerning made their first contribution in #1
Full Changelog: v0.0.2...v0.0.3
0.0.2
First release via GitHub. Should be the first time running the release actions workflow to push to PyPI.
Changes
- Game State Verification against some known values for names states and types, especially weapon information
- Utilities for generating configuration files and logging states to the terminal (or file)
- If sub-components of the game state are present but not a dictionary before converting to their corresponding substructure type, they are treated as not-present