55 Commits

Author SHA1 Message Date
Riccardo Balbo
88e9c8482c Store prebuild libraries outside the source folder, download prebuilt libraries from bintray 2019-10-10 11:11:49 +02:00
MeFisto94
90d3b69bd1 Build Android Natives (OpenAL, Vorbis, TextureLoading) on Travis (#1171)
* First attempt at building android-natives.

*  Use OpenJDK because native build is broken without

* Try OpenJDK 10

* Try openJDK 9

* Try openJDK11 again but "enable" the EE Module

* OpenJDK 11 has no Java EE Module anymore.

* Try to fix Android Header Generation

* Fix invalid flag error with javac by removing empty quotes

* Try to fix build of decode.

* Remove jni generated headers from the repository.

* Adjust .gitignore as those header files won't appear at that location anymore

* Fix Android Build: Fill the jme3-android-native headers during the build of jme3-android. This works because jme3-android-native already depends on jme3-android.

Due to technical reasons, the headers share the same location and thus the include directives have been adjusted slightly.

* Copy jni headers to the jni directory.

* Adjust the path slightly

* Try to silence android sdk's license print out

* Also fix openAL

* Solve task name conflict

* Really silence license now

* Tasks seem shared but Strings are not...

* Only build Android-Native

* Trying to reduce the amount of dependencies needed.

* Remove even more dependencies

* Even more removal

* Prepare Deployment

* Fix Deployment

* Cleanup: Remove feature branch from branches for travis.

* Revert a few unnecessary things

* Removed NDK Comments.
2019-09-14 11:26:18 -07:00
Trevor Flynn
ad2ba95e99 Jdk 11 Build Support 2019-04-15 22:03:18 +02:00
Stephen Gold
ba340cf13a add a test case for issue #99 (blendMode="multiply" in NiftyGUI) 2019-04-12 22:10:31 -07:00
Riccardo Balbo
f60ff58ef0 Add bullet extraction directory, bin and vscode config to gitignore 2019-03-22 09:46:05 +01:00
Stephen Gold
d3e7d20374 upgrade native Bullet to v2.87, which should fix issue #877 2018-11-30 16:12:07 -08:00
Stephen Gold
570e4850ea rm auto-generated C++ headers from repo, rm unzipped files during clean 2018-09-06 09:23:54 -07:00
Nehon
c3cb4ef97f Draft of the new animation system 2018-03-24 21:02:52 +01:00
Nehon
0d8b86b66f Add default config for glb loader 2017-12-24 22:16:18 +01:00
seint
888b66892d Ignoring .gitignore files 2017-04-13 08:43:34 +02:00
Julien Seinturier
825b1baccb Updating .gitignore in order to skip eclipse project configuration to be
send to GitHub
2017-01-26 15:01:33 +01:00
travis-ci
e268c3b9fe upload_native: more debugging 2016-11-27 14:18:21 -05:00
Kirill Vainer
956c2ec6a2 misc: gitignore update for gradle 3.2.1 2016-11-24 15:41:46 -05:00
Riccardo Balbo
e5747c2faa Update bullet to 2.83.7 2016-07-13 17:20:42 +02:00
Kirill Vainer
01a67b6c66 gitignore: more cleanup
Conflicts:
	.gitignore
2016-04-02 15:01:41 -04:00
Kirill Vainer
4b8acb96a7 gitignore: cleanup
Conflicts:
	.gitignore
2016-04-02 15:00:21 -04:00
Kirill Vainer
47b37a088f gitignore: ignore .DS_Store files 2016-03-28 10:38:23 -04:00
Nehon
40177c1524 Added jme3-lwjgl3/build/ to the gitignore file.... again.. 2015-11-11 18:56:30 +01:00
Daniel Johansson
b84bd0d120 Merge remote-tracking branch 'upstream/master' into issue295
Conflicts:
	common.gradle
2015-09-08 09:25:29 +01:00
Kirill Vainer
60f209c371 .gitignore: more sdk private folders 2015-08-15 12:19:53 -04:00
Kirill Vainer
a09f8a0822 .gitignore: update for jme3-dark-laf 2015-08-14 20:37:13 -04:00
Kirill Vainer
b8daa13841 sdk build: include the DarkMonkey theme in the SDK project 2015-08-13 23:58:24 -04:00
Kirill Vainer
22540c9812 .gitignore: update for sdk projects 2015-08-11 21:20:44 -04:00
Kirill Vainer
17887b1fb0 build: new build version info system
* JmeVersion is no longer autogenerated, instead it pulls info from version.properties
 * Added version.gradle script to generate version info and expose it to other gradle scripts
 * Embed version info inside JAR manifest
 * Refactor NDK finding to use the same way as the version generation
2015-08-08 17:35:05 -04:00
Kirill Vainer
0d7dea20df .gitignore: add .nb-gradle folder to ignore list 2015-08-08 14:06:03 -04:00
Daniel Johansson
013f67ee89 Merge remote-tracking branch 'upstream/master' 2015-07-12 11:19:23 +01:00
Daniel Johansson
8c45568772 Added intellij files to gitignore 2015-07-12 11:14:22 +01:00
Kirill Vainer
fe057130a4 jme3-android-examples: fix incorrect dependency
.gitignore: add jme3-android-examples/build folder
2015-05-05 16:08:53 -04:00
shadowislord
fe508f0ba0 Add JmeVersion to .gitignore (since it will be changed every build..) 2015-02-08 19:35:50 -05:00
Normen Hansen
1977efd3cf - update gitignore to not ignore the precompiled bullet natives 2015-01-13 23:16:47 +01:00
Nehon
8b3e335d33 updated gitignore so that it ignores sdk dist files 2014-12-28 16:23:36 +01:00
shadowislord
d6e427a50f Update .gitignore with new ignore files for jme3-android-native project 2014-11-11 17:35:17 -05:00
shadowislord
9435d28431 Update .gitignore with two more nbproject/private folders 2014-09-13 17:23:18 -04:00
shadowislord
ef9f6213f9 Add shared library extensions from other platforms to .gitignore 2014-09-07 19:15:32 -04:00
shadowislord
8d5f3829ca Update .gitignore with more build and nbproject/private folders 2014-09-07 12:26:42 -04:00
Nehon
9c8f1b8b75 added *.dll to git ignore because I was tired to see extracted natives in my working copy 2014-06-18 21:52:38 +02:00
jmekaelthas
388ad9157f Added eclipse project entries to gitignore. 2014-06-12 21:01:26 +02:00
Normen Hansen
1ff0035e37 SDK:
- update gitignore
2014-06-11 22:29:32 +02:00
Normen Hansen
a4a5386cc8 SDK:
- update gitignore
2014-06-11 22:29:01 +02:00
David Bernard
76088011a7 gitignore: ignore directory instead of files 2014-06-03 18:57:56 +02:00
David Bernard
aa7718f33a gitignore: add explicit list of private files to ignore 2014-06-03 18:50:35 +02:00
David Bernard
3631493284 Revert ".gitignore : simplify + ignore private"
This reverts commit 0e5e58a1f87dd6f2feea6cc1366c681129b55358.
2014-06-03 18:14:40 +02:00
David Bernard
0e5e58a1f8 .gitignore : simplify + ignore private 2014-06-03 17:30:33 +02:00
iwgeric
ef23737d36 ignore android native bullet build directory 2014-03-28 08:11:25 -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
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
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
Normen Hansen
9e9b08afa2 - add iOS to build
- add optional libraries to SDK
2014-03-23 23:05:24 +01:00
Normen Hansen
70cd0b0060 - move android tests to jme3-tests-template 2014-03-23 13:23:56 +01:00