| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Fix wrong path for 32-bit Windows, which fixes #7084
Exclude 32-bit Windows from multi-threaded linking because it's not supported by the NDK
Remove 32-bit Linux as there is no NDK variant for it
(cherry picked from commit 5a26459c065558546a708c18ad84830674d5972d)
|
| |
|
|
| |
(cherry picked from commit 56721e5d9daf3bda0ad0711c165105c7ceedd29f)
|
| |
|
|
|
|
| |
Fix #7014
(cherry picked from commit 8d454ed9a7105bf1a4c19c238a0e904f220c1bb5)
|
| |
|
|
|
|
| |
Also prefix all thirdparty-related toggles with `builtin`.
(cherry picked from commit cc95d4448c6005c3007c8460f09b8be1595eb3c0)
|
| |
|
|
| |
(cherry picked from commit b18ff942be0dd89bda32e01cc30a41c196fc9290)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Done with `autopep8 --select=E7`, fixes:
- E701 - Put colon-separated compound statement on separate lines.
- E702 - Put semicolon-separated compound statement on separate lines.
- E703 - Put semicolon-separated compound statement on separate lines.
- E711 - Fix comparison with None.
- E712 - Fix (trivial case of) comparison with boolean.
- E713 - Fix (trivial case of) non-membership check.
- E721 - Fix various deprecated code (via lib2to3).
|
| |
|
|
|
|
|
|
|
|
|
| |
Done with `autopep8 --select=E3,W3`, fixes:
- E301 - Add missing blank line.
- E302 - Add missing 2 blank lines.
- E303 - Remove extra blank lines.
- E304 - Remove blank line following function decorator.
- E309 - Add missing blank line.
- W391 - Remove trailing blank lines.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Done with `autopep8 --select=E2,W2`, fixes:
- E201 - Remove extraneous whitespace.
- E202 - Remove extraneous whitespace.
- E203 - Remove extraneous whitespace.
- E211 - Remove extraneous whitespace.
- E221 - Fix extraneous whitespace around keywords.
- E222 - Fix extraneous whitespace around keywords.
- E223 - Fix extraneous whitespace around keywords.
- E224 - Remove extraneous whitespace around operator.
- E225 - Fix missing whitespace around operator.
- E226 - Fix missing whitespace around operator.
- E227 - Fix missing whitespace around operator.
- E228 - Fix missing whitespace around operator.
- E231 - Add missing whitespace.
- E231 - Fix various deprecated code (via lib2to3).
- E241 - Fix extraneous whitespace around keywords.
- E242 - Remove extraneous whitespace around operator.
- E251 - Remove whitespace around parameter '=' sign.
- E261 - Fix spacing after comment hash.
- E262 - Fix spacing after comment hash.
- E265 - Format block comments.
- E271 - Fix extraneous whitespace around keywords.
- E272 - Fix extraneous whitespace around keywords.
- E273 - Fix extraneous whitespace around keywords.
- E274 - Fix extraneous whitespace around keywords.
- W291 - Remove trailing whitespace.
- W293 - Remove trailing whitespace.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Done with `autopep8 --select=E1`, fixes:
- E101 - Reindent all lines.
- E112 - Fix under-indented comments.
- E113 - Fix over-indented comments.
- E115 - Fix under-indented comments.
- E116 - Fix over-indented comments.
- E121 - Fix a badly indented line.
- E122 - Fix a badly indented line.
- E123 - Fix a badly indented line.
- E124 - Fix a badly indented line.
- E125 - Fix indentation undistinguish from the next logical line.
- E126 - Fix a badly indented line.
- E127 - Fix a badly indented line.
- E128 - Fix a badly indented line.
- E129 - Fix a badly indented line.
|
| |
|
|
|
|
| |
Also switch existing shebangs to "better" /usr/bin/env python.
(cherry picked from commit fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163)
|
| |
|
|
| |
(cherry picked from commit 4ffa8f224d8d57520bd4953d67291c83152cd5e5)
|
| |
|
|
| |
(cherry picked from commit cbf52606f4928df46fc89d37d781bad782f0616e)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
(cherry picked from commit d9a291f6411f2e571c181da0ac89f550ba73f681)
speex module was only added while cherry-picking, as speex is removed
in the master branch but we don't want to break compatibility in 2.1.x.
Unbundling wasn't done as the module uses the internal speex_free,
so it would require some more work.
|
| |
|
|
| |
(cherry picked from commit f63bf12193deaf9cae5b1d6c7289afc17a7de946)
|
| | |
|
| |
|
|
| |
(cherry picked from commit 4a57821349fc8fd4d4c7e375a1f8cf09623ee856)
|
| |
|
|
|
| |
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
(cherry picked from commit f87e32696de6126f05d0b839a2a3689dd16fe73f)
|
| |
|
|
| |
(cherry picked from commit 7f51bb7b1c5a8104afa859e38b8b207abfbd2093)
|
| |
|
|
| |
(cherry picked from commit af4b0db1e4aef0c4ef77f025b9d539d7cce814bf)
|
| |
|
|
| |
(cherry picked from commit 2c9d98bb4869ad8a8ec7af9ba0c8dd7d7c243fb5)
|
| |
|
|
| |
(cherry picked from commit e9065632c6193736a2f539cc5f8906db4855c3ac)
|
| |
|
|
| |
(cherry picked from commit 4f6a21b0df772804b67073dc65f000f571a4511e)
|
| |
|
|
| |
(cherry picked from commit 664b5b5137b00c170968c688d880561ab294ae91)
|
| |
|
|
| |
(cherry picked from commit 8ab4acd17f06c31b9281c63232756c4d1a7b3a24)
|
| |\
| |
| | |
Improve android payment
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | | |
Fix compile error if use android_stl=yes
|
| | | | |
|
| |\ \ \
| |/ /
|/| | |
Implement get_screen_dpi() on Android
|
| | |/ |
|
| |/
|
|
| |
closes #5656
|
| | |
|
| | |
|
| |\
| |
| | |
Improve Android build
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| | |
usage : env.android_add_default_config("applicationId 'com.godot.game'")
|
| | | |
|
| |\ \
| | |
| | | |
Fix wrong return bool, string, string array data through jni
|
| | |/ |
|
| | | |
|
| |/
|
|
| |
android, this should fix it
|
| |\
| |
| | |
Fix Android sensors polling rate on resume
|
| | |
| |
| |
| | |
Fix #5306
|
| |\ \
| | |
| | | |
Fix string array parameter check with jni
|
| | | | |
|
| | | |
| | |
| | |
| | | |
allows scripts to allocate a stack there via TLS
|
| | |/
|/| |
|
| |/
|
|
| |
Tested IAP function on device.
|