This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
45cfd199a46a6fdffb48cd367c69a336eb79590b
godot
/
platform
/
android
History
Rémi Verschelde
9693f37fcc
Merge pull request
#5491
from volzhs/fix-jni-bool-string
...
Fix wrong return bool, string, string array data through jni
2016-07-03 19:11:04 +02:00
..
export
…
globals
…
java
…
android_native_app_glue.c
…
android_native_app_glue.h
…
AndroidManifest.xml.template
…
audio_driver_jandroid.cpp
…
audio_driver_jandroid.h
…
audio_driver_opensl.cpp
…
audio_driver_opensl.h
…
build.gradle.template
…
cpu-features.c
…
cpu-features.h
…
detect.py
…
dir_access_android.cpp
…
dir_access_android.h
…
dir_access_jandroid.cpp
…
dir_access_jandroid.h
…
file_access_android.cpp
…
file_access_android.h
…
file_access_jandroid.cpp
…
file_access_jandroid.h
…
godot_android.cpp
…
ifaddrs_android.cpp
…
ifaddrs_android.h
…
java_class_wrapper.cpp
…
java_class_wrapper.h
…
java_glue.cpp
Fix wrong return bool, string, string array data through jni
2016-06-30 01:23:55 +09:00
java_glue.h
…
logo.png
…
os_android.cpp
missnig ;
2016-07-02 16:04:00 -03:00
os_android.h
Data dir returns a symlink in Android 6.0, which confuses DirAccess on android, this should fix it
2016-07-02 11:49:52 -03:00
platform_config.h
…
SCsub
…
sign.sh
…
thread_jandroid.cpp
Added function to notify ScriptLanguage when a thread is created/freed, allows scripts to allocate a stack there via TLS
2016-06-25 10:41:23 -03:00
thread_jandroid.h
…