github-actions
released this
15 Dec 17:17
·
2 commits
to master
since this release
Highlights
- Based on Netbeans 24 (up from 23)
- Bug fixes & updated libraries (mainly for Ant projects)
- GLSL now has basic auto-completion feature
- Animation merging
What's Changed
- Fix jME tests template and Ant BasicGame template by @tonihele in #621
- Update Stephen's library versions by @tonihele in #622
- fix AppStateExplorer not finding AppStates extending BaseAppState by @neph1 in #623
- Upgrade to Netbeans 24 by @tonihele in #631
- Merge animations actions by @neph1 in #626
- Fix NPE on GlslLexer by @tonihele in #633
- Use Tries to match with the GLSL keywords by @tonihele in #634
- speculative fix for failed spatial updates in scenecomposer window by @neph1 in #624
- update template libs by @neph1 in #627
- GLSL auto-completion by @tonihele in #637
Full Changelog: v3.7.0-stable-sdk1...v3.7.0-stable-sdk2
Note for upgrading from previous SDK versions
There is no upgrade path per se, but if you have had any older SDK version on your computer. This new version might fail to start. To fix this you need to delete the following folder (old SDK settings):
C:\Users\user\AppData\Roaming\jmonkeyplatform
(Windows)
/home/user/.jmonkeyplatform
(Linux)