Releases: sagittaras/gamedev-kit
Releases · sagittaras/gamedev-kit
Release list
1.2.0 - Messsaging and Progression
1.1.1
What's Changed
- Fixed ChanceTable normalization by @JZechy in #6
- Builds now contains PDB files, which allows for debugging of the library inside projects. And XML files including publicly visible comments in the code.
Full Changelog: 1.1.0...1.1.1
1.1.0 - Timing
Introduction of Timing API, delta-time based timing library for game loops. It provides lightweight timer primitives that accumulate time across frames. Reducing the cooldown boilerplate in the code.
What's Changed
Full Changelog: 1.0.0...1.1.0
1.0.0 - Development Kit is live!
This is a first public release of our develpoment kit 🥳 Introducing first two packages - Dices and Guard Clauses. See Docs for more details!
Full Changelog: 0.0.2...1.0.0