4142 Commits

Author SHA1 Message Date
iwgeric
8a4bb58bda add native bullet build properties to gradle.properties in root project 2014-03-28 08:13:47 -04:00
iwgeric
f380140ff7 add pre-compiled libs for android native bullet 2014-03-28 08:12:31 -04:00
iwgeric
ef23737d36 ignore android native bullet build directory 2014-03-28 08:11:25 -04:00
sgold@sonic.net
b200db1a3c fix for GitHub issue #115 (GoogleCode issue #638) as discussed at http://hub.jmonkeyengine.org/forum/topic/proposed-fix-for-issue-638 2014-03-26 14:32:25 -07:00
iwgeric
13632f2ca9 remove unused project property 2014-03-25 12:24:27 -04: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
iwgeric
ac8b52cff0 Merge origin/master 2014-03-25 08:48:23 -04:00
iwgeric
57b77151aa update android native build to support precompiled libs that are used if not building the libs. If building the libs, then the pre-compiled libs are updated with the output of the build. 2014-03-25 08:48:01 -04:00
iwgeric
88fa9b40dc Update .gitignore
Shouldn't have added libs directory.  This is for the pre-compiled native libs.
2014-03-24 20:01:51 -04:00
iwgeric
a2ab6f183d merge and fix conflicts 2014-03-24 19:55:27 -04:00
iwgeric
df2e38798d update native android libs build to use pre-compiled versions of the libs from the repo if not building native libs 2014-03-24 19:46:06 -04:00
iwgeric
384e19f281 update .gitignore for pre-compiled android native libs that are used when not rebuilding native libs 2014-03-24 19:42:01 -04:00
iwgeric
f9bb9cb3a9 update .gitignore for downloaded stb_image files 2014-03-24 19:40:49 -04:00
iwgeric
4d272915d9 Remove Android Native project from build natives property check. 2014-03-24 19:37:42 -04:00
iwgeric
c965e4066d Add method to check for existance of NDK 2014-03-24 19:35:44 -04:00
Normen Hansen
c374fea7f3 change android native build scripts to not execute tasks at configuration time 2014-03-24 14:04:40 +01:00
iwgeric
5cfd1c812b Change stb_image to be auto downloaded during build 2014-03-24 08:19:51 -04:00
iwgeric
d1033005ae Change AndroidAssetManager to use the native lib to load png and gif files 2014-03-24 00:48:30 -04:00
iwgeric
ee8e42f921 add native android lib for loading png and gif files. Does not premultiply. Uses stb_image (http://www.nothings.org/stb_image.c) 2014-03-24 00:47:08 -04:00
iwgeric
b94a20db14 Merge commit 'f5c841aac54c09cb038d942407245f440f1d02d6' 2014-03-24 00:41:12 -04:00
iwgeric
d871ba42be Merge commit 'a0ccd9984c328dda80df3acffad6095e76878c52' 2014-03-24 00:40:12 -04:00
iwgeric
f5c841aac5 reorganize build of Android OpenAL Soft lib 2014-03-24 00:11:38 -04:00
iwgeric
a0ccd9984c add method to find the android ndk build executable in a common way for all sub projects that need to build a native android lib 2014-03-24 00:05:23 -04: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
Erlend Sogge Heggen
0682044cb5 Update CONTRIBUTING.md
Typos and extra sections.
2014-03-23 23:00:22 +01:00
Erlend Sogge Heggen
5d00132fd9 Rename CONTRIBUTING.MD to CONTRIBUTING.md
fixed stupid MD uppercase. GitHub doesn't recognise it as a Markdown file like that.
2014-03-23 22:48:09 +01:00
Erlend Sogge Heggen
5f771100ba Update CONTRIBUTING.MD
Initial outline.
2014-03-23 22:41:03 +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
Stephen
05c171e07e fix the fix for issue #635 as discussed at http://hub.jmonkeyengine.org/forum/topic/proposed-fix-for-issue-635/page/2 and
http://hub.jmonkeyengine.org/forum/topic/wirebox-error
2014-03-23 13:34:49 -07:00
Normen Hansen
54c6aa5afc fix checks for SDK and native builds 2014-03-23 21:22:38 +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
0f245ea418 Merge origin/master 2014-03-23 15:09:36 +01:00
Normen Hansen
fbea47e407 add gradle wrapper 2014-03-23 14:53:02 +01:00
Erlend Sogge Heggen
8a272e517e Create CONTRIBUTING.MD
v0 for contributing guidelines.
2014-03-23 14:22:48 +01:00
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.
2014-03-23 14:20:08 +01:00
Normen Hansen
70cd0b0060 - move android tests to jme3-tests-template 2014-03-23 13:23:56 +01:00
Normen Hansen
5dc9df516a - add netbeans folder to gitignore 2014-03-23 13:07:21 +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
c1274b2354 update gitignore 2014-03-22 23:51:50 +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