1163 Commits

Author SHA1 Message Date
nor..67
640cc164f5 SDK:
- Improve TerrainEditor window layout

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8030 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-17 17:32:58 +00:00
nor..67
b71a9cbc0e SDK:
- Remove Palette from SceneComposer
- Add new splash screen
- Change branding name to jmonkeyplatform_beta
- Update Window Title to jMonkeyPlatform Beta

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8029 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-17 17:25:20 +00:00
nor..67
0448725e2b SDK:
- remove PolyOffset parsing workaround

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8027 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-17 14:35:36 +00:00
nor..67
faff3bf779 SDK:
- change MatDef parsing so that new ffunc bindings are removed from parameter name

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8026 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-17 14:32:37 +00:00
bre..ns
9bd9e1dc08 fixed add terrain bug, now they all use the same action
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8022 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-16 16:14:46 +00:00
rem..om
54b6974778 SDK :
- Changed the way to check if a file is a dds file (third and last)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8021 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-16 14:47:51 +00:00
rem..om
0eeb23e248 SDK :
- Changed the to check if a file is a dds file

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8020 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-16 14:47:06 +00:00
rem..om
ecaa03492c SDK :
- Changed the to check if a file is a dds file

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8019 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-16 14:46:44 +00:00
rem..om
f9aeea5064 SDK :
- Fixed show selection toggle button in scene composer

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8018 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-16 11:13:20 +00:00
rem..om
fb6abf7e84 SDK :
- Skybox wizard now supports dds file format
- Terrain editor now supports loading of dds files
- Optimized buttons creation in the terrain editor's texture list

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8017 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-16 11:09:27 +00:00
rem..om
2a7d6582ae SDK :
- Allowed the dds preview to display on a button

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8016 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-16 11:06:19 +00:00
rem..om
d591ae968e SDK :
- Used DDSPreview in material editor 
- Added support for texture3D and CubeMaps to material editor

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8015 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-15 13:38:36 +00:00
rem..om
e89d38df6f SDK :
- refactored DSS preview to make it generic

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8014 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-15 13:37:25 +00:00
rem..om
773f35131d SDK :
- PreviewRequest can now be requested with a given size
- DSS preview is now supported in texture browser for Texture2D, Texture3D and CubeMaps

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8013 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-15 10:21:40 +00:00
rem..om
d87e69d97f SDK : Texture Editor: fixed save feature.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8004 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-12 08:52:51 +00:00
rem..om
19191a1598 sdk :
- Fixed some spacing issues in material editor UI for small screens resolution

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7998 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-10 16:59:07 +00:00
rem..om
da55beac3d sdk :
- Removed grey selection. Select tool now use the blue selection managed by the toolController.
- Changed move plane gizmo to only appear when the move tool is activated
- Optimized moveTool to not instanciate new vectors on every frame.
- Changed particle emitter selection shape to bounding box

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7995 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-10 10:25:18 +00:00
rem..om
02c7ab94a0 sdk :
- fixed bounding box selection shape condition

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7994 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-10 10:21:48 +00:00
rem..om
c8c48347d9 sdk :
- Added support for FXAA filter to JMP
- Fixed a typo in SSAO filter

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7993 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-09 15:39:10 +00:00
rem..om
6432543395 sdk :
- You can now select a material  in material browser by double clicking it

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7987 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-06 16:43:02 +00:00
rem..om
d216390a00 sdk :
- You can now select a texture in texture browser by double clicking it

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7986 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-06 16:39:50 +00:00
rem..om
b035d52fa2 sdk :
-  Material live update in material support : now changing parameters in Material editor affect the scene in real time

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7985 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-06 16:31:41 +00:00
rem..om
3bb3277f3a sdk :
-  Material live update in platform core


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7984 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-06 16:30:19 +00:00
rem..om
152153e94f SDK : removed reference to org.jdesktop.layout in core project
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7974 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-04 12:01:32 +00:00
rem..om
72b6211c6f SDK : fixed NPE in colorRGBADIalog introduced by previous change
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7973 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-03 00:19:38 +00:00
rem..om
354fab834e SDK : Changed Texture panel in material editor to display a preview of the texture, added icons on buttons
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7972 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-02 23:33:48 +00:00
rem..om
bb4449423d SDK : Changed color panel in material editor to display the color and input the values in separate fields
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7971 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-02 21:35:51 +00:00
rem..om
291fa0dc1b SDK :
- fixed alignement issues due to previous change in TextPanel

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7966 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-02 00:05:08 +00:00
rem..om
5af2fb3fbb SDK :
- Material editor : made TextPanel widget to trigger property change when the field looses focus. It was only triggering it when you pressed enter in the field. (at least on Windows 7, it can be different on other OS)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7965 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-01 22:50:25 +00:00
rem..om
27e3256577 SDK :
- fixed issue 374...maybe

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7964 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-01 22:45:18 +00:00
rem..om
4c99595a9a SDK :
- fixed polyOffset issue
- fixed FloatPanel spinner having an integer step size

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7963 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-01 22:37:21 +00:00
nor..67
59d2c95991 - display message when unable to open DDS image
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7962 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-01 18:08:03 +00:00
nor..67
67a8ed6fc7 - disable opening of SceneViewer for OffScenePanels
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7961 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-01 17:48:54 +00:00
rem..om
2b2daf2090 SDK :
- Added a material browser custom editor to pick materials.
- refactored the material preview to a widget, with possibility to preview on a sphere a box or a quad.
- changed the material editor preview by the new widget

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7960 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-01 14:05:01 +00:00
rem..om
8dba313b4a SDK :
- Added a CameraRequest to the PreviewRequest to be able to request location, rotation and lookAt of the scene camera
- fixed some compilation warning

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7959 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-01 14:00:27 +00:00
rem..om
6dcf5f2d50 SDK : scene composer has now an effect section in the utilities frame with a button to make all emitters under the selected node to emit their particles.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7956 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-31 09:29:25 +00:00
rem..om
21f09ad716 SDK refactored texture browser to use a treeview instead of a list
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7952 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-30 21:06:06 +00:00
rem..om
160b52ff57 SDK Particle Emitter Node:
fixed typo

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7949 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-30 12:35:28 +00:00
rem..om
3a6e089954 SDK Particle Emitter Node:
- Changed properties layout
- Added a button in the properties panel to emitt all particles 
- The mesh type can now be changed in the properties panel

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7948 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-30 12:31:37 +00:00
nor..67
6c4a84fa92 - fix material editor layout for some window managers (thanks to @madlion)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7938 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-28 17:04:41 +00:00
nor..67
2c635cf562 - fix material editor layout for some window managers (thanks to @madlion)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7937 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-28 16:18:25 +00:00
nor..67
12c76b676d - improve "create j3m" naming scheme
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7936 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-28 14:52:16 +00:00
nor..67
90a0344b25 - fix in MaterialPropertyEditor cache clear
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7935 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-28 14:48:06 +00:00
nor..67
2d2f0994e1 - fix preview of material in material editor
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7934 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-28 12:43:09 +00:00
rem..om
9b46654963 SDK :
- fixed materialPropertyEditor that was failing when changing material and aplying it to the geom

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7933 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-28 12:29:45 +00:00
rem..om
67cf4458c7 SDK :
- applied changes of the core to vehicle editor

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7932 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-27 17:50:32 +00:00
rem..om
3b47418f4f SDK :
- applied changes of the core to terraineditor


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7931 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-27 17:50:15 +00:00
rem..om
b8025984a0 SDK :
- applied changes of the core to scene composer

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7930 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-27 17:49:55 +00:00
rem..om
2fe3bc6dc6 SDK :
- fixed key event dispatching from sceneViewer to oglpanel
- added a useCameraControl to avoid to have to override the onAnalog in each cameraController
- added alternate way to rotate camera wuth the third mouse button
- changed position of the view toolbar


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7929 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-27 17:49:14 +00:00
nor..67
654ee5f0db - update wiki page list
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7928 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-27 12:54:53 +00:00