SDK Release 3.5
·
367 commits
to master
since this release
Highlights
- jME engine version v. 3.5.2 used internally and by Ant projects (up from 3.4.1)
- Ant projects have sources and javadocs again
- Gradle project wizard for jump starting your jME journey
- Scene composer fixes and enhancements
- Based on Netbeans 15 (up from 14)
- Comes with JDK 11.0.17 (up from 11.0.15)
What's Changed
- Extend/improve Gradle project wizard by @peedeeboy in #306
- Tooling n version by @tonihele in #372
- Issue 375 by @tonihele in #376
- Unify and fix the game template strings by @tonihele in #377
- #379 - Fix 'File is not part of a jME project' by @peedeeboy in #380
- Mark examplelibs as non-transitive, enable javadoc and sources for all by @tonihele in #378
- Previews for matparams by @neph1 in #334
- #175 lightprobe process fails by @neph1 in #344
- new splash screen for 3.5 by @nickidebruyn in #381
- Accept with 'assets' or ':assets' as Gradle Assets sub-project name by @peedeeboy in #383
- Fixes_#336_Default_values_from_MatDef by @neph1 in #391
- Replaces Raceway scene with one that opens in the SDK. Deleted redund… by @neph1 in #308
- #264 Removal of ogrexml. Unsure of whether I've caught everything, bu… by @neph1 in #309
- fix ogre xml dependency by @neph1 in #394
- found one more reference by @neph1 in #395
- Fixes Attempt to Link in SceneComposer results in'"NullPointerExcept… by @neph1 in #388
- #399 Enforcing name to be at least one character by @neph1 in #401
- Replace icons by @neph1 in #385
- Add camera fov slider to SceneComposer window by @neph1 in #404
- NormalViewState appstate and hook up for SceneViewer by @neph1 in #398
- Normal view fix by @neph1 in #409
- Adding icon for Normal View button by @neph1 in #408
- Add the missing larger application icons by @tonihele in #415
- Pick up new JDK version by @tonihele in #414
- replacing jme logo by @neph1 in #416
- adding black outline on icons. removing label from "play" button by @neph1 in #420
- Bugfix/issue 421 by @tonihele in #422
- centering add icon by @neph1 in #425
- Get rid of some weird labels by @tonihele in #423
- correct icon name by @neph1 in #426
- Blender icons to SVG by @tonihele in #427
New Contributors
- @peedeeboy made their first contribution in #306
Full Changelog: v3.4.1-stable-sdk1...v3.5.2-stable-sdk1
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)