Normen Hansen
|
bdbbe7b2b5
|
SDK:
- lower confusion for git fanboys
- up genfiles for NB 8.0
|
11 years ago |
David Bernard
|
506c1ded99
|
SDK: NewGeometry, hope to fix missing dependencies to jdesktop.bindings
|
11 years ago |
Normen Hansen
|
359e9d2d64
|
SDK:
- clean up NewGeometry actions
|
11 years ago |
David Bernard
|
ffad8344dc
|
SDK: NewGeometry layout settings in palette
|
11 years ago |
David Bernard
|
8612219bc1
|
SDK: NewGeometry set default mode to Triangles
|
11 years ago |
David Bernard
|
d3d5e6f9cb
|
SDK: Scene move the code from NewGeometry into each Action
|
11 years ago |
David Bernard
|
ed06161f49
|
SDK: add action to Quad, Line geometries in SceneExplorer and a NewGeometrySettingsTopComponent to configure the creation.
|
11 years ago |
David Bernard
|
8b33d6b62d
|
SDK: can create primitives geometries (Box, Sphere) in SceneExplorer
|
11 years ago |
shadowislord
|
cc20781a02
|
* Ensure LwjglOffscreenBuffer extracts the required natives
* Fix Installer class in SDK to use NativeLibraryLoader.setCustomNativesFolder() instead of the Natives.setCustomDir()
|
11 years ago |
Nehon
|
6ec736c005
|
Fixed a bug in the user data dialog box, when values were not populated when using a custom UserData class
|
11 years ago |
Nehon
|
46f0f32afa
|
Made the Material Editor properly handle the new -LINEAR statement of j3md when parsing material parameters
|
11 years ago |
David Bernard
|
932245d10b
|
SDK: fix "Add Control" to JmeAssetLinkNode (no more NPE, and correct display and edition)
|
11 years ago |
David Bernard
|
f26b53fcb7
|
SDK: remove duplicate code in AbstractSceneExplorer's constructor
One constructor with the shared logic, other constructor are just sugar
|
11 years ago |
David Bernard
|
2f248d15df
|
SDK: fix NPE in JmeGeometry.propertyChange
|
11 years ago |
David Bernard
|
95bbbefb6f
|
SDK: fix JmeGenericControl to display initial value of Property and inherited Property (grouped by class)
|
11 years ago |
Normen Hansen
|
a6b24c91ea
|
SDK:
- fix recognition of boolean properties is/set pattern
|
11 years ago |
shadowislord
|
99af4d9bd5
|
* Deprecate usage of TextureKey.setAsCube() and TextureKey.setAsTexture3D() - this is now handled by the TextureKey.setTextureTypeHint() method instead
|
11 years ago |
shadowislord
|
6b12d5c638
|
* Fix many javadoc errors mostly related to incorrect HTML or missing references
|
11 years ago |
relu91
|
3cbb158b81
|
Prototype of nifty-editor integration .
|
11 years ago |
Normen Hansen
|
539c2e65fc
|
- update JmeVersion automatically in build script
- change handling of version "tag" (stable, svn etc.)
|
11 years ago |
Normen Hansen
|
70412593ba
|
clean up some naming in SDK build.gradle
|
11 years ago |
Normen Hansen
|
701da19757
|
SDK: fix some Generics warnings
|
11 years ago |
Normen Hansen
|
83f201e20b
|
remove NetBeans base URL from SDK properties file
|
11 years ago |
Normen Hansen
|
0c8177f1db
|
delete library folders when cleaning SDK project
|
11 years ago |
Normen Hansen
|
03d91a7022
|
- remove old XML from sdk build file
|
11 years ago |
Normen Hansen
|
9e9b08afa2
|
- add iOS to build
- add optional libraries to SDK
|
11 years ago |
Normen Hansen
|
e872db9abf
|
add copying of test sources to SDK build
|
11 years ago |
Normen Hansen
|
f6e123dbcc
|
add copying of jme3-testdata.jar to SDK
|
11 years ago |
Normen Hansen
|
7b0c31afad
|
update SDK build script with inputs and outputs so that the SDK build will only trigger when needed
|
11 years ago |
Normen Hansen
|
70cd0b0060
|
- move android tests to jme3-tests-template
|
11 years ago |
Normen Hansen
|
d4546223fc
|
- include SDK in gradle build
- add option to build natives / SDK to gradle properties
- update SDK properties file with jme version
|
11 years ago |
Normen Hansen
|
9877c83f92
|
change SDK build dependencies to make sure engine is copied before the SDK is built
|
11 years ago |
Normen Hansen
|
edad5b57e3
|
create NetBeans private folder to reference NB platform if not done already
|
11 years ago |
Normen Hansen
|
ad0c18cbfe
|
add NetBeans platform base download to SDK build, the SDK should now build out of the box with gradle
|
11 years ago |
Normen Hansen
|
cc494921bd
|
fix SDK build dependencies, access files only after they have been created
|
11 years ago |
Normen Hansen
|
0c226eadaf
|
remove .xml ending from J2SE library names
clean up sdk build file
|
11 years ago |
Normen Hansen
|
898f021ba6
|
adapt platform properties for NetBeans 8.0
|
11 years ago |
Normen Hansen
|
8469bb1d16
|
fix creation of project.xml
|
11 years ago |
Normen Hansen
|
f0bbc1b753
|
Add creation of project.xml file with list of imports and public packages for jme3-core-baselibs and jme3-core-libraries
|
11 years ago |
Normen Hansen
|
b3f9edfc9f
|
add xml creation as dependency
|
11 years ago |
Normen Hansen
|
3b5476417f
|
remove README.TXT from SDK project
|
11 years ago |
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.
|
11 years ago |
Normen Hansen
|
2206fea221
|
add first version of build.gradle for SDK
|
11 years ago |
nor..67
|
8514ece94e
|
copy sdk to gradle branch
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11105 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
nor..67
|
ddd12b88b8
|
SDK:
- update documentation
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11061 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
nor..67
|
2e3912e253
|
SDK:
- fix fbx import
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11053 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
nor..67
|
d29e95da06
|
- update jdk version info
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11044 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
nor..67
|
e645ff1c8d
|
- use both blender versions in BlenderTool
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11042 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
nor..67
|
ed5f1d0dee
|
- use new blender version in BlenderTool
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11041 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |
nor..67
|
eac0f14cab
|
SDK
- use blender 2.69 for building SDK installers
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11038 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
|
11 years ago |