Skip to content

Releases: chickensoft-games/GameDemo

Version 3.2.0

27 Nov 00:08
5701215
Compare
Choose a tag to compare

What's Changed

Now using the Jolt physics engine (which solves a lot of physics glitches and improves performance).

  • fix: remove architecture layer skipping in InGameUILogic by @xodial in #20
  • fix: renovate json by @jolexxa in #24
  • chore(deps): update all dependencies (major) by @renovate in #22
  • chore(deps): update all dependencies by @renovate in #21
  • chore(deps): update dependency chickensoft.autoinject to v2.3.0 by @renovate in #25
  • chore(deps): update all dependencies by @renovate in #26
  • chore(deps): update all dependencies to v5.3.0 by @renovate in #27
  • chore(deps): update all dependencies by @renovate in #28
  • fix: use interfaces in models by @jolexxa in #29
  • chore(deps): update dependency system.io.abstractions to v21.0.29 by @renovate in #30
  • chore(deps): update dependency chickensoft.collections to v1.8.0 by @renovate in #31
  • chore(deps): update dependency chickensoft.collections to v1.8.1 by @renovate in #32
  • chore(deps): update dependency chickensoft.collections to v1.8.2 by @renovate in #33
  • chore(deps): update dependency chickensoft.collections to v1.8.3 by @renovate in #34
  • chore(deps): update all dependencies by @renovate in #35
  • docs: update docs by @jolexxa in #36
  • chore(deps): update dependency chickensoft.collections to v1.8.5 by @renovate in #37
  • chore(deps): update all dependencies by @renovate in #38
  • fix: imports by @jolexxa in #39
  • fix launchSettings on Windows by @van800 in #40
  • chore(deps): update dependency chickensoft.collections to v1.8.6 by @renovate in #41
  • chore(deps): update all dependencies by @renovate in #42
  • chore(deps): update peter-evans/create-pull-request action to v7 by @renovate in #43
  • chore(deps): update all dependencies by @renovate in #44
  • chore(deps): update all dependencies by @renovate in #45
  • chore(deps): update dependency environmentabstractions to v5 by @renovate in #46
  • chore(deps): update all dependencies by @renovate in #47
  • chore(deps): update all dependencies by @renovate in #48
  • chore(deps): update all dependencies by @renovate in #49
  • chore(deps): update dependency chickensoft.godotnodeinterfaces to v2.2.24 by @renovate in #50
  • chore(deps): update dependency chickensoft.collections to v1.9.1 by @renovate in #51
  • chore(deps): update all dependencies by @renovate in #52
  • chore(deps): update all dependencies by @renovate in #53
  • chore(deps): update all dependencies by @renovate in #54
  • chore(deps): update dependency chickensoft.serialization.godot to v0.4.5 by @renovate in #55
  • chore(deps): update all dependencies by @renovate in #56
  • chore(deps): update dependency chickensoft.collections to v1.11.0 by @renovate in #57
  • chore(deps): update dependency chickensoft.serialization.godot to v0.4.7 by @renovate in #58
  • chore(deps): update all dependencies by @renovate in #59
  • chore(deps): update dependency chickensoft.collections to v1.11.2 by @renovate in #60
  • chore(deps): update all dependencies to v5.11.1 by @renovate in #62
  • chore(deps): update all dependencies to v2 (major) by @renovate in #61
  • chore(deps): update all dependencies by @renovate in #63
  • feat: add netcoredbg/vscodium launch configuration by @jolexxa in #65
  • chore(deps): update dependency chickensoft.collections to v1.12.0 by @renovate in #64
  • chore(deps): update dependency chickensoft.godotnodeinterfaces to v2.2.29 by @renovate in #66
  • chore(deps): update dependency system.io.abstractions to v21.1.1 by @renovate in #68
  • chore(deps): update all dependencies by @renovate in #69
  • chore(deps): update all dependencies by @renovate in #70
  • chore(deps): update all dependencies by @renovate in #71
  • chore(deps): update dependency chickensoft.collections to v1.12.3 by @renovate in #72
  • feat: massive performance improvements by @jolexxa in #67
  • chore(config): migrate renovate config by @renovate in #74
  • chore(deps): update all dependencies to v5.13.0 by @renovate in #75

New Contributors

Full Changelog: 3.1.0...3.2.0

Version 3.1.0

06 Jul 18:23
95d185a
Compare
Choose a tag to compare

What's Changed

  • chore: use LF as default EOL for compatibility on Windows by @wlsnmrk in #18
  • test: updates tests that need fixing and upgrades to autoinject 2.1.0 by @definitelyokay in #19

Full Changelog: 3.0.0...3.1.0

Version 3.0.0

11 Jun 03:15
00b6005
Compare
Choose a tag to compare

Now with basic joypad support + saving and loading full game state! 🤠 Special thank you to the new contributors!

For Godot 4.2.2

What's Changed

  • chore: upgrade to godot 4.2.1 by @definitelyokay in #9
  • fix: Some syntax errors in editorconfig by @SaNeOr in #10
  • feat: Add joypad camera support by @emersonbottero in #12
  • feat: save/load by @definitelyokay in #16
  • docs: update readme by @definitelyokay in #17

New Contributors

Full Changelog: v2.0.0-godot4.2.0-beta.5...3.0.0

Version 2.0.0

08 Jan 05:22
7f19eb9
Compare
Choose a tag to compare

This refactors the entire project to have simpler, better application/game state management.

Version 1.0.0

10 Nov 06:15
Compare
Choose a tag to compare
  • Initial release!
  • Fully unit tested (100% code coverage)
  • Assets by GDQuest, FreePD CC 4.0, other SFX CC0, various shader code MIT from godotshaders.com