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
0f245ea418
Merge origin/master
11 years ago
Normen Hansen
fbea47e407
add gradle wrapper
11 years ago
Erlend Sogge Heggen
8a272e517e
Create CONTRIBUTING.MD
...
v0 for contributing guidelines.
11 years ago
Erlend Sogge Heggen
a5ceb6ea25
Created README.md
...
Copied from https://code.google.com/p/jmonkeyengine/ .
Will follow up with info about 3.0 branch and recommended use.
11 years ago
Normen Hansen
70cd0b0060
- move android tests to jme3-tests-template
11 years ago
Normen Hansen
5dc9df516a
- add netbeans folder to gitignore
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
c1274b2354
update gitignore
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
ac68202a0f
Merge origin/gradle into gradle
11 years ago
Normen Hansen
2206fea221
add first version of build.gradle for SDK
11 years ago
iwgeric
a186abba6a
test commit from github site
...
only added a blank line to test making changes from the github site.
11 years ago
Normen Hansen
12406dd2c3
up gradle version for wrapper in buld script
11 years ago
Normen Hansen
f513a09c52
adapt native build for new gradle versions (targetPlatforms -> model.platforms)
11 years ago
Normen Hansen
d485f12a4f
add .gitignore
11 years ago
Normen Hansen
b37a5357cf
update jogl dependency to 2.1.4
11 years ago
Normen Hansen
a16857c8f4
switch to gradle layout
11 years ago
nor..67
30c2ee580b
moving trunk
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11111 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
42ed5d0c01
moving gradle to trunk
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11109 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
b8952d7f5b
moving trunk
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/3.0-trunk@11108 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
sgold
85a4ef5e3e
Bugfix: issue #637 (load ICO asset from JAR) in trunk
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11107 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
sgold
5923cda517
Bugfix: issue #637 (load ICO asset from JAR) in gradle-restructure branch
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11106 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
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
Kae..pl
cc1ebe7b96
Bugfix: fixed a bug that caused the 'maintain volume' constraint to be badlu applied on objects.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11104 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
Kae..pl
64c732451a
Bugfix: fixed a bug that caused the 'maintain volume' constraint to be badlu applied on objects.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11104 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
3ca20a5375
Started the reimplementation of the ChaseCamera as an AppState.
...
All basic features are there, smooth motion is still missing along with some very specific features that I'm tempted to just drop...
Also added a test case
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11103 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
bea196baa2
Started the reimplementation of the ChaseCamera as an AppState.
...
All basic features are there, smooth motion is still missing along with some very specific features that I'm tempted to just drop...
Also added a test case
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11102 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
ae20de9edf
FlyByCamera and ChaseCamera refactored all input mapping constants in a dedicated constant class CameraInput with proper doc
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11101 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
rem..om
240b41fdf6
FlyByCamera and ChaseCamera refactored all input mapping constants in a dedicated constant class CameraInput with proper doc
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11100 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
sgold
035ed5ebec
add a RenderManager method to remove a pre view by name ... in trunk
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11099 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
sgold
d14f405e24
add a RenderManager method to remove a pre view by name ... in gradle-restructure
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11098 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
sgold
acf255ab9b
Bugfix: issue #556 (StatsAppState.setFont() visibility) in trunk
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11097 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
sgold
3f7395c3cd
Bugfix: issue #556 (StatsAppState.setFont() visibility) in gradle-restructure
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11096 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
sgold
bff90dc9ee
Bugfix: issue #631 (MeshCollisionShape constructor requires a triangle mesh) in trunk
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11095 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
sgold
d7dc3a1600
Bugfix: issue #631 (MeshCollisionShape constructor requires a TriMesh) in gradle-restructure branch
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11094 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
sgold
5eb5f0d2cc
remove 8 octree optimization files from trunk
...
per discussion at http://hub.jmonkeyengine.org/forum/topic/proposed-removal-of-octree-and-related-files
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11093 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
sgold
5134c6052c
remove 7 octree optimization files from gradle-restructure branch
...
per discussion at http://hub.jmonkeyengine.org/forum/topic/proposed-removal-of-octree-and-related-files
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11092 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
sgold
5b530da4d3
remove TestOctree.java from gradle-restructure branch
...
per discussion at http://hub.jmonkeyengine.org/forum/topic/proposed-removal-of-octree-and-related-files
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@11091 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
sgold
f5ccf45aed
improve inline documentation in AbstractShadowRenderer.java ... trunk
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11090 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago