MeFisto94
|
57520b5f53
Update the genfiles
|
7 years ago |
MeFisto94
|
dbf3cbb61a
Update all project properties to 3.2.0 (so they don't show as changed files in everyone's repo)
|
7 years ago |
MeFisto94
|
b9d844197c
Updating auto-generated files so it shows less changed files in everyone's repos
|
7 years ago |
grizeldi
|
fc36f82a50
GLSL Support Round 1: Syntax Highlighting (#156)
|
7 years ago |
MeFisto94
|
b940a33d77
DirectionalLight: Rotation should now work the best, fixed the actual bug.
|
7 years ago |
MeFisto94
|
97d84c4602
Pulled setModified down a layer (JmeLightProbe -> JmeLight), though it's unclear when or if setModified is actually called
|
7 years ago |
MeFisto94
|
0c346bdded
Fixes #153 - LightProbes get moved correctly now and their radius is also updated and updateable using Scene Composer Scale Tools
|
7 years ago |
MeFisto94
|
21088435f4
Extracted scaleToRadius method of Pointlight because it's also of use for LightProbes etc.
|
7 years ago |
MeFisto94
|
78534509d8
Updated GizmoUpdate Classes:
|
7 years ago |
MeFisto94
|
d2d4fad481
ExceptionUtils now support comments
|
7 years ago |
MeFisto94
|
71717e8b8d
Implement proper Exception Handling. From now on, we can use ExceptionUtils.caughtException(e) in case of Emergency and the user is able to report detailed information to us (if he's not too lazy, that is).
|
7 years ago |
MeFisto94
|
b2839d02c5
Cosmetic Change (Removed unused Imports)
|
7 years ago |
MeFisto94
|
beb8381f2b
Converted Graphics Capabilities to be JFrame instead of JDialog
|
7 years ago |
MeFisto94
|
3c3cac1157
Fixes #133 - Allow Lights to be exposed as a property. Currently only supports selecting lights by typing in the name. See #147 for progress on more userfriendly ways
|
7 years ago |
MeFisto94
|
bc46fdf7f9
Minor Javadoc Improvements
|
7 years ago |
MeFisto94
|
ccab965f2c
New Light Popup: Every new light will have the class name as name (so we don't have "null" lights).
|
7 years ago |
MeFisto94
|
da315e69d5
Expose all Light Properties apart from the Frustum-related ones, so the user can change a light's name.
|
7 years ago |
MeFisto94
|
59f30de589
Fix Crash due to ConcurrentModificationException when creating a LightProbe.
|
7 years ago |
MeFisto94
|
8dad6f5b49
Minor Javadoc improvements
|
7 years ago |
MeFisto94
|
6f01b94b31
Allow LightProbes for all Spatials not only Nodes (LightProbeFactory also accepts Spatial as Parameter)
|
7 years ago |
MeFisto94
|
1214f7ff09
Cosmetic Changes: Added Copyright, fixed some formatting
|
7 years ago |
MeFisto94
|
33b141de88
Allow Filters to be edited again (bugfix) and prepare to fix #133. Only a PropertyEditor for Light and Spatial is required then.
|
7 years ago |
MeFisto94
|
662c926539
Fix Updater Splash to show 3.2
|
7 years ago |
MeFisto94
|
1cf0f54cf6
Upgrade official SDK Version to 3.2. (should've happend much earlier)
|
7 years ago |
MeFisto94
|
ce1cabb0c0
Netbeans Installer: Fixed Regression from f363bd9 "seperator" -> "separator"
|
7 years ago |
MeFisto94
|
f363bd9e53
Netbeans Installer: Fixed Regression from 4e0d8b02 (Variable was undefined which led the condition to always fail).
|
7 years ago |
MeFisto94
|
c5df820796
Upgrade Gradle Version from 2.11 to 4.1, so it's newer and consistent with the engine (which saves us 90 MiB Diskspace for Travis)
|
7 years ago |
MeFisto94
|
1b3d3b2f77
Force Freeing Space by deleting the build/ folder, which contains intermediary build files which seem to be irrelevant to ant
|
7 years ago |
MeFisto94
|
79655d83d7
Force-Save Diskspace by deleting unneeded but cached jdks (but only when TRAVIS is set as env variable, so we don't impact regular users)
|
7 years ago |
MeFisto94
|
4e0d8b0270
Followup #150 - Only create the "MAC JDK PRODUCT", when we're building for Mac (Only specifying it as done in d37a336b is not sufficient)
|
7 years ago |