Trevor Flynn
9c1452b63b
Fixed classes location while building natives (JDK11 Support) ( #1073 )
...
* Fixed classes location while building natives
* Fix minor formating issue
6 years ago
Trevor Flynn
ad2ba95e99
Jdk 11 Build Support
6 years ago
iwgeric
8899bec0cb
Update native libraries
9 years ago
iwgeric
b7efc437be
Move files to build directory
...
Move the downloaded files to build directory and moved the unzip folder to the build directory so that they are ignored by git and cleaned appropriately.
9 years ago
iwgeric
3e122c9685
Update OpenALSoft native libraries
9 years ago
iwgeric
adc7ad757e
Move OpenALSoft source files to build directory
...
Move the zip file downloaded from OpenALSoft and the extraction folder to within the build folder so that are ignored by git and cleaned appropriately.
9 years ago
iwgeric
7de6199bb5
Fix issue detecting Android NDK and property to build native projects
9 years ago
iwgeric
ae2cb3b740
Fix issue detecting Android NDK and property to build native projects
9 years ago
shadowislord
373eaeae30
Match # of parallel build processes to number of CPUs for native builds
10 years ago
iwgeric
fb04910980
Always include the jme3-android-native but only build based on "buildNativeProjects" property.
...
Needed to allow for the project to package the pre-compiled libs if not building the project.
10 years ago
shadowislord
c6d0856480
Commit android library libdecodejme
10 years ago
shadowislord
4e04f4629a
Native tremor decoder is now built in release mode
10 years ago
shadowislord
7169b7433d
Updated Android OpenAL build based on latest changes
10 years ago
shadowislord
91715c4a48
Add support for URA, or Unified Renderer Architecture for audio
...
* Unified all renderers into common class 'ALAudioRenderer'
* LWJGL and Android now implement the AL / ALC / EFX interfaces to provide a common OpenAL backend for jME
* Added support for OpenAL Soft "Pause Device" extension, which allows the engine to pause the context while running in the background (currently requires OpenAL soft 1.16 and thus is Android only feature)
10 years ago
shadowislord
d7a152e9a8
TremorAndroid: properly set the 'LIMIT_TO_64kHz' define
10 years ago
shadowislord
ba91da8db4
Tremor decoder now working on Android
...
* fixed issue where FileDesc_read() would cause a stack overflow
* fixed incorrect NativeVorbisFile field values
* properly indicate that streaming is not supported yet
10 years ago
shadowislord
2556f67a15
Implemented the rest of the missing functions in NativeVorbisFile
10 years ago
shadowislord
891ffa175d
More work on vorbis decoder
...
* added support for decoding from a section of a file descriptor (needed if decoding from an asset inside APK)
* implemented seek function
10 years ago
shadowislord
302ca00a3c
Remove STBI image libs which will not be used anymore
10 years ago
shadowislord
5f0c2035c1
android native improvements
...
* rename jme_stbi -> jme_decode, which is a new native library that will handle image and audio decoding in native code
* add a special version of tremor designed to run on android
* adjust the build process to handle these changes
10 years ago
shadowislord
ff55522f78
Change flow in STBI build script to ease development
...
* stb_image.h and AndroidNativeImageLoader.h are now placed in the source folder so that the IDE can access them
10 years ago
shadowislord
17f130615a
Update STBI .so based on latest changes
10 years ago
shadowislord
a015e0836f
Remove commented out code since it will not be used anymore
10 years ago
shadowislord
7057e9cb18
Android native image loader rewritten from scratch
...
* Now supports reading directly from Java InputStream instead of having to read image file into memory first
* Optimized native code - reduced unneccessary memory copies
10 years ago
shadowislord
26d8ae8942
android natives: add updated builds
10 years ago
shadowislord
e1a3d2e79f
Updated STB image build script
10 years ago
shadowislord
883ff7da71
Apply same fixes from OpenAL Soft to STB image loader.
...
Also make sure it works with the latest version from the website (which is downloaded automatically).
10 years ago
shadowislord
756497fb92
Specify TARGET_PLATFORM properly (:= instead of =)
10 years ago
shadowislord
393009ec2d
Fix OpenAL Soft for Android
...
* Upgrade to latest OpenAL Soft (1.16)
* Don't specify TARGET_PLATFORM on command line as that causes weird issues
* Specify target platform via APP_PLATFORM in Application.mk and TARGET_PLATFORM in Android.mk
10 years ago
iwgeric
8b912cd768
change method to check for existance of the android ndk
11 years ago
iwgeric
13632f2ca9
remove unused project property
11 years ago
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.
11 years ago
iwgeric
df2e38798d
update native android libs build to use pre-compiled versions of the libs from the repo if not building native libs
11 years ago
Normen Hansen
c374fea7f3
change android native build scripts to not execute tasks at configuration time
11 years ago
iwgeric
5cfd1c812b
Change stb_image to be auto downloaded during build
11 years ago
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 )
11 years ago
iwgeric
f5c841aac5
reorganize build of Android OpenAL Soft lib
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
a16857c8f4
switch to gradle layout
11 years ago
iwg..ic
5453d4f5e9
Improve checking of when to download and unzip the source OpenAL Soft files
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10989 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
iwg..ic
5b2a661f56
Add support for downloading and building OpenAL Soft for native Android audio
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10988 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
iwg..ic
71938ff80d
fix android.mk for OpenAL Soft build
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10987 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
511d045274
gradle:
...
import current build script to gradle-restructure
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10968 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
PSp..om
836123d0f4
Copying android native from trunk to the new structure.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/branches/gradle-restructure@10966 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago