MeFisto94
|
03f6556803
Fixes #57, Fixes #108 - Upgrading an existing installation should be possible now. Also the warnings should disappear when doing a clean install. In theory during the installation one should be prompted whether one wants to add a desktop shortcut for blender
|
7 年之前 |
MeFisto94
|
12d4c111cf
Fixed Regression introduced in f363bd9e53d219bab2e5adf8ad0d19dcb9093719 (Acidentially commiting a comment)
|
7 年之前 |
MeFisto94
|
890dbcd332
Fix regression introduced in fe18a5ad3f4ad2b0e6fef3df75567b6050c403fe
|
7 年之前 |
MeFisto94
|
586d0358b3
Take v3.2 as engine version on this branch (obviously)
|
7 年之前 |
MeFisto94
|
fe18a5ad3f
Fix regression introduced in 1d95edd5922dd74fb4ea00b6b2b9e31a7f5f7657
|
7 年之前 |
MeFisto94
|
1d95edd592
Fix small issue with Gradle when the TRAVIS_TAG is not set
|
7 年之前 |
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 年之前 |
MeFisto94
|
57520b5f53
Update the genfiles
|
7 年之前 |
MeFisto94
|
dbf3cbb61a
Update all project properties to 3.2.0 (so they don't show as changed files in everyone's repo)
|
7 年之前 |
MeFisto94
|
b9d844197c
Updating auto-generated files so it shows less changed files in everyone's repos
|
7 年之前 |
grizeldi
|
fc36f82a50
GLSL Support Round 1: Syntax Highlighting (#156)
|
7 年之前 |
MeFisto94
|
b940a33d77
DirectionalLight: Rotation should now work the best, fixed the actual bug.
|
7 年之前 |
MeFisto94
|
97d84c4602
Pulled setModified down a layer (JmeLightProbe -> JmeLight), though it's unclear when or if setModified is actually called
|
7 年之前 |
MeFisto94
|
0c346bdded
Fixes #153 - LightProbes get moved correctly now and their radius is also updated and updateable using Scene Composer Scale Tools
|
7 年之前 |
MeFisto94
|
21088435f4
Extracted scaleToRadius method of Pointlight because it's also of use for LightProbes etc.
|
7 年之前 |
MeFisto94
|
78534509d8
Updated GizmoUpdate Classes:
|
7 年之前 |
MeFisto94
|
d2d4fad481
ExceptionUtils now support comments
|
7 年之前 |
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 年之前 |
MeFisto94
|
b2839d02c5
Cosmetic Change (Removed unused Imports)
|
7 年之前 |
MeFisto94
|
beb8381f2b
Converted Graphics Capabilities to be JFrame instead of JDialog
|
7 年之前 |
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 年之前 |
MeFisto94
|
bc46fdf7f9
Minor Javadoc Improvements
|
7 年之前 |
MeFisto94
|
ccab965f2c
New Light Popup: Every new light will have the class name as name (so we don't have "null" lights).
|
7 年之前 |
MeFisto94
|
da315e69d5
Expose all Light Properties apart from the Frustum-related ones, so the user can change a light's name.
|
7 年之前 |
MeFisto94
|
59f30de589
Fix Crash due to ConcurrentModificationException when creating a LightProbe.
|
7 年之前 |
MeFisto94
|
8dad6f5b49
Minor Javadoc improvements
|
7 年之前 |
MeFisto94
|
6f01b94b31
Allow LightProbes for all Spatials not only Nodes (LightProbeFactory also accepts Spatial as Parameter)
|
7 年之前 |
MeFisto94
|
1214f7ff09
Cosmetic Changes: Added Copyright, fixed some formatting
|
7 年之前 |
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 年之前 |
MeFisto94
|
662c926539
Fix Updater Splash to show 3.2
|
7 年之前 |