MeFisto94
|
ed62d248ea
Fixed Regression introduced in f363bd9e53d219bab2e5adf8ad0d19dcb9093719 (Acidentially commiting a comment)
|
7 years ago |
MeFisto94
|
68ec3fe7d9
Fix Regression introduced in f63f4d5931f9e01940feb1abaa21dcdbea6b64eb
|
7 years ago |
MeFisto94
|
f63f4d5931
Fix regression introduced in 1d95edd5922dd74fb4ea00b6b2b9e31a7f5f7657
|
7 years ago |
MeFisto94
|
8b1f127eb0
Since the engine's master is now on 3.3, we have to adopt this in our build script as well
|
7 years ago |
MeFisto94
|
1d95edd592
Fix small issue with Gradle when the TRAVIS_TAG is not set
|
7 years ago |
MeFisto94
|
0da670abfa
Upgraded Download JDKs so it works again (had to upgrade the jdk version as the old one lead to a 404 error).
|
7 years ago |
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 |