41 Commits

Author SHA1 Message Date
nor..67
5d957f96e1 SDK:
- disable auto-reload of scenes

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8995 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2012-01-08 00:29:17 +00:00
nor..67
9fd628355a - change ProgressHandle text to "Reloading Scene" when reloading scene due to classpath change.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8647 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-11 15:44:01 +00:00
nor..67
e291dc9906 SDK:
- change behavior when classes are changed and a scene is opened already

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8640 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-10 23:12:42 +00:00
nor..67
fda1ee37ca SDK:
- make "classes changed" message be displayed as information and not as an error

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8638 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-10 18:43:56 +00:00
nor..67
102257be93 SDK:
- fix SelectTool not updating selection mesh

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8634 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-10 03:10:13 +00:00
nor..67
2df43b3baa SDK:
- make SceneComposer reload scene automatically on ClassPath change

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8632 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-10 02:26:27 +00:00
nor..67
b43b9efe18 SDK:
- more threading fixes in Scene(Composer)ToolController
- change order of calls in Application (first SceneApplication sets up your SceneRequest, then plugin sceneOpened is called, for sceneClosed the scene is destructed after the call)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8627 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-10 01:13:52 +00:00
nor..67
89aa2b160f SDK:
- add physics undo/redo to MoveTool

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8625 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-10 00:52:12 +00:00
nor..67
122d438e9d SDK:
- fix some bugs related to scene opening

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8623 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-09 23:19:57 +00:00
nor..67
10ce82f423 SDK:
- changes in Scene opening (all callbacks are coming on the EDT now)
- optimize selection callbacks
- optimize/simplify threading
- recognize changes in classpath and recreate ClassPath for AssetManager based on that

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8621 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-09 22:11:24 +00:00
nor..67
01e7ae48b4 - add physics button tooltips Bundle.properties
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8608 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-08 23:44:45 +00:00
nor..67
dc82dd7680 - add physics button tooltips
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8607 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-08 23:44:12 +00:00
nor..67
5826b4cefe SDK:
- Make MoveTool move physics objects correctly

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8603 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-08 23:18:14 +00:00
nor..67
95d2b2d710 SDK:
- Add physics play/pause buttons (WIP, all objects are added/removed when pressing play/pause)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8602 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-08 22:57:26 +00:00
nor..67
0776fbf94a SDK:
- Add support for loading classes from the project classpath with j3o files and use them in the editors
- Add support for adding custom Control classes to SceneExplorer

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8601 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-11-08 21:32:54 +00:00
nor..67
d174cb28cd - Warn user when no Node is selected when trying to add something to the SceneComposer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8380 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-10 22:17:09 +00:00
nor..67
7a0713cd59 - fix detaching of tools node in scenecomposer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8358 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-05 02:29:13 +00:00
nor..67
dc50b0c457 - Use new AWT lightweight panel in SDK (should fix linux issues, freezes and more)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8338 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-10-03 12:27:05 +00:00
bre..ns
bb4a1d7961 * fixed error in terrain paint action with changes to png format
* scene explorer and composer will enable terrain lod control by adding camera in

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8253 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-13 22:41:54 +00:00
bre..ns
2c0f6d2d4d * added audio node marker to Scene Explorer.
* Light markers now are removed when light is deleted.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8227 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-08 23:45:33 +00:00
bre..ns
b7993a80ba lights now have in-scene marker icons in SceneComposer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8151 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-03 01:20:28 +00:00
bre..ns
028f9d86f6 added Scale tool to scene composer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8146 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-01 17:26:24 +00:00
bre..ns
f1e9e94b17 scene edit axis marker now scales with size of selected spatial so it can be easily seen
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8140 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-09-01 00:14:31 +00:00
nor..67
fdd0253aac SDK:
- make plugin windows not open on start when tehy were left open on close

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8118 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-26 21:19:15 +00:00
nor..67
2918980a88 SDK:
- Add AssetKey properties to Model Import dialog
- Improve ProjectAssetManager path handling
- Allow setting AssetKey data in AssetDataObject (Uses apache BeanUtils to copy data from other AssetKey)
- Set version number and dependency to 3.0.0 for all plugins
- Change some plugin names
- Set "jMonkeyEngine" as plugin group name

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8093 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-25 18:38:04 +00:00
nor..67
5b02a24428 SDK:
- Make sure plugin TopComponents bring OpenGL window to front when used

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8031 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-08-17 21:44:40 +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
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
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
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
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
3cd94d776f sdk : added spot light support to scene composer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7896 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-22 02:52:29 +00:00
bre..ns
4b57b7187a fixed terrain camera controller to use the changes to AbstractCameraController
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7881 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-18 16:42:43 +00:00
rem..om
66badd193a SDK :
- Fixed a NPE in the select tool when user was selectiong nothing

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7871 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-17 10:11:58 +00:00
bre..ns
dda8ee2c38 * select and move tools added to sdk
* ability to easily add other tools to scene composer
* changed camera controller to handle more types of mouse events
* much refactoring of sceneComposerToolController

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7863 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-07-15 17:20:39 +00:00
nor..67
fc04902c30 - fix some warnings and deprecations
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7744 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-26 12:43:48 +00:00
nor..67
0b02438f96 - add various SuppressWarnings("unchecked")
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7677 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-20 01:54:10 +00:00
nor..67
a0e15e0d9e - fix emitter shape compile errors
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7569 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-06-10 18:36:07 +00:00
nor..67
554a088ef1 - remove VehicleCreator from windows menu
- on double-click open j3os in SceneComposer instead of viewing them

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7195 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-04-05 23:08:55 +00:00
nor..67
beeb32c9d4 - commit closeable sceneviewer
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7084 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-23 10:21:11 +00:00
nor..67
6fd3bbedae move sdk to trunk
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6972 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 12:55:55 +00:00