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 #84440 from Calinou/scons-android-add-generate-apk-option
Rémi Verschelde
2023-12-13
1
-0
/
+28
|
\
|
*
Add `generate_apk=yes` to generate an APK after building
Hugo Locurcio
2023-12-13
1
-0
/
+28
*
|
Merge pull request #70315 from RandomShaper/d3d12_mesa
Rémi Verschelde
2023-12-12
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add Direct3D 12 RenderingDevice implementation
Pedro J. Estébanez
2023-12-12
1
-0
/
+3
*
|
Merge pull request #85885 from YuriSizov/bench-pressing
Yuri Sizov
2023-12-08
7
-35
/
+48
|
\
\
|
*
|
Improve engine startup/shutdown benchmarks
Yuri Sizov
2023-12-08
7
-35
/
+48
|
|
/
*
|
Merge pull request #85845 from YuriSizov/editor-export-hidden-errors
Yuri Sizov
2023-12-08
1
-9
/
+11
|
\
\
|
*
|
Ensure more export errors are reported to users
Yuri Sizov
2023-12-06
1
-9
/
+11
|
|
/
*
|
Merge pull request #84676 from m4gr3d/update_package_name_validation_logic
Yuri Sizov
2023-12-08
1
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
Update the validation logic for the package name:
Fredia Huya-Kouadio
2023-11-09
1
-8
/
+8
*
|
Fix an issue causing the running project window to loop-restart when closed w...
Fredia Huya-Kouadio
2023-11-27
1
-10
/
+3
*
|
Fix issue causing Godot Android apps / games to freeze on close
Fredia Huya-Kouadio
2023-11-27
1
-2
/
+5
*
|
Codestyle: Fix some comment issues
Rémi Verschelde
2023-11-21
2
-2
/
+2
*
|
Preserve the output from the gradle build command
Fredia Huya-Kouadio
2023-11-12
1
-4
/
+10
*
|
Remove Android specific abis from the export preset feature list
Fredia Huya-Kouadio
2023-11-10
1
-1
/
+0
|
/
*
Merge pull request #84491 from scgm0/andorid-no-show-splash-image
Yuri Sizov
2023-11-07
1
-15
/
+22
|
\
|
*
Fix Andorid disabling splash screen Show Image
scgm0
2023-11-07
1
-15
/
+22
*
|
Fix Android editor crash issue
Fredia Huya-Kouadio
2023-11-03
1
-3
/
+3
|
/
*
Replace the use of the `ANDROID_SDK_ROOT` env variable with `ANDROID_HOME` as...
Fredia Huya-Kouadio
2023-11-01
2
-7
/
+7
*
Automatically pick the Android sdk path using environment variables
Fredia Huya-Kouadio
2023-11-01
1
-1
/
+1
*
Merge pull request #83954 from m4gr3d/update_godot_app_launch_mode
Rémi Verschelde
2023-10-30
1
-1
/
+1
|
\
|
*
Update the `launchMode` for the `GodotApp` activity to allow other activities...
Fredia Huya-Kouadio
2023-10-25
1
-1
/
+1
*
|
Fix retrieving command line flags in Android.
Tareq Anuar
2023-10-28
1
-1
/
+1
|
/
*
Fix Android logic for deferred window input events being inverted
Alexander Hartmann
2023-10-24
1
-2
/
+2
*
Bump the java version to version 17
Fredia Huya-Kouadio
2023-10-17
1
-1
/
+1
*
Merge pull request #83433 from mhilbrunner/fix-android-gradle-docs
Rémi Verschelde
2023-10-16
1
-1
/
+1
|
\
|
*
Docs: Fix link to Android Gradle build tutorial
Max Hilbrunner
2023-10-16
1
-1
/
+1
*
|
Fix the timeframe when the Android gestures properties are retrieved.
Fredia Huya-Kouadio
2023-10-11
1
-3
/
+15
|
/
*
Merge pull request #82893 from m4gr3d/godot_android_lib_improvements
Rémi Verschelde
2023-10-10
7
-30
/
+71
|
\
|
*
Cleanups and improvements to the Godot Android library api:
Fredia Huya-Kouadio
2023-10-08
7
-30
/
+71
*
|
C#: Add checks to Android export
Raul Santos
2023-10-10
1
-0
/
+13
|
/
*
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-14
/
+4
*
Fix some typos in source.
emacser0
2023-10-04
1
-3
/
+3
*
Add support for the OpenXR Eye gaze interaction extension
Bastiaan Olij
2023-10-02
8
-4
/
+61
*
Fix expected argument count for `Callable` call errors
Danil Alexeev
2023-09-29
1
-4
/
+4
*
Merge pull request #82347 from SaracenOne/dir_access_checks
Rémi Verschelde
2023-09-26
1
-0
/
+4
|
\
|
*
Add error checks for DirAccess creation.
Saracen
2023-09-26
1
-0
/
+4
*
|
Support dark mode on Android and iOS.
Zae
2023-09-26
5
-0
/
+63
|
/
*
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...
bruvzg
2023-09-21
2
-1
/
+44
*
Merge pull request #80644 from Distantz/master
Rémi Verschelde
2023-09-17
6
-9
/
+29
|
\
|
*
Android stylus pressure and tilt support
pikethom
2023-08-15
6
-9
/
+29
*
|
Merge pull request #81583 from AThousandShips/null_check_drivers_platform
Yuri Sizov
2023-09-15
3
-34
/
+34
|
\
\
|
*
|
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
3
-34
/
+34
*
|
|
Merge pull request #80932 from m4gr3d/fix_hardware_keyboard_input_routing_main
Yuri Sizov
2023-09-14
1
-0
/
+29
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix Android input routing logic when using a hardware keyboard
Fredia Huya-Kouadio
2023-08-23
1
-0
/
+29
*
|
|
Merge pull request #80761 from adamscott/change-default-android-package-uniqu...
Rémi Verschelde
2023-09-11
1
-1
/
+1
|
\
\
\
|
*
|
|
Change the default org.godotengine to com.example
Adam Scott
2023-09-11
1
-1
/
+1
*
|
|
|
Extract ScriptInstance to simplify includes
Yuri Sizov
2023-09-06
1
-0
/
+1
*
|
|
|
Relax restriction on loading v1 Android plugins on Godot 4.2+
Fredia Huya-Kouadio
2023-09-06
2
-19
/
+46
|
/
/
/
*
|
|
Godot Android plugin re-architecture
Fredia Huya-Kouadio
2023-09-03
10
-207
/
+154
[next]