Skip to content

Releases: sagittaras/gamedev-kit

1.2.0 - Messsaging and Progression

Choose a tag to compare

@github-actions github-actions released this 12 Jul 09:44
2bf00f2

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 11:18
5ad807a

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

Choose a tag to compare

@github-actions github-actions released this 13 Jun 12:43
d314950

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!

Choose a tag to compare

@github-actions github-actions released this 10 Jun 19:41
25c3caf

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