Age | Commit message (Expand) | Author |
2021-05-07 | [HTML5] Fix target_fps when window loses focus. | Fabio Alessandrelli |
2021-05-06 | [HTML5] Use 64KiB chunk size in JS HTTPClient. | Fabio Alessandrelli |
2021-05-06 | Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores | Hugo Locurcio |
2021-05-04 | Merge pull request #48453 from JFonS/improve_raycast_module_scsub | Rémi Verschelde |
2021-05-04 | Port changes to the "raycast" module build files from 3.x | jfons |
2021-05-04 | Rename `doubleclick` to `double_click` | Aaron Franke |
2021-04-30 | Merge pull request #48323 from naithar/fix/ios-virtual-keyboard-range | Rémi Verschelde |
2021-04-30 | [iOS] Nonnegative start index for virtual keyboard range | Sergey Minakov |
2021-04-30 | [HTML5] Fix builds with recent emscripten versions | Fabio Alessandrelli |
2021-04-29 | Replace remaining uses of `NULL` with `nullptr` | Rémi Verschelde |
2021-04-28 | [Android] fix generateDevTemplate | thebestnom |
2021-04-28 | Merge pull request #48239 from akien-mga/goodbye-copymem | Rémi Verschelde |
2021-04-27 | Merge pull request #48228 from akien-mga/android-build-tools-30.0.3 | Rémi Verschelde |
2021-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-04-27 | Merge pull request #48159 from Faless/js/4.x_pwa_export | Rémi Verschelde |
2021-04-27 | [HTML5] Export as Progressive Web App. | Fabio Alessandrelli |
2021-04-27 | Merge pull request #48210 from akien-mga/linux-static_cpp-32-bit | Rémi Verschelde |
2021-04-27 | [HTML5] HTTP server uses optional SSL. | Fabio Alessandrelli |
2021-04-27 | [HTML5] Optional icon generation, use export name for it. | Fabio Alessandrelli |
2021-04-27 | [HTML5] Debug HttpServer now runs in `web` cache subdir. | Fabio Alessandrelli |
2021-04-26 | Remove deprecated xr features properties. These properties are now provided d... | Fredia Huya-Kouadio |
2021-04-26 | Android: Upgrade buildTools from 30.0.1 to 30.0.3 | Rémi Verschelde |
2021-04-26 | Linux: Remove use_static_cpp override on x86_32 | Rémi Verschelde |
2021-04-23 | Android: Fix get_buffer false positive on empty dest buffer | Rémi Verschelde |
2021-04-20 | Merge pull request #48053 from bruvzg/icu_no_except | Rémi Verschelde |
2021-04-20 | Merge pull request #47552 from szymonm-google/validation_layers_android | Rémi Verschelde |
2021-04-20 | [JS, Android] Re-add "no-exceptions" for export templates builds with ICU. | bruvzg |
2021-04-20 | Merge pull request #47879 from SilverCreekEntertainment/add-uwp-export-projec... | Rémi Verschelde |
2021-04-16 | Fix macOS build with all sanitizers enabled. | bruvzg |
2021-04-15 | Merge pull request #40924 from qarmin/more_undefined_flags | Rémi Verschelde |
2021-04-15 | Fix issue causing export to fail with "Could not unzip temporary unaligned AP... | Fredia Huya-Kouadio |
2021-04-15 | Add more sanitizer flags to shows more bugs | Rafał Mikrut |
2021-04-14 | Fix EditorExportPlugin _export_begin and _export_end functions not being call... | Gromph |
2021-04-14 | Allow to build dev template with symbols | thebestnom |
2021-04-13 | [iOS] Fix for plugin modified time check | Sergey Minakov |
2021-04-13 | Merge pull request #47844 from m4gr3d/update_activity_result_callback | Rémi Verschelde |
2021-04-12 | Add support for forwarding callbacks from Godot's parent activity. | Fredia Huya-Kouadio |
2021-04-12 | Fix custom boot splash image scaling. | Fredia Huya-Kouadio |
2021-04-12 | Validation layers on Android | Szymon Majewski |
2021-04-09 | Fix issue causing the response callback to be invoked with the invalid `reque... | Fredia Huya-Kouadio |
2021-04-06 | [HTML5] Implement WebGL fallback. | Fabio Alessandrelli |
2021-04-05 | Style: Apply clang-tidy's `readability-braces-around-statements` | Rémi Verschelde |
2021-04-05 | Style: Apply clang-tidy's `modernize-use-nullptr` | Rémi Verschelde |
2021-04-03 | [HTML5] Disable body_size in fetch. | Fabio Alessandrelli |
2021-03-30 | Fix window resizing after minimization on Windows | floppyhammer |
2021-03-29 | [HTML5] Fix WM notifications not being called. | Fabio Alessandrelli |
2021-03-29 | [HTML5] Fix Mono builds (old emcc?) | Fabio Alessandrelli |
2021-03-29 | Merge pull request #47435 from madmiraal/rename-texture-get_data | Rémi Verschelde |
2021-03-29 | [macOS] Enable code signing by default, use ad-hoc signature if no identity s... | bruvzg |
2021-03-28 | Rename Texture.get_data() to get_image() | Marcel Admiraal |