Age | Commit message (Expand) | Author |
2021-02-27 | Merge pull request #46457 from m4gr3d/fix_invalid_missing_templates_error_master | Rémi Verschelde |
2021-02-26 | Fix invalid missing template error when the Android build template is not ins... | Fredia Huya-Kouadio |
2021-02-26 | Update the logic to load Godot Android plugins packaged into the binary. | Fredia Huya-Kouadio |
2021-02-24 | Update the filtering logic to properly handle directories with `.gdignore` fi... | Fredia Huya-Kouadio |
2021-02-24 | Merge pull request #46381 from m4gr3d/update_godot_fragment_lifecycle_master | Rémi Verschelde |
2021-02-24 | Update the initialization timeline for the Godot fragment to be more consiste... | Fredia Huya-Kouadio |
2021-02-24 | Add logic to record the version of the Godot engine for the Android platform. | Fredia Huya-Kouadio |
2021-02-18 | Merge pull request #45617 from RandomShaper/modernize_atomics | Rémi Verschelde |
2021-02-18 | Modernize atomics | Pedro J. Estébanez |
2021-02-18 | Reorganize Project Settings | reduz |
2021-02-18 | Disable engine splash logic on Android; this is now handled by the Android th... | Fredia Huya-Kouadio |
2021-02-17 | Override `ANDROID_NDK_ROOT` based on the project ndk version. | Fredia Huya-Kouadio |
2021-02-17 | Add missing `ndkVersion` to the library gradle build config. | Fredia Huya-Kouadio |
2021-02-17 | Revert AGP to version 4.0.1 as a workaround to https://issuetracker.google.co... | Fredia Huya-Kouadio |
2021-02-18 | Android: Bump NDK version to 21.4.7075529 | Rémi Verschelde |
2021-02-17 | Add verbose logging to help with troubleshooting the Android build/export pro... | Fredia Huya-Kouadio |
2021-02-15 | Expose GodotPlugin's utility methods used for registration and signal emitting. | Fredia Huya-Kouadio |
2021-02-09 | Fix joystick axis mapping issues with NVIDIA shield. Probably others. | Michael Conrad |
2021-02-05 | Merge pull request #44949 from m4gr3d/specify_project_ndk_version | Rémi Verschelde |
2021-02-01 | Merge pull request #45579 from zaevi/add_scons_ext | Rémi Verschelde |
2021-01-30 | add search extensions for scons' path | zaevi |
2021-01-29 | Modernize Thread | Pedro J. Estébanez |
2021-01-15 | [Plugins] Rename 'PluginConfig' struct to platform specific name | Sergey Minakov |
2021-01-12 | CI: Update to clang-format 11 and apply ternary operator changes | Rémi Verschelde |
2021-01-09 | Split OS::execute into two methods | Marcel Admiraal |
2021-01-05 | Improve the logic to compile for Android by automatically detecting and setti... | Fredia Huya-Kouadio |
2021-01-01 | Merge pull request #44645 from m4gr3d/update_apk_signing_logic | Rémi Verschelde |
2021-01-01 | Update the logic to sign prebuilt Godot Android apks. | Fredia Huya-Kouadio |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-30 | Merge pull request #44638 from m4gr3d/export_format_util_method | Rémi Verschelde |
2020-12-29 | Add utility method to export the project using a preset format and sign param... | Fredia Huya-Kouadio |
2020-12-28 | Merge pull request #44593 from madmiraal/rename-mainloop-methods | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | Fix invalid invocation of `get_class_loader`. | Fredia Huya-Kouadio |
2020-12-22 | Rename MainLoop methods to match Node methods | Marcel Admiraal |
2020-12-18 | SCons: Add explicit dependencies on thirdparty code in cloned env | Rémi Verschelde |
2020-12-17 | Add override keywords to core/os.h derived classes. | Marcel Admiraal |
2020-12-12 | Don't handle BaseException in build scripts | Marcel Admiraal |
2020-12-09 | Remove unused FileAccessJAndroid. | Fabio Alessandrelli |
2020-12-09 | Merge pull request #44161 from Faless/fix/fa_buffered_remove | Rémi Verschelde |
2020-12-08 | Android: fix mouse capture relative wrong | thebestnom |
2020-12-08 | Android: Allow Mouse Capture | thebestnom |
2020-12-08 | Merge pull request #43742 from qarmin/editor_modules_default_values | Rémi Verschelde |
2020-12-06 | Remove now unused FileAccessBuffered. | Fabio Alessandrelli |
2020-12-04 | RenderingServer reorganization | reduz |
2020-12-03 | fix android wrong multi-touch pointerid | alan-w-255 |
2020-12-02 | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-11-26 | [Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz... | bruvzg |
2020-11-22 | Update gradle build files to automatically perform signing and zipalign tasks... | Fredia Huya-Kouadio |