1138 Commits

Author SHA1 Message Date
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
Nehon
4d861ce90d SDK : One can now rename or delete an animation in the Scene Explorer 2014-06-14 14:29:45 +02:00
Nehon
65aad55b10 Fixed some issues with SDK lodGenerator wizard
- setting 10 lod levels was not working
- generating lod levels didn't mark the file as modified if there was no lod levels before.
2014-06-13 23:30:06 +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
4e3b9e860f SDK:
- lower other confusion for git fanboys
2014-06-11 22:21:30 +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
normen
8fd0ef1343 Merge pull request #151 from davidB/sdk_scene_addprimitives
SDK: scene add primitives (3)
2014-06-11 22:05:22 +02:00
David Bernard
506c1ded99 SDK: NewGeometry, hope to fix missing dependencies to jdesktop.bindings 2014-06-11 22:01:59 +02:00
Normen Hansen
359e9d2d64 SDK:
- clean up NewGeometry actions
2014-06-11 21:56:22 +02:00
David Bernard
ffad8344dc SDK: NewGeometry layout settings in palette 2014-06-11 21:19:55 +02:00
David Bernard
8612219bc1 SDK: NewGeometry set default mode to Triangles 2014-06-11 21:19:38 +02:00
David Bernard
d3d5e6f9cb SDK: Scene move the code from NewGeometry into each Action 2014-06-09 22:59:58 +02:00
David Bernard
ed06161f49 SDK: add action to Quad, Line geometries in SceneExplorer and a NewGeometrySettingsTopComponent to configure the creation. 2014-06-09 20:46:47 +02:00
David Bernard
8b33d6b62d SDK: can create primitives geometries (Box, Sphere) in SceneExplorer 2014-06-09 20:46:38 +02:00
shadowislord
cc20781a02 * Ensure LwjglOffscreenBuffer extracts the required natives
* Fix Installer class in SDK to use NativeLibraryLoader.setCustomNativesFolder() instead of the Natives.setCustomDir()
2014-06-07 12:53:55 -04:00
Nehon
6ec736c005 Fixed a bug in the user data dialog box, when values were not populated when using a custom UserData class 2014-06-07 14:32:53 +02:00
Nehon
46f0f32afa Made the Material Editor properly handle the new -LINEAR statement of j3md when parsing material parameters 2014-06-06 20:53:16 +02:00
David Bernard
932245d10b SDK: fix "Add Control" to JmeAssetLinkNode (no more NPE, and correct display and edition) 2014-06-04 15:32:28 +02:00
David Bernard
f26b53fcb7 SDK: remove duplicate code in AbstractSceneExplorer's constructor
One constructor with the shared logic, other constructor are just sugar
2014-06-04 15:32:16 +02:00
David Bernard
2f248d15df SDK: fix NPE in JmeGeometry.propertyChange 2014-06-03 22:50:43 +02:00
David Bernard
95bbbefb6f SDK: fix JmeGenericControl to display initial value of Property and inherited Property (grouped by class) 2014-06-03 20:52:35 +02:00
Normen Hansen
a6b24c91ea SDK:
- fix recognition of boolean properties is/set pattern
2014-06-03 14:51:29 +02:00
shadowislord
99af4d9bd5 * Deprecate usage of TextureKey.setAsCube() and TextureKey.setAsTexture3D() - this is now handled by the TextureKey.setTextureTypeHint() method instead 2014-05-31 18:39:44 -04:00
shadowislord
6b12d5c638 * Fix many javadoc errors mostly related to incorrect HTML or missing references 2014-05-31 13:12:46 -04:00
Normen Hansen
539c2e65fc - update JmeVersion automatically in build script
- change handling of version "tag" (stable, svn etc.)
2014-04-25 17:03:59 +02:00
Normen Hansen
70412593ba clean up some naming in SDK build.gradle 2014-04-25 16:29:18 +02:00
Normen Hansen
701da19757 SDK: fix some Generics warnings 2014-03-25 14:33:48 +01:00
Normen Hansen
83f201e20b remove NetBeans base URL from SDK properties file 2014-03-25 14:00:28 +01:00
Normen Hansen
0c8177f1db delete library folders when cleaning SDK project 2014-03-24 00:06:58 +01:00
Normen Hansen
03d91a7022 - remove old XML from sdk build file 2014-03-23 23:05:27 +01:00
Normen Hansen
9e9b08afa2 - add iOS to build
- add optional libraries to SDK
2014-03-23 23:05:24 +01:00
Normen Hansen
e872db9abf add copying of test sources to SDK build 2014-03-23 22:31:39 +01:00
Normen Hansen
f6e123dbcc add copying of jme3-testdata.jar to SDK 2014-03-23 22:18:21 +01:00
Normen Hansen
7b0c31afad update SDK build script with inputs and outputs so that the SDK build will only trigger when needed 2014-03-23 17:26:31 +01:00
Normen Hansen
70cd0b0060 - move android tests to jme3-tests-template 2014-03-23 13:23:56 +01:00
Normen Hansen
d4546223fc - include SDK in gradle build
- add option to build natives / SDK to gradle properties
- update SDK properties file with jme version
2014-03-23 12:31:26 +01:00
Normen Hansen
9877c83f92 change SDK build dependencies to make sure engine is copied before the SDK is built 2014-03-23 12:03:16 +01:00
Normen Hansen
edad5b57e3 create NetBeans private folder to reference NB platform if not done already 2014-03-23 11:39:49 +01:00
Normen Hansen
ad0c18cbfe add NetBeans platform base download to SDK build, the SDK should now build out of the box with gradle 2014-03-23 02:49:09 +01:00
Normen Hansen
cc494921bd fix SDK build dependencies, access files only after they have been created 2014-03-23 01:46:37 +01:00
Normen Hansen
0c226eadaf remove .xml ending from J2SE library names
clean up sdk build file
2014-03-23 00:04:09 +01:00
Normen Hansen
898f021ba6 adapt platform properties for NetBeans 8.0 2014-03-22 23:51:22 +01:00
Normen Hansen
8469bb1d16 fix creation of project.xml 2014-03-22 23:37:29 +01:00
Normen Hansen
f0bbc1b753 Add creation of project.xml file with list of imports and public packages for jme3-core-baselibs and jme3-core-libraries 2014-03-22 23:31:23 +01:00
Normen Hansen
b3f9edfc9f add xml creation as dependency 2014-03-22 19:07:20 +01:00
Normen Hansen
3b5476417f remove README.TXT from SDK project 2014-03-22 19:04:21 +01:00
Normen Hansen
fa70181dbc Add SDK project library creation scripts to build that creates the J2SE library entries from the engine build setup. Some libraries are renamed and some still missing (android-base etc.)
Also moved the library descriptors completely to jme3-project-baselibs, only the actual jar files remain in jme3-project-libraries.
2014-03-22 19:01:36 +01:00
Normen Hansen
2206fea221 add first version of build.gradle for SDK 2014-03-22 14:55:13 +01:00
nor..67
ddd12b88b8 SDK:
- update documentation

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11061 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2014-02-17 14:14:32 +00:00
nor..67
2e3912e253 SDK:
- fix fbx import

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11053 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2014-02-14 16:26:21 +00:00