1409 Commits

Author SHA1 Message Date
Rémy Bouquet
330f018eff Merge branch 'master' into PBRisComing 2016-03-05 21:35:43 +01:00
Rémy Bouquet
6ff69d907f Removed SDK from the Engine repo as it's been extracted in its own repo 2016-03-05 17:43:05 +01:00
MeFisto94
ab3ee87b17 WelcomeScreen sometimes didn't appear due to a fault 2016-03-04 12:16:49 +01:00
Rémy Bouquet
a22f6772e6 fixed a NPE in the shader node editor when the navigator panel is collapsed 2016-03-03 20:44:47 +01:00
Kirill Vainer
8b2d38d52d Merge pull request #423 from Dokthar/sdk
sdk filters : replaced all Jme...Filter by a single JmeFilter class
2016-03-02 15:00:48 -05:00
MeFisto94
e33e226959 Removed duplicate code and placed it into JmeControl instead 2016-03-02 14:11:35 +01:00
MeFisto94
2297520cf7 Fixed the Issue where removing a Control didn't set the dirty flag (made the Model Savable) 2016-03-01 23:46:06 +01:00
Nehon
570c714c25 Merge branch 'master' into PBRisComing 2016-02-28 16:42:01 +01:00
Rémy Bouquet
963bbd42e5 Merge pull request #430 from MeFisto94/ShaderNodes
Improved ShaderNodes, fixed some issues with error management and crash when selecting some nodes
2016-02-28 08:27:17 +01:00
Kirill Vainer
9b7b3638a7 Merge pull request #427 from grizeldi/master
Update Bundle.propreties to jME3.1
2016-02-27 22:42:21 -05:00
MeFisto94
a920d9c611 Improved ShaderNodes:
* Fixed a NPE when trying to select a Node. Now you can properly remove/edit nodes
 * "smartLog" now compares the hash across different instances (Two Material Previews led to duplicate log messages)
 * Using smartLog for CompilationErrors now to not spam the log with 60 FPS
