提交历史

作者 SHA1 备注 提交日期
  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 年之前
  MeFisto94 0d6b0a2c62 "Try" to use the latest Ubuntu Distro in Travis and openJDK10 (as with 11 there were some engine issues). 6 年之前
  MeFisto94 8104061d55 Actually use Netbeans 9 6 年之前
  MeFisto94 d92dc5550e small cosmetic change: Changed single quotes to double quotes 6 年之前
  MeFisto94 f199a7ac06 Improve Buildscript a bit 6 年之前
  MeFisto94 5df0763e12 Travis: Use Trusty as Distribution or else oraclejdk8 isn't available anymore. 6 年之前
  grizeldi 32650c8b0d Added new exclude formats (#196) 6 年之前
  mitm001 5a2939ded5 Update building.md (#189) 6 年之前