Age | Commit message (Expand) | Author |
2022-01-12 | Merge pull request #56673 from winterpixelgames/bugfix-android-keystore-paths | Rémi Verschelde |
2022-01-12 | Merge pull request #56492 from akien-mga/remove-author-docstrings | Rémi Verschelde |
2022-01-10 | Android export plugin passes absolute file paths to gradle for keystores. | Jason Knight |
2022-01-05 | Fix decoding UTF-8 filenames on unzipping. | bruvzg |
2022-01-04 | Style: Remove inconsistently used `@author` docstrings | Rémi Verschelde |
2022-01-04 | Rename Project Window width and height settings to match their function | Marcel Admiraal |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-21 | Fix Android Studio builds. | ne0fhyk |
2021-12-18 | [Windows] Improve console handling and execute/create_process. | bruvzg |
2021-12-18 | Fix initialising of gl_manager and checking gl_manager and context_vulkan pre... | Bastiaan Olij |
2021-12-15 | Only rotate Android sensor values for sensors that need them rotated | Marcel Admiraal |
2021-12-10 | Misc build system fixes | Aaron Franke |
2021-12-10 | Merge pull request #43181 from nathanfranke/string-empty | Rémi Verschelde |
2021-12-09 | Merge pull request #55767 from m4gr3d/config_hand_tracking_frequency_master | Rémi Verschelde |
2021-12-09 | Merge pull request #55759 from m4gr3d/enable_exclude_from_recents_master | Rémi Verschelde |
2021-12-09 | Add support for configuring the xr hand tracking frequency mode | ne0fhyk |
2021-12-09 | Enable configuration of the `android:excludeFromRecents` activity attribute. | Fredia Huya-Kouadio |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-08 | Add configs to specify the min and target sdk versions. | Fredia Huya-Kouadio |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-22 | Merge pull request #55159 from m4gr3d/add_oculus_openxr_config_master | Rémi Verschelde |
2021-11-21 | Fix Android `get_screen_orientation()` not returning valid values | Marcel Admiraal |
2021-11-20 | Add support for OpenXR export configurations. | Fredia Huya-Kouadio |
2021-11-15 | Merge pull request #54992 from RandomShaper/drop_android_db_setting | Rémi Verschelde |
2021-11-15 | Drop pointless Android depth buffer setting | Pedro J. Estébanez |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-11-09 | Merge pull request #54463 from RandomShaper/fix_gl3_32bits | Rémi Verschelde |
2021-11-03 | Add default `minSdkVersion` and `targetSdkVersion` in the AndroidManifest.xml... | Fredia Huya-Kouadio |
2021-11-01 | Fix new projects always being created with OpenGL | Hugo Locurcio |
2021-11-01 | Drop broken Android 32-bit framebuffer setting for a reliable one for depth b... | Pedro J. Estébanez |
2021-10-31 | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John |
2021-10-30 | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio |
2021-10-30 | Add GLES2 2D renderer + Linux display manager | lawnjelly |
2021-10-28 | clang-format: Enable `BreakBeforeTernaryOperators` | Rémi Verschelde |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |
2021-10-26 | Android: Properly validate `godot_project_name_string` for Android special chars | Rémi Verschelde |
2021-10-23 | Fix Gradle builds not excluding excluded tasks | Marcel Admiraal |
2021-10-21 | Remove unimplemented methods | Marcel Admiraal |
2021-10-15 | SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct | Rémi Verschelde |
2021-10-14 | Upgrade Android Gradle to version 7.2 | Marcel Admiraal |
2021-10-14 | SCons: Add `DEV_ENABLED` defines for `target=debug` builds | Rémi Verschelde |
2021-10-12 | Build for 64-bit ARM by default when compiling or exporting for Android | Hugo Locurcio |
2021-10-11 | Pass the correct `export_format` argument to locate the assets directory when... | ne0fhyk |
2021-10-09 | Implement get_cache_path() for iOS, and improve it for Android and Windows | Pedro J. Estébanez |
2021-09-15 | Add support for Play Asset Delivery. | ne0fhyk |
2021-09-11 | Add logo attribution for Android, HTML5 and Linux platform icons | Hugo Locurcio |
2021-09-08 | Use current androidx Fragment library instead of legacy libraries | Marcel Admiraal |
2021-09-07 | Merge pull request #47391 from Calinou/platform-feature-tags-lowercase | Juan Linietsky |
2021-09-01 | Merge pull request #52159 from m4gr3d/addoculus_openxr_ | Fredia Huya-Kouadio |