index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
android
/
detect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
SCons: Move platform-specific Opus config to its module
Rémi Verschelde
2019-03-02
1
-6
/
+0
*
SCons: Drop unused MPC_FIXED_POINT define
Rémi Verschelde
2019-01-16
1
-1
/
+1
*
Android: Add support for x86_64 architecture
Rémi Verschelde
2019-01-16
1
-2
/
+15
*
Don't use -ffast-math or other unsafe math optimizations
Hein-Pieter van Braam
2019-01-09
1
-1
/
+1
*
Remove trailing whitespace
Rémi Verschelde
2018-11-20
1
-3
/
+3
*
Dont use equality operators with None singleton in python files
lupoDharkael
2018-10-27
1
-2
/
+2
*
No need to link with libandroid_support in NDK 17
Wojciech Milkowski
2018-08-28
1
-1
/
+2
*
Merge pull request #20507 from rdhafidh/android_libcpp_shared_master
Rémi Verschelde
2018-08-23
1
-14
/
+23
|
\
|
*
add support libc++_shared stl on android
Ridwan Abdul Hafidh
2018-08-23
1
-14
/
+23
*
|
Update detect.py
Tiago Quendera
2018-08-17
1
-1
/
+1
|
/
*
-Fix disable_3d flag
Juan Linietsky
2018-07-21
1
-2
/
+7
*
Fixed android arm64v8
Colin Kinloch
2017-12-23
1
-6
/
+13
*
Fixed Android NDK unified header detection for python 3
Colin Kinloch
2017-12-17
1
-1
/
+1
*
Cleanup old references to GLES2 renderer
Rémi Verschelde
2017-11-19
1
-1
/
+1
*
change matrix and enable caching for Android, iOS and macOS (cross-compile)
Rhody Lugo
2017-11-13
1
-2
/
+9
*
add missing distutils.version.LooseVersion import
Rhody Lugo
2017-11-09
1
-0
/
+1
*
unified headers fix
Rhody Lugo
2017-11-09
1
-14
/
+8
*
Compile Android with STL enabled by default
AndreaCatania
2017-11-08
1
-1
/
+1
*
add support for Android NDK unified headers
Rhody Lugo
2017-11-06
1
-3
/
+36
*
Use BoolVariable in platform-specific options.
Elliott Sales de Andrade
2017-09-25
1
-7
/
+7
*
Use BoolVariable for module options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+1
*
Use BoolVariable in target/component/advanced options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+1
*
Use EnumVariable for choice-based build options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+2
*
Make GDNative work on Android
Ruslan Mustakov
2017-08-30
1
-1
/
+1
*
Make build scripts Python3 compatible
Matthias Hoelzl
2017-08-27
1
-12
/
+12
*
Merge pull request #9838 from RandomShaper/android-arm64
Rémi Verschelde
2017-08-01
1
-8
/
+20
|
\
|
*
Add support for ARMv8 (64-bit) on Android
Pedro J. Estébanez
2017-07-25
1
-8
/
+20
*
|
Remove ANDROID define
Pedro J. Estébanez
2017-07-25
1
-1
/
+1
|
/
*
Fix android export templates build
Ruslan Mustakov
2017-07-20
1
-14
/
+14
*
Buildsystem: Improve detect.py readability and fix issues
Rémi Verschelde
2017-07-01
1
-90
/
+62
*
Improve/harmonize mobile builds
Pedro J. Estébanez
2017-05-27
1
-1
/
+1
*
Fix crash on Android-x86
Pedro J. Estébanez
2017-04-05
1
-0
/
+2
*
SCons: Add option to toggle warnings (on by default)
Rémi Verschelde
2017-03-26
1
-3
/
+1
*
Export template management dialog.
Juan Linietsky
2017-03-21
1
-2
/
+2
*
Update/fix Android build
Pedro J. Estébanez
2016-11-13
1
-7
/
+7
*
scons: Reorder options for clarity
Rémi Verschelde
2016-11-03
1
-1
/
+0
*
Improve Android build (Clang + tidyness)
Pedro J. Estébanez
2016-11-02
1
-89
/
+102
*
style: Various other PEP8 fixes in Python files
Rémi Verschelde
2016-11-01
1
-2
/
+2
*
style: Fix PEP8 blank lines issues in Python files
Rémi Verschelde
2016-11-01
1
-2
/
+5
*
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-01
1
-110
/
+110
*
style: Start applying PEP8 to Python files, indentation issues
Rémi Verschelde
2016-11-01
1
-212
/
+212
*
Fixed tiny error in detect.py causing compilation for Android to fail.
Randy Tan Shaoxian
2016-10-22
1
-1
/
+1
*
Merge pull request #6723 from bvbfan/patch-1
Rémi Verschelde
2016-10-17
1
-8
/
+9
|
\
|
*
Correct OS architecture detection
Anthony Fieroni
2016-10-11
1
-8
/
+9
*
|
Theora: Don't compile unnecessary files, rename "x86_opt_*"
Błażej Szczygieł
2016-10-16
1
-1
/
+1
*
|
zlib: Split thirdparty files, simplify scons option
Rémi Verschelde
2016-10-15
1
-1
/
+0
*
|
ogg/vorbis/opus: Make them modules and unbundle thirdparty libs
Rémi Verschelde
2016-10-15
1
-1
/
+2
*
|
Drop nedmalloc which is apparently not used anymore
Rémi Verschelde
2016-10-14
1
-3
/
+2
*
|
Fix compile flags not getting to the Android build
Pedro J. Estébanez
2016-10-04
1
-3
/
+3
|
/
*
Revert "Change Android float ABI to hard"
Juan Linietsky
2016-09-10
1
-8
/
+5
[next]