Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-22 | Fixed tiny error in detect.py causing compilation for Android to fail. | Randy Tan Shaoxian | |
(cherry picked from commit c9d7f77c6ffea4691fba2071caec2d63d927b4d1) | |||
2016-10-17 | Merge pull request #6850 from akien-mga/pr-scsub-shebang | Rémi Verschelde | |
SCsub: Add python shebang as a hint for syntax highlighting | |||
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | |
Also switch existing shebangs to "better" /usr/bin/env python. | |||
2016-10-17 | Merge pull request #6846 from volzhs/android-dir-exists | Rémi Verschelde | |
Fix crash when using Directory.dir_exists(path) on Android | |||
2016-10-17 | Merge pull request #6723 from bvbfan/patch-1 | Rémi Verschelde | |
Correct OS architecture detection | |||
2016-10-16 | Theora: Don't compile unnecessary files, rename "x86_opt_*" | Błażej Szczygieł | |
2016-10-17 | Fix crash when using Directory.dir_exists(path) on Android | volzhs | |
2016-10-15 | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde | |
2016-10-15 | ogg/vorbis/opus: Make them modules and unbundle thirdparty libs | Rémi Verschelde | |
Took the opportunity to undo the Godot changed made to the opus source. The opus module should eventually be built in its own environment to avoid polluting others with too many include dirs and defines. TODO: Fix the platform/ stuff for opus. | |||
2016-10-14 | Drop nedmalloc which is apparently not used anymore | Rémi Verschelde | |
2016-10-11 | Correct OS architecture detection | Anthony Fieroni | |
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg> | |||
2016-10-04 | Fix compile flags not getting to the Android build | Pedro J. Estébanez | |
2016-09-26 | removed confusing "if(true)" statement with empty "else" block | syskrank | |
2016-09-21 | Fix manifest generation bug in Android export | Pedro J. Estébanez | |
2016-09-10 | Revert "Change Android float ABI to hard" | Juan Linietsky | |
2016-09-10 | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | |
Fix some more warnings | |||
2016-09-10 | Merge pull request #6438 from RandomShaper/android-hard-float-abi | Juan Linietsky | |
Change Android float ABI to hard | |||
2016-09-09 | Change Android float ABI to hard | Pedro J. Estébanez | |
2016-09-07 | Fix (potentially) Android libs packaging issue (#5645) | Pedro J. Estébanez | |
2016-08-13 | Fix some comparisons between signed and unsigned integers | Johan Manuel | |
2016-08-13 | Remove some unused variables | Johan Manuel | |
2016-08-08 | Android: Rename values-zh to values-zh-rCN (#6063) | Skyfrit | |
2016-08-08 | Android: Add support for Traditional Chinese (HK) (#6061) | Skyfrit | |
2016-08-08 | Android: Add support for Traditional Chinese (TW) (#6061) | Skyfrit | |
2016-07-24 | Merge pull request #5415 from volzhs/improve-android-payment | Juan Linietsky | |
Improve android payment | |||
2016-07-21 | Minor code formatting in platform/android | Mario Schlack | |
2016-07-21 | Merge pull request #5835 from volzhs/issue-5831 | Rémi Verschelde | |
Fix compile error if use android_stl=yes | |||
2016-07-21 | Fix compile error if use android_stl=yes | volzhs | |
2016-07-21 | Merge pull request #5819 from hurikhan/android_getScreenDPI | Rémi Verschelde | |
Implement get_screen_dpi() on Android | |||
2016-07-20 | Implement get_screen_dpi() on Android | Mario Schlack | |
2016-07-19 | Fixed properly not save signals that already exist in their base scenes, ↵ | Juan Linietsky | |
closes #5656 | |||
2016-07-18 | Add querying details of IAP items for android | volzhs | |
2016-07-18 | Fix can't get all info if user purchases many items and not consumed | volzhs | |
2016-07-16 | Added gyroscope support to Godot and Android | Jamil Halabi | |
2016-07-11 | Fix crash in FileAccessJAndroid::file_exists (does not free local ref) | sanikoyes | |
2016-07-10 | Merge pull request #5077 from RandomShaper/improve-android-build | Juan Linietsky | |
Improve Android build | |||
2016-07-07 | Add android_add_default_config for config.py | volzhs | |
usage : env.android_add_default_config("applicationId 'com.godot.game'") | |||
2016-07-05 | Fix crash when null value through jni on android | volzhs | |
2016-07-03 | Merge pull request #5491 from volzhs/fix-jni-bool-string | Rémi Verschelde | |
Fix wrong return bool, string, string array data through jni | |||
2016-07-02 | missnig ; | Juan Linietsky | |
2016-07-02 | Data dir returns a symlink in Android 6.0, which confuses DirAccess on ↵ | Juan Linietsky | |
android, this should fix it | |||
2016-06-30 | Fix wrong return bool, string, string array data through jni | volzhs | |
2016-06-27 | Make Android build smarter (SCons + Gradle) | Pedro J. Estébanez | |
Upgrade Gradle and Android plugin for Gradle Disable all signing and zip-aligning for the export templates Give correct names to generated APKs Put .so files built by SCons right where Gradle has to pick them according to arch & build type Downgrade NDK platform to 14 to match minSdkVersion | |||
2016-06-26 | Merge pull request #5395 from vnen/android-sensors | Rémi Verschelde | |
Fix Android sensors polling rate on resume | |||
2016-06-26 | Merge pull request #5390 from volzhs/jni-stringarray | Rémi Verschelde | |
Fix string array parameter check with jni | |||
2016-06-25 | Added function to notify ScriptLanguage when a thread is created/freed, ↵ | Juan Linietsky | |
allows scripts to allocate a stack there via TLS | |||
2016-06-25 | Gradle: remove trailing spaces | Rémi Verschelde | |
2016-06-24 | Fix Android sensors polling rate on resume | George Marques | |
Fix #5306 | |||
2016-06-25 | Fix string array parameter check with jni | volzhs | |
2016-06-25 | Remove duplicated aidl for android | volzhs | |
Tested IAP function on device. |