Commit History

Author SHA1 Message Date
  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 years ago
  MeFisto94 0f5aaee771 Added Java API Common Module to fix the error 6 years ago
  MeFisto94 2e3cfce41a Try to fix compilation error (see https://bugs.openjdk.java.net/browse/JDK-8212636 workaround) 6 years ago
  MeFisto94 11d66e5f8b Fixes #181 - Forgot the Java 8 specification and the deleted files which were causing problems. 6 years ago
  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 years ago
  MeFisto94 1fbe7a66b2 Correct typo and formatting 6 years ago
  MeFisto94 932fc3ba4a Towards #181 - Remove Converter Beans Binding Interface and make the methods static 6 years ago
  MeFisto94 4dee6a4fe6 Towards #181 - Add a base panel which will be used by all New Geometry Dialogs 6 years ago
  MeFisto94 7de8617fda Also support "branch-detection" on travis 6 years ago
  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 years ago
  MeFisto94 0d6b0a2c62 "Try" to use the latest Ubuntu Distro in Travis and openJDK10 (as with 11 there were some engine issues). 6 years ago
  MeFisto94 8104061d55 Actually use Netbeans 9 6 years ago
  MeFisto94 d92dc5550e small cosmetic change: Changed single quotes to double quotes 6 years ago
  MeFisto94 f199a7ac06 Improve Buildscript a bit 6 years ago
  MeFisto94 5df0763e12 Travis: Use Trusty as Distribution or else oraclejdk8 isn't available anymore. 6 years ago
  grizeldi 32650c8b0d Added new exclude formats (#196) 6 years ago
  mitm001 5a2939ded5 Update building.md (#189) 6 years ago
  MeFisto94 3a79f6e342 Fix Issue that version determination got confused when a commit had two tags. 6 years ago
  MeFisto94 5730546e8c Fixes #194 - Upgrade NBAndroid to NBAndroidV2. Always add the latest update source on start. 6 years ago
  MeFisto94 a9c877f3ab Adopt OpenJDK: Change the download script from oracle jdk distribution to openJDK Distribution (because otherwise an oracle.com login would be required and that script was a common point of failure in history anyway, because older jdk's got removed, urls changed, ...). 6 years ago
  MeFisto94 e33bfb6b59 Add the option to use "HQ" EnvMap bakes, which provide better results when high-light intense spots look blocky but increases the generation time drastically. (See https://hub.jmonkeyengine.org/t/change-to-pbr-env-map-generation/39600) 6 years ago
  MeFisto94 2a205c2967 Fix setting of a LightProbes Radius didn't work directly (only by scaling) 6 years ago
  MeFisto94 4a66f73a78 Bump JDK Version 6 years ago
  MeFisto94 503080ab3e Improve the Color Dialog to Support Intensity, to allow a slider to be increased to have a light with 10 intensity (color would be (10, 10, 10, 10)). The downside is that there is no distinction between a grey (0.5, 0.5, 0.5, 0.5) with an intensity of 2 and a white with an intensity of 1, but that's because the engine does store intensity on top of the color and not seperate 6 years ago
  MeFisto94 87263212c9 Fixes #186 - The JDK dropped Apache Derby 6 years ago
  MeFisto94 9e072ec9ba JDKs: 32 bit now also uses the same scheme as 64 bit 6 years ago
  MeFisto94 8630adff56 Fix Hash of Download JDKs (I typed version 192 and took the hash of 191...) 6 years ago
  MeFisto94 53830dd11b Bump JDK Version for build to not fail 6 years ago
  Toni Helenius e4f59e32ab Removed deprecated Gradle stuff and upgraded Gradle to 4.10.2 (#185) 6 years ago
  MeFisto94 71b9e61fcf Fix GLSL Module 6 years ago