| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-02 | 1.9 kB | |
| v2.9.2 source code.tar.gz | 2025-12-02 | 50.6 kB | |
| v2.9.2 source code.zip | 2025-12-02 | 121.7 kB | |
| Totals: 3 Items | 174.2 kB | 0 | |
This release comes with a lot of fixes and upgrade to Godot 4.5.
By the way: community member Queble did a brand-new tutorial on Beehave! Check it out:
What's Changed
- updated CooldownDecorator to use Time singleton instead of physics pr… by @KilloPillers in https://github.com/bitbrain/beehave/pull/408
- Move docstrings above class annotations for better Godot editor integration by @csprance in https://github.com/bitbrain/beehave/pull/410
- Update README by @SarunasRamonas in https://github.com/bitbrain/beehave/pull/413
- upgrade to gdunit v6 by @bitbrain in https://github.com/bitbrain/beehave/pull/423
- Fix before run behavior by @bitbrain in https://github.com/bitbrain/beehave/pull/424
- Get rid of 'usage' warning when enabling/disabling beehave, closes [#418] by @bitbrain in https://github.com/bitbrain/beehave/pull/425
- ensure BeehaveTree is available even if Godot class cache is broken, closes [#409] by @bitbrain in https://github.com/bitbrain/beehave/pull/426
- avoid sending raw objects over engine debugger connection, closes [#420] by @bitbrain in https://github.com/bitbrain/beehave/pull/427
- clear blackboard after orientation change, closes [#412] by @bitbrain in https://github.com/bitbrain/beehave/pull/428
New Contributors
- @KilloPillers made their first contribution in https://github.com/bitbrain/beehave/pull/408
- @csprance made their first contribution in https://github.com/bitbrain/beehave/pull/410
- @SarunasRamonas made their first contribution in https://github.com/bitbrain/beehave/pull/413
Full Changelog: https://github.com/bitbrain/beehave/compare/v2.9.1...v2.9.2
