Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified branding/core/core.jar/org/netbeans/core/startup/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/core/core.jar/org/netbeans/core/startup/splash.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ dependencies {
corelibs dep("org.jmonkeyengine:jme3-plugins-json-gson:$jmeVersion-$jmeVersionTag", true, true)
corelibs dep("org.jmonkeyengine:jme3-lwjgl:$jmeVersion-$jmeVersionTag", true, true)
corelibs dep("org.jmonkeyengine:jme3-effects:$jmeVersion-$jmeVersionTag", true, true)
corelibs dep("com.github.stephengold:Minie:8.2.0", true, true) // replacement for bullet-native
corelibs dep("com.github.stephengold:Heart:9.1.0", true, true) // requirement for Minie
corelibs dep("com.github.stephengold:Minie:9.0.3", true, true) // replacement for bullet-native
corelibs dep("com.github.stephengold:Heart:9.3.0", true, true) // requirement for Minie
corelibs dep(fileTree("lib"), false, false)
corelibs dep("org.jmonkeyengine:jme3-jogg:$jmeVersion-$jmeVersionTag", true, true)

Expand All @@ -59,14 +59,14 @@ dependencies {
optlibs dep("com.simsilica:lemur-props:1.2.0", true, true)
optlibs dep("com.simsilica:sio2:1.8.0", true, true)
optlibs dep("com.simsilica:sim-math:1.6.0", true, true)
optlibs dep("com.simsilica:zay-es:1.5.0", true, true)
optlibs dep("com.simsilica:zay-es:1.6.0", true, true)

optlibs dep("org.jmonkeyengine:jme3-jbullet:$jmeVersion-$jmeVersionTag", true, true)
optlibs dep("org.jmonkeyengine:jme3-android:$jmeVersion-$jmeVersionTag", true, true)
optlibs dep("org.jmonkeyengine:jme3-ios:$jmeVersion-$jmeVersionTag", true, true)
optlibs dep("org.jmonkeyengine:jme3-android-native:$jmeVersion-$jmeVersionTag", true, true)
optlibs dep("org.jmonkeyengine:jme3-lwjgl3:$jmeVersion-$jmeVersionTag", true, true)
optlibs dep("com.github.stephengold:Wes:0.8.1", true, true)
optlibs dep("com.github.stephengold:Wes:0.8.3", true, true)
testdatalibs dep("org.jmonkeyengine:jme3-testdata:$jmeVersion-$jmeVersionTag", false, false)
examplelibs dep("org.jmonkeyengine:jme3-examples:$jmeVersion-$jmeVersionTag", false, true)
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Version number used for plugins, only 3 numbers (e.g. 3.1.3)
jmeVersion = 3.8.1
jmeVersion = 3.9.0
# Version used for application and settings folder, no spaces!
jmeMainVersion = 3.8
jmeMainVersion = 3.9
# Version addition pre-alpha-svn, Stable, Beta
jmeVersionTag = stable
# Increment this each time jmeVersionTag changes but jmeVersion stays the same
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public enum AdditionalLibrary implements TemplateLibrary {
HEART("Heart Library", NbBundle.getMessage(AdditionalLibrary.class,
"additionalLibrary.heart.description"),
"com.github.stephengold", "Heart",
"9.0.0", false),
"9.3.0", false),
PARTICLE_MONKEY("Particle Monkey",
NbBundle.getMessage(AdditionalLibrary.class,
"additionalLibrary.particlemonkey.description"),
Expand All @@ -103,19 +103,19 @@ public enum AdditionalLibrary implements TemplateLibrary {
SIO2("SiO2", NbBundle.getMessage(AdditionalLibrary.class,
"additionalLibrary.sio2.description"),
"com.simsilica", "sio2",
"1.7.0", false),
"1.8.0", false),
ZAY_ES("Zay-ES Entity Component System",
NbBundle.getMessage(AdditionalLibrary.class,
"additionalLibrary.zayes.description"),
"com.simsilica", "zay-es", "1.4.0", false),
"com.simsilica", "zay-es", "1.6.0", false),
ZAY_ES_NET("Zay-ES-Net Networking Extension",
NbBundle.getMessage(AdditionalLibrary.class,
"additionalLibrary.zayesnet.description"),
"com.simsilica", "zay-es-net", "1.5.0", false),
"com.simsilica", "zay-es-net", "1.6.0", false),
WES("Wes Library", NbBundle.getMessage(AdditionalLibrary.class,
"additionalLibrary.wes.description"),
"com.github.stephengold", "Wes",
"0.8.1", false),;
"0.8.3", false),;

/**
* The name of the library. This will be displayed in the jComboBox in the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
*/
public enum JMEVersion implements LibraryVersion {

JME_3_9_0("3.9.0-stable",
"/com/jme3/gde/templates/files/patchnotes/390-stable.html"),
JME_3_8_1("3.8.1-stable",
"/com/jme3/gde/templates/files/patchnotes/381-stable.html"),
JME_3_8_0("3.8.0-stable",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public enum PhysicsLibrary implements TemplateLibrary {
MINIE("Minie", NbBundle.getMessage(PhysicsLibrary.class,
"physicslibrary.minie.description"),
"com.github.stephengold", "Minie",
"8.2.0", false);
"9.0.3", false);

/**
* The name of the library. This will be displayed in the jComboBox in the
Expand Down
Binary file modified resources/splashscreen/splash.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/splashscreen/splash.xcf
Binary file not shown.