Toni Helenius
|
62556706b0
Remove deprecation, some cleanups & formatting
|
5 лет назад |
Toni Helenius
|
6a095fe05d
Remove deprecation, some cleanups & formatting
|
5 лет назад |
Toni Helenius
|
d3c33e68f7
Use interface
|
5 лет назад |
Toni Helenius
|
6c023500be
Remove deprecation, some cleanups & formatting
|
5 лет назад |
Toni Helenius
|
46be2e2da0
Source level 11
|
5 лет назад |
Toni Helenius
|
8cc0b0c1ca
Update & fix copyright
|
5 лет назад |
MeFisto94
|
fb869f9a7c
Updated the Harness Overrides for Netbeans 11.2
|
5 лет назад |
Toni Helenius
|
8c4900a6fb
Update Gradle 4.10.2 -> 5.6.4
|
5 лет назад |
MeFisto94
|
f0b44c6b19
Upgrade Netbeans to 11.2
|
5 лет назад |
MeFisto94
|
46df5a0c64
Upgrade Download-JDKs to work with the new java 11 scheme, but also try to support the legacy way for java 8 (untested and unclear if it works for 9 and 10).
|
5 лет назад |
MeFisto94
|
4959b92eae
Merge pull request #214 from jMonkeyEngine/netbeans-11
|
5 лет назад |
MeFisto94
|
27760a1308
Merge pull request #199 from jMonkeyEngine/netbeans-9
|
5 лет назад |
MeFisto94
|
3c9dad483d
Merge branch 'master' into netbeans-9
|
5 лет назад |
grizeldi
|
28d4178128
Removed all direct usages of AppState interface in the light of ID changes
|
6 лет назад |
oyarzun
|
71837953b6
Remove readonly flag so cleaner.exe can delete (#208)
|
6 лет назад |
grizeldi
|
d72264096f
Fixed jbullet and stack-alloc versions not being sucessfully patched
|
6 лет назад |
MeFisto94
|
137a7ca521
Added an easy way to view PBR Models in the SDK using two buttons (currently chimpanzees, hit me up if you have icons), where one is adding a lightprobe and the other a skybox to allow watching the model.
|
6 лет назад |
grizeldi
|
fc90b77e90
Merge pull request #204 from grizeldi/DirectionalLight
|
6 лет назад |
grizeldi
|
892a578b83
Fixed DirectionalLight gizmo direction
|
6 лет назад |
MeFisto94
|
1d02a1688e
Fix warnings/errors when extracting the version string
|
6 лет назад |
MeFisto94
|
04607240dd
Fix #201 - Due to a refactoring the icon path has changed. This has remained unnoticed until the runtime.
|
6 лет назад |
MeFisto94
|
4f575675a0
Upgrade Build Environment to OpenJDK 11
|
6 лет назад |
MeFisto94
|
867509075d
Upgrade the post-windows-7-launchers by upgrading their icons (and changing the respective hashes)
|
6 лет назад |
MeFisto94
|
9c6db7bef3
Use Netbeans 11
|
6 лет назад |
MeFisto94
|
170f0115a5
Welcome Screen: Commented out code that was part of sun internal apis which has been removed
|
6 лет назад |
MeFisto94
|
97bf295892
Fix build by specifying a dependency on JAX-WS API (for Annotations). Also upgraded the source level straight to java 10 (as java 6 is now deprecated and pointless). Also took the chance and updated the "jme" version to 3.3.0 (which used to be 3.2.0 for all the project.xmls)
|
6 лет назад |
MeFisto94
|
09ebbff08d
Font Support: Remove new Integer(i) as it was deprecated
|
6 лет назад |
MeFisto94
|
86048d47a2
Android: Fix Warning (not implementing hashCode)
|
6 лет назад |
MeFisto94
|
c557280cd3
Fix jme3-documentation: Specify javax.help from mavenCentral as dependency, as it doesn't ship with netbeans anymore
|
6 лет назад |
MeFisto94
|
26e044ab3b
Specify the Java Common Project API as an Implementation Version to not require to be "friendly" to this module. Note that this means we take "any" version available at runtime and try to call the methods available to the caller at compile time. This COULD lead to an exception when updating the module without updating the caller. For now we assume changes are unlikely and that we could update the jme3-core module just together. Unfortunately there is no other way, as the maintainer of said module disallows use of a particular version of his api ("not ready yet")
|
6 лет назад |