123 Commits

Author SHA1 Message Date
Kirill Vainer
c69aac25b5 sdk plugins: fix link to jME3 website 2015-08-09 17:03:12 -04:00
Kirill Vainer
e2d41ef8ee sdk: change javac source / target to 1.6 2015-08-08 22:13:40 -04:00
Maselbas
258fee5753 SDK SceneComposer : refactor and cleaner code, more functional code and less sides effects 2015-05-17 16:42:29 +02:00
Maselbas
07fcde3b73 SDK SceneComposer : the DeleteShortcut cannot be activated if an other shortcut is already active 2015-05-16 22:41:30 +02:00
Maselbas
97e1cf8cf3 SDK SceneComposer : added comments in the ShortCutManager
- refactor getNumberkey() to getNumberKey()
2015-05-15 22:38:18 +02:00
Maselbas
bbca035a43 SDK SceneComposer : all shortcuts tool are now outside of the selectTool,
- added the Delete and Duplicate shortcut
 - deleted the MoveManager
 - clean up the SelectTool (removed old shortCuts)
 - now the ShortcutManager can also provide to SorthcutTools the state of ctr, alt and shift key
2015-05-15 20:36:55 +02:00
Maselbas
e9b1972aca SDK SceneComposer : clean up in the RotateTool, changed the name of the UndoableSceneEdit
from ScaleUndo to RotateUndo
2015-05-15 18:47:14 +02:00
Maselbas
1f4ee34de8 SDK SceneComposer : add Rotate and Scale Shortcut, plus done some clean up into the MoveShorcut 2015-05-15 18:43:45 +02:00
Maselbas
6ef33e4c10 SDK SceneComposer : added UndoRedo for the MoveShortcut 2015-05-15 17:57:47 +02:00
Maselbas
fb44f5fb7b SDK SceneComposer : Added the new Move Shortcut, you can use this shortcut with all others tools 2015-05-14 19:09:07 +02:00
Maselbas
e27b8a5739 SDK SceneComposer : bugfix in the ShortcutManager, prevent from setting the currentShorcut to NULL when there are no new activable shortcuts 2015-05-14 19:02:35 +02:00
Maselbas
92ab8b8060 SDK SceneComposer : small modifications on the PickManager, now the camera rotation isn't cloned so it's no more necessary to update the rotation before the updataPick() 2015-05-14 18:55:07 +02:00
Maselbas
f6b7c3819a SDK SceneComposer : added abstract ShortcutTool class that extends SceneEditTool
- added a shortcutManager that provide some usefull methodes for ShortcutTools. Also handle activation of shortcuts.
- wip : implementation of the MoveShortcut (based on the same shortcut provided by the selectTool) using ShortcutTool and the ShortcutManager.
- modified the SceneComposerToolController to work with the ShortcutManager & ShortcutTool
2015-05-10 01:57:27 +02:00
Maselbas
82f031cdff SDK SceneComposer : fixed the rotate tool, now all works fine, Great Success ! 2015-05-01 19:25:14 +02:00
Maselbas
a913d8e0c2 SDK Scenecomposer : now right clicking will cancel current transformation for the Scale, Rotate and Move Tool, looks like the selectTools shortcut
- improved these tool feedback, its easier to begin the tranformation as its start on the first click instead of the first dragg
2015-04-30 19:35:39 +02:00
Maselbas
df96ab4f14 SDK SceneComposer : fix a warning at the build time 2015-04-29 21:52:25 +02:00
Maselbas
8b8425ba68 SDK SceneComposer : fixed camera transformation type now works for move and scale tool, but act realy weird with rotate tool. 2015-04-28 23:55:05 +02:00
Maselbas
a531794c66 SDK SceneComposer : - added tooltip for the new jComboBox
- modified tooltip for scale and rotate tools : removed (in-development)
2015-04-28 22:27:12 +02:00
Maselbas
5c539f5656 SDK SceneComposer : fix scale tool, now the global option should work 2015-04-28 22:10:07 +02:00
Maselbas
2104edabe4 SDK SceneComposer : forget to add .form after the rework of the window 2015-04-28 22:00:31 +02:00
Maselbas
0eac437862 SDK SceneComposer : - added local, global and camera choice into the scenecomposer, this option is displayed into the SceneComposer Window close to scene edit tool.
- the scale tool still only work as local
- the camera option still need some enhancement
2015-04-28 20:01:11 +02:00
Maselbas
f2a92a13b3 GDK SceneComposer :
- add a new file : PickManager that provide severals informations for tools.
- modified the MoveTool, RotateTool and ScaleTool according with the pickManager
- now local/global choice for transformations is just a step away
2015-04-26 22:14:15 +02:00
Maselbas
fc8cebe17d GDK SceneComposer :
- The colorAll option for highlightAxisMarker will now highlight only all quads (without axis)
2015-04-26 21:55:18 +02:00
Maselbas
0d95422d53 revert some changes in MoveTool 2015-04-16 18:22:50 +02:00
Maselbas
5ef1292484 SDK : SceneComposer
- Added support for Axis X,Y,Z scaling into the ScaleTool, still need some enhancement
2015-04-15 23:31:13 +02:00
Maselbas
abb1a69d6f SDK : SceneComposer
- Added support for Axis X,Y,Z movement into the MoveManager
2015-04-15 20:34:57 +02:00
Maselbas
b27f86a3ae fix SceneEditTool :
- axis pick is now available
2015-04-15 00:34:59 +02:00
Maselbas
684c923632 Fix issue #255 - scenecomposer : forcedCamera
- Now you can't use scenecomposer tool while overiding the camera control
 - Fixed a tool modificaton not undo/redo able.
