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 年之前 |
MeFisto94
|
0f5aaee771
Added Java API Common Module to fix the error
|
6 年之前 |
MeFisto94
|
2e3cfce41a
Try to fix compilation error (see https://bugs.openjdk.java.net/browse/JDK-8212636 workaround)
|
6 年之前 |
MeFisto94
|
11d66e5f8b
Fixes #181 - Forgot the Java 8 specification and the deleted files which were causing problems.
|
6 年之前 |
MeFisto94
|
c7e72579ca
Fixes #181 - Replace the Beans Binding Library and the "New Geometry Settings Window" by specific and conventional dialogs which popup when creating a new primitive.
|
6 年之前 |
MeFisto94
|
1fbe7a66b2
Correct typo and formatting
|
6 年之前 |
MeFisto94
|
932fc3ba4a
Towards #181 - Remove Converter Beans Binding Interface and make the methods static
|
6 年之前 |
MeFisto94
|
4dee6a4fe6
Towards #181 - Add a base panel which will be used by all New Geometry Dialogs
|
6 年之前 |
MeFisto94
|
7de8617fda
Also support "branch-detection" on travis
|
6 年之前 |
MeFisto94
|
5c5e3ec02c
Added a better version handling, which fixes that non-tagged commits only worked on the master branch. This however makes the build platform specific to unix (or git shell environment), much like it already is because of build_engine and fix_engine
|
6 年之前 |