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
*
Disable menus and functionality that are not relevant on the Android Editor port
Fredia Huya-Kouadio
2022-09-13
1
-0
/
+2
*
Merge pull request #65509 from gotnospirit/master-os-get_datetime
Rémi Verschelde
2022-09-13
1
-8
/
+7
|
\
|
*
Fixes #65377: get_datetime_* functions can return wrong values
James
2022-09-10
1
-8
/
+7
*
|
Exclude small screens from the set of supported devices.
Fredia Huya-Kouadio
2022-09-12
1
-1
/
+1
*
|
Update the versioning logic for the Godot Android Editor
Fredia Huya-Kouadio
2022-09-12
2
-5
/
+44
|
/
*
SCons: Refactor LTO options with `lto=<none|thin|full>`
Rémi Verschelde
2022-09-08
1
-0
/
+12
*
Merge pull request #65501 from m4gr3d/fix_invalid_project_manager_path_main
Rémi Verschelde
2022-09-08
7
-21
/
+48
|
\
|
*
Fix issue causing the project manager to crash because of missing path argument
Fredia Huya-Kouadio
2022-09-07
7
-21
/
+48
*
|
Enable long press, pan and scale gestures for the Godot Android Editor
Fredia Huya-Kouadio
2022-09-07
3
-1
/
+21
*
|
Cleanup the Android input logic implementation
Fredia Huya-Kouadio
2022-09-07
10
-346
/
+683
|
/
*
Additional fixes to the Android `get_current_dir()` implementation.
Fredia Huya-Kouadio
2022-08-30
2
-3
/
+16
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
4
-20
/
+20
*
Merge pull request #64912 from m4gr3d/fix_android_arch_mapping_main
Rémi Verschelde
2022-08-26
1
-4
/
+4
|
\
|
*
Revert the architecture values update made to the Android export logic
Fredia Huya-Kouadio
2022-08-25
1
-4
/
+4
*
|
Improve platform-specific READMEs to add useful links
Hugo Locurcio
2022-08-25
1
-0
/
+7
|
/
*
Unify bits, arch, and android_arch into env["arch"]
Aaron Franke
2022-08-25
6
-35
/
+37
*
Merge pull request #64414 from m4gr3d/fix_get_current_dir_main
Rémi Verschelde
2022-08-23
2
-0
/
+15
|
\
|
*
Fix issue with `get_current_dir()` returning the wrong path on Android
Fredia Huya-Kouadio
2022-08-19
2
-0
/
+15
*
|
Replace Array return types with TypedArray
kobewi
2022-08-22
4
-8
/
+8
|
/
*
Disable threads used to check on plugins to load
Fredia Huya-Kouadio
2022-08-15
2
-4
/
+8
*
Fix issue preventing the Android Editor from displaying the project content
Fredia Huya-Kouadio
2022-08-15
4
-6
/
+22
*
Refactor the export checking logic to improve separation of concerns
Fredia Huya-Kouadio
2022-08-14
2
-3
/
+17
*
Merge pull request #62885 from madmiraal/fix-59931
Rémi Verschelde
2022-08-08
9
-177
/
+224
|
\
|
*
Fix incorrect Android scancodes
Marcel Admiraal
2022-07-13
9
-177
/
+224
*
|
Add support for multiple virtual keyboard types
Brian Semrau
2022-08-04
7
-18
/
+54
*
|
Add override keywords to FileAccess derived classes
Marcel Admiraal
2022-08-02
1
-18
/
+18
*
|
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
Rémi Verschelde
2022-08-01
1
-2
/
+4
*
|
Merge pull request #63563 from aaronfranke/export-arch
Rémi Verschelde
2022-07-30
2
-4
/
+6
|
\
\
|
*
|
Update export dialog to handle many architectures
Aaron Franke
2022-07-29
1
-0
/
+2
|
*
|
Make some editor export methods const
Aaron Franke
2022-07-29
2
-4
/
+4
*
|
|
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-3
/
+3
|
/
/
*
|
Merge pull request #63121 from aaronfranke/editor-export-split
Rémi Verschelde
2022-07-27
3
-4
/
+4
|
\
\
|
*
|
Split up editor export code into multiple files
Aaron Franke
2022-07-26
3
-4
/
+4
*
|
|
Address remaining scoped storage regressions
Fredia Huya-Kouadio
2022-07-26
6
-31
/
+80
|
/
/
*
/
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
2
-6
/
+6
|
/
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-7
/
+2
*
Use clang as assembler to ensure preprocessing is done, and add assembler "ta...
bruvzg
2022-07-07
1
-6
/
+2
*
Add full support for Android scoped storage.
Fredia Huya-Kouadio
2022-07-05
34
-288
/
+2430
*
Merge pull request #62611 from akien-mga/android-preset-refactor-custom-build
Rémi Verschelde
2022-07-03
1
-28
/
+66
|
\
|
*
Android: Refactor Custom Build options in export preset
Rémi Verschelde
2022-07-03
1
-28
/
+66
*
|
Fix exit code of --help and --version, and test them in CI
Jan Haller
2022-07-02
1
-0
/
+1
|
/
*
Merge pull request #61691 from madmiraal/android-ndk-23
Rémi Verschelde
2022-06-26
2
-258
/
+76
|
\
|
*
Upgrade Android NDK to r23 LTS
Marcel Admiraal
2022-06-25
2
-258
/
+76
*
|
Merge pull request #62289 from madmiraal/fix-61816
Fredia Huya-Kouadio
2022-06-25
6
-36
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove broken scroll gesture on Android
Marcel Admiraal
2022-06-21
6
-36
/
+0
*
|
Update android:targetSdkVersion from 30 to 31
Gustavo Maciel
2022-06-23
5
-3
/
+6
|
/
*
Ensure joystick has been added or not already removed when processing input
Marcel Admiraal
2022-06-16
1
-0
/
+3
*
Migrate the Godot Editor java source file to Kotlin.
Fredia Huya-Kouadio
2022-06-09
3
-85
/
+77
*
Add readable export errors.
bruvzg
2022-06-08
1
-31
/
+38
*
Merge pull request #61579 from madmiraal/android-kotlin-java-version
Rémi Verschelde
2022-06-01
8
-12
/
+69
|
\
[next]