2015-04-12 15:31:48 +02:00
shadowislord
a374e73376 AssetManager: adjust usage according to latest changes 2015-03-01 15:14:30 -05:00
Nehon
160aa13942 Complete SDK icons overhaul. 2015-02-22 13:01:11 +01:00
Nehon
b3cdc1c3d2 Warning cleanup.
Changed default composer camera angle
Displayed the grid by default
2015-02-18 21:52:14 +01:00
Nehon
52ebd9090c Prevented scaling to kick in when pressing ctrl+S in the SDK to save the scene. 2015-02-17 20:35:37 +01:00
Nehon
ef9c86bd24 New icons for the SDK 2015-01-31 23:09:20 +01:00
Normen Hansen
b5894aed65 - remove backgroundColor directives from SceneComposerTopComponent to make it more compatible with LAFs 2015-01-31 14:09:24 +01:00
Normen Hansen
b98db36a2d - suppress warnings across SDK 2015-01-25 23:29:08 +01:00
Normen Hansen
1a59cf5318 - update some genfiles for NB 8.0.2 2015-01-23 13:57:06 +01:00
Normen Hansen
ccee90dc98 - update NetBeans dependencies for NB 8.0.2 2015-01-23 12:36:12 +01:00
Normen Hansen
90a364a712 - update module genfiles for NB8 2015-01-22 22:40:21 +01:00
shadowislord
0c83407f99 Try to fix Travis build error 2014-11-12 20:32:00 -05:00
shadowislord
c2b9b8a2e1 Fix JDK8 build for the rest of SDK plugins 2014-11-09 12:22:05 -05:00
Nehon
330b53671a Upped JME version to 3.1.0 with the tag "snapshot-github"
Somehow trying to get nightly back...
2014-06-18 21:51:45 +02:00
David Bernard
cbffd34b08 SDK: fix #152 SceneComposer/SceneViewer bug in open/close Scene 2014-06-12 11:00:57 +02:00
Normen Hansen
bdbbe7b2b5 SDK:
- lower confusion for git fanboys
- up genfiles for NB 8.0
2014-06-11 22:19:35 +02:00
bre..om
d723af5009 SDK's camera now focuses on the cursor, no more unresponsive zooming. Also fixed an issue with terrain editor's save cookies not resetting. Happy Halloween
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10860 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-11-01 00:03:13 +00:00
nor..67
e4ffcec925 SDK
- update project genfile info

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10764 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-09-02 21:53:56 +00:00
nor..67
f9c5d22f80 SDK:
- update dependencies for NetBeans 7.3.1, pt2

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10756 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-09-02 07:29:10 +00:00
nor..67
20920e5241 SDK:
- update dependencies for NetBeans 7.3.1

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10754 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-09-01 18:27:03 +00:00
bre..om
d2d86d649b switched the colors for Y & Z in the axis marker
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10736 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-07-24 16:51:19 +00:00
rem..om
20123c74ea SDK : Scene composer MoveManager now accounts for parent node scale when moving a spatial in the scene composer. This is to avoid the spatial to "jump" when starting moving.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10732 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-07-17 21:25:31 +00:00
rem..om
b0eb3b31a5 SDK : fixed an issue causing audio nodes to "fly around" when attached to a sub node with non zero translations.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10730 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2013-07-17 20:13:42 +00:00