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
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-21
/
+40
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
64
-498
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
2
-8
/
+3
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-8
/
+24
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
2
-2
/
+4
*
Style: Add missing copyright headers
Rémi Verschelde
2020-05-10
1
-2
/
+2
*
clang-format: Add JavaImportGroups for Java code
Rémi Verschelde
2020-05-06
36
-45
/
+109
*
Address `OS.request_permissions()` bug when non-platform permission(s) is inc...
Fredia Huya-Kouadio
2020-05-05
1
-4
/
+7
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
3
-26
/
+26
*
Merge pull request #37193 from madmiraal/fix-android-export-unicode-errors
Rémi Verschelde
2020-04-28
1
-5
/
+23
|
\
|
*
Fix Android export throwing Unicode errors.
Marcel Admiraal
2020-03-20
1
-5
/
+23
*
|
Fix detection logic for the Android sdk path
Fredia Huya-Kouadio
2020-04-24
1
-1
/
+1
*
|
Fix Android templates size regression
Fredia Huya-Kouadio
2020-04-23
2
-2
/
+6
*
|
Migrate legacy apache dependency to the GodotPayment plugin
fhuya
2020-04-15
6
-7
/
+8
*
|
Android: Bump build tools to 29.0.3
Rémi Verschelde
2020-04-14
1
-1
/
+1
*
|
Delete unused drawable resources.
fhuya
2020-04-13
4
-0
/
+0
*
|
Validate supported architectures when exporting to Android
SkyJJ
2020-04-13
1
-0
/
+9
*
|
Add signal support to Godot Android plugin:
fhuya
2020-04-10
8
-188
/
+480
*
|
Merge pull request #37256 from m4gr3d/add_custom_build_gradle_settings
Rémi Verschelde
2020-04-10
2
-0
/
+7
|
\
\
|
*
|
Update Android custom template build configuration.
fhuya
2020-04-07
2
-0
/
+7
*
|
|
Fix extra warnings in Android build
PouleyKetchoupp
2020-04-10
1
-8
/
+0
*
|
|
Display Server support
PouleyKetchoupp
2020-04-08
10
-740
/
+935
*
|
|
Vulkan rendering for Android
PouleyKetchoupp
2020-04-03
24
-181
/
+484
*
|
|
Android: Downgrade gradle plugin to 3.5.3
Rémi Verschelde
2020-04-02
1
-1
/
+1
*
|
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
17
-115
/
+115
*
|
|
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
2
-137
/
+180
*
|
|
Fix copyright headers for recently added files
Rémi Verschelde
2020-03-28
2
-4
/
+4
*
|
|
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
2
-8
/
+8
*
|
|
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
3
-5
/
+7
*
|
|
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
2
-3
/
+2
|
/
/
*
|
Merge pull request #37219 from RajatGoswami/missing-include-guards
Rémi Verschelde
2020-03-23
2
-0
/
+10
|
\
\
|
*
|
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
2
-0
/
+10
|
|
/
*
/
Make file formatting comply with POSIX and Unix standards
Aaron Franke
2020-03-21
1
-1
/
+1
|
/
*
Update the naming scheme for the GodotPlugin's methods in preparate of the vu...
fhuya
2020-03-19
5
-24
/
+40
*
Removed unused code in android detect.py and SCsub
unknown
2020-03-18
2
-8
/
+0
*
Complete the implementation of the GodotPayment plugin.
fhuya
2020-03-17
11
-175
/
+39
*
Merge pull request #36906 from m4gr3d/enable_android_studio_debugging
Rémi Verschelde
2020-03-17
3
-4
/
+6
|
\
|
*
Enable Android studio debugger.
fhuya
2020-03-08
3
-4
/
+6
*
|
Merge pull request #37106 from akien-mga/clang-format-cpp11
Rémi Verschelde
2020-03-17
3
-4
/
+4
|
\
\
|
*
|
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
3
-4
/
+4
*
|
|
Fix text_entered signal when max_length is used in LineEdit on Android
PouleyKetchoupp
2020-03-13
1
-3
/
+13
|
/
/
*
/
Fix initialization of the GodotPayment plugin
fhuya
2020-03-09
1
-1
/
+0
|
/
*
Trim the whitespace around the plugins names.
fhuya
2020-03-06
2
-3
/
+6
*
Re-architecture of the Godot Android plugin.
fhuya
2020-03-05
25
-622
/
+1073
*
Provides a base implementation of the Vulkan surface view (VkSurfaceView.kt) ...
fhuya
2020-03-05
10
-3
/
+580
*
Miscellaneous cleanup for the Android codebase:
fhuya
2020-03-04
11
-994
/
+1133
*
Merge pull request #36682 from nekomatata/android-compilation-fix
Rémi Verschelde
2020-03-04
4
-32
/
+35
|
\
|
*
Compilation fixes on Android
PouleyKetchoupp
2020-03-04
4
-32
/
+35
*
|
Improve UX of drive letters
Pedro J. Estébanez
2020-03-03
2
-2
/
+2
[next]