2016-02-28 00:30:03 +01:00
Kirill Vainer
5935db5261 Merge pull request #404 from davidB/exp_bintray2
build: upload on bintray from travis when a git tag is set
2016-02-24 17:43:12 -05:00
grizeldi
a6a066149e Update Bundle.propreties to jME3.1 2016-02-24 21:16:56 +01:00
Dokthar
01a6a0e8a0 sdk filters : modification of the lookup for JmeFilter 2016-02-23 13:57:06 +01:00
Dokthar
bc6ced1ed4 sdk filters : replaced all Jme*Filter by a unique JmeFilter 2016-02-23 13:51:36 +01:00
MeFisto94
ecef8ff521 Two small ShaderNodes fixes 2016-02-23 01:42:32 +01:00
David Bernard
f29b77ea36 Merge remote-tracking branch 'upstream/master' into exp_bintray2 2016-02-22 23:34:08 +01:00
Rémy Bouquet
a22412fcb8 Merge pull request #420 from MeFisto94/135
Simplify Naming of SDK Windows (#135)
2016-02-21 09:22:57 +01:00
MeFisto94
e051936f9b Simplify Naming of SDK Windows (#135) 2016-02-20 13:30:12 +01:00
MeFisto94
1c12b68bb0 Validate SkyboxWizard's Input on multiple ways to inform the user rather than throwing an exception (#81). 2016-02-20 11:19:07 +01:00
David Bernard
80c11a5f02 build: fix sdk build failure due to writeFullPom 2016-02-06 11:04:22 +01:00
Nehon
fcff7f6933 Merge branch 'master' into PBRisComing 2015-11-20 16:30:26 +01:00
Nehon
022899c199 Changed the way texture previews are done in the SDK.
All texture loading is now done on JME's thread and not on the awt thread anymore to avoid to stall the UI when loading big textures.
2015-11-20 16:29:08 +01:00
Nehon
e438ad0928 LightProbe maps can now be re rendered in the engine and in the SDK 2015-11-19 11:39:41 +01:00
Nehon
667afa9ef3 SDK : the probe radius is now a dashed lines cirle 2015-11-18 10:34:38 +01:00
Nehon
7734492c66 Some cleanup 2015-11-17 14:38:46 +01:00
Nehon
0929bb2845 Added a way to change the lightProbe radius in the property panel 2015-11-17 14:37:12 +01:00
Nehon
49c6705bcc Better LightProbe radius shape 2015-11-17 14:36:24 +01:00
Nehon
866bf8d694 Added a light gizmo for light probe. Refactored the way light markers were done 2015-11-17 12:21:30 +01:00
Nehon
39fe8326ba Added a progress handle for the environment map generation. 2015-11-15 08:51:59 +01:00
Nehon
5cb72c6582 Updated the create skybox gui in the SDK so that it fits the new API and supports loading equirect Skybox maps. 2015-11-11 18:57:42 +01:00
Nehon
84e2aba9da Initial implementation for adding a LightProbe to a scene in the SDK 2015-11-11 18:54:17 +01:00
Nehon
c76182d375 Updated the create skybox gui in the SDK so that it fits the new API and supports loading equirect Skybox maps. 2015-11-11 18:21:21 +01:00
Rémy Bouquet
c348e30188 fixed a NPE in the shader node editor when the navigator panel is collapsed 2015-11-06 09:21:59 +01:00
MeFisto94
7d07cedc4c Fixed Issue #46 : The MaterialViewer will now simply ignore not available textures instead of crashing 2015-10-07 23:02:38 +02:00
Dokthar
c9230d370a Merge remote-tracking branch 'doktharFork/sdk_scenecomposer' into sdk_scenecomposer 2015-09-09 21:42:19 +02:00
Dokthar
71e2a7efef SDK Terrain Editor : changed the paintTool tooltip text to match the tool actions 2015-09-09 20:27:57 +02:00
Jules
a111817457 Merge pull request #7 from jMonkeyEngine/master
Merge branch "jmonkeyengine/master" into "sdk_scenecomposer"
2015-09-06 14:00:33 +02:00
Dokthar
7e0bd4a385 SDK scenecomposer : fix issue #332 cursor doesn't move
the position of the cursor wasn't updated, now it's work fine
2015-09-06 13:07:55 +02:00
Dokthar
4f1477735d SDK scenecomposer :reduce the arrows line width from 3 to 2. 2015-09-06 12:57:35 +02:00
Kirill Vainer
e93fb65bca sdk build: enable nbm signing (if key exists) 2015-09-05 14:04:01 -04:00
Kirill Vainer
2631684b3d sdk build: don't upload empty jars to maven from sdk project 2015-08-29 21:21:59 -04:00
Kirill Vainer
c5c893fd11 sdk platform: update build-impl from the netbeans harness 2015-08-17 21:39:13 -04:00
Kirill Vainer
a007c68c87 sdk installer: fix NPE if folder to make executable is missing 2015-08-17 21:32:40 -04:00
Kirill Vainer
8c4af6b039 sdk modules: fix missing metadata 2015-08-16 22:25:48 -04:00
Kirill Vainer
11596f9e89 sdk update center: use 3.1 specific path for contributed plugins 2015-08-16 18:46:35 -04:00
Kirill Vainer
bcbbf001ce sdk plugins: enable NBMs to be signed with jME signature 2015-08-16 18:44:41 -04:00
Kirill Vainer
afe5b91605 sdk: fix library references in JME3 Tests template 2015-08-15 14:09:09 -04:00
Kirill Vainer
639a1da78d sdk: fix exception when creating "JME3 Tests" project 2015-08-15 13:56:30 -04:00
Kirill Vainer
3bd52ba4f1 sdk blender plugin: fix settings path for Mac OS X 2015-08-15 13:12:58 -04:00