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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #45617 from RandomShaper/modernize_atomics
Rémi Verschelde
2021-02-18
2
-23
/
+23
|
\
|
*
Modernize atomics
Pedro J. Estébanez
2021-02-18
2
-23
/
+23
*
|
Reorganize Project Settings
reduz
2021-02-18
3
-5
/
+5
*
|
Disable engine splash logic on Android; this is now handled by the Android th...
Fredia Huya-Kouadio
2021-02-18
2
-5
/
+30
|
/
*
Override `ANDROID_NDK_ROOT` based on the project ndk version.
Fredia Huya-Kouadio
2021-02-17
1
-8
/
+5
*
Add missing `ndkVersion` to the library gradle build config.
Fredia Huya-Kouadio
2021-02-17
1
-0
/
+2
*
Revert AGP to version 4.0.1 as a workaround to https://issuetracker.google.co...
Fredia Huya-Kouadio
2021-02-17
1
-1
/
+1
*
Android: Bump NDK version to 21.4.7075529
Rémi Verschelde
2021-02-18
2
-2
/
+2
*
Add verbose logging to help with troubleshooting the Android build/export pro...
Fredia Huya-Kouadio
2021-02-17
2
-3
/
+80
*
Expose GodotPlugin's utility methods used for registration and signal emitting.
Fredia Huya-Kouadio
2021-02-15
4
-32
/
+154
*
Fix joystick axis mapping issues with NVIDIA shield. Probably others.
Michael Conrad
2021-02-09
2
-103
/
+157
*
Merge pull request #44949 from m4gr3d/specify_project_ndk_version
Rémi Verschelde
2021-02-05
4
-5
/
+63
|
\
|
*
Improve the logic to compile for Android by automatically detecting and setti...
Fredia Huya-Kouadio
2021-01-05
4
-5
/
+63
*
|
Merge pull request #45579 from zaevi/add_scons_ext
Rémi Verschelde
2021-02-01
1
-1
/
+1
|
\
\
|
*
|
add search extensions for scons' path
zaevi
2021-01-30
1
-1
/
+1
*
|
|
Modernize Thread
Pedro J. Estébanez
2021-01-29
13
-204
/
+84
|
/
/
*
|
[Plugins] Rename 'PluginConfig' struct to platform specific name
Sergey Minakov
2021-01-15
2
-65
/
+66
*
|
CI: Update to clang-format 11 and apply ternary operator changes
Rémi Verschelde
2021-01-12
1
-4
/
+4
*
|
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-11
/
+11
|
/
*
Merge pull request #44645 from m4gr3d/update_apk_signing_logic
Rémi Verschelde
2021-01-01
1
-80
/
+130
|
\
|
*
Update the logic to sign prebuilt Godot Android apks.
Fredia Huya-Kouadio
2021-01-01
1
-80
/
+130
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
78
-156
/
+156
|
/
*
Merge pull request #44638 from m4gr3d/export_format_util_method
Rémi Verschelde
2020-12-30
1
-17
/
+24
|
\
|
*
Add utility method to export the project using a preset format and sign param...
Fredia Huya-Kouadio
2020-12-29
1
-17
/
+24
*
|
Merge pull request #44593 from madmiraal/rename-mainloop-methods
Rémi Verschelde
2020-12-28
1
-2
/
+2
|
\
\
|
*
|
Rename MainLoop methods to match Node methods
Marcel Admiraal
2020-12-22
1
-2
/
+2
|
|
/
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
3
-31
/
+31
*
|
Fix invalid invocation of `get_class_loader`.
Fredia Huya-Kouadio
2020-12-23
1
-1
/
+1
|
/
*
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-12-18
1
-1
/
+5
*
Add override keywords to core/os.h derived classes.
Marcel Admiraal
2020-12-17
1
-21
/
+21
*
Don't handle BaseException in build scripts
Marcel Admiraal
2020-12-12
1
-1
/
+1
*
Remove unused FileAccessJAndroid.
Fabio Alessandrelli
2020-12-09
6
-294
/
+3
*
Merge pull request #44161 from Faless/fix/fa_buffered_remove
Rémi Verschelde
2020-12-09
1
-4
/
+1
|
\
|
*
Remove now unused FileAccessBuffered.
Fabio Alessandrelli
2020-12-06
1
-4
/
+1
*
|
Android: fix mouse capture relative wrong
thebestnom
2020-12-08
1
-1
/
+0
*
|
Android: Allow Mouse Capture
thebestnom
2020-12-08
12
-13
/
+209
*
|
Merge pull request #43742 from qarmin/editor_modules_default_values
Rémi Verschelde
2020-12-08
9
-32
/
+25
|
\
\
|
|
/
|
/
|
|
*
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
9
-32
/
+25
*
|
RenderingServer reorganization
reduz
2020-12-04
1
-2
/
+2
*
|
fix android wrong multi-touch pointerid
alan-w-255
2020-12-03
1
-4
/
+2
|
/
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-1
/
+20
*
[Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...
bruvzg
2020-11-26
1
-1
/
+1
*
Update gradle build files to automatically perform signing and zipalign tasks...
Fredia Huya-Kouadio
2020-11-22
4
-100
/
+94
*
Export: Reorder options for consistency across platforms
Rémi Verschelde
2020-11-20
1
-25
/
+33
*
Fix zipalign command name on Windows machines.
Fredia Huya-Kouadio
2020-11-18
1
-1
/
+8
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
7
-9
/
+0
*
Merge pull request #43248 from HEAVYPOLY/master
Rémi Verschelde
2020-11-16
1
-3
/
+3
|
\
|
*
Change android orientations from sensor to user
Vaughan Ling
2020-10-31
1
-3
/
+3
*
|
Update the logic to query for the 'scons' command executable path.
Fredia Huya-Kouadio
2020-11-14
2
-3
/
+33
*
|
Merge pull request #43526 from m4gr3d/address_new_custom_build_logic_issues
Rémi Verschelde
2020-11-14
1
-16
/
+104
|
\
\
[next]