Age | Commit message (Expand) | Author |
2022-05-27 | Only use Android fullscreen theme for splash screen | Marcel Admiraal |
2022-05-25 | HTML5: Run `npm audit fix` | Rémi Verschelde |
2022-05-25 | HTML5: Enable mbedTLS module for Crypto object | Rémi Verschelde |
2022-05-25 | Merge pull request #61352 from Faless/ext/linux_export | Rémi Verschelde |
2022-05-24 | [Editor] LinuxBSD export reports Linux as OS name. | Fabio Alessandrelli |
2022-05-23 | Merge pull request #61333 from m4gr3d/fix_restart_logic_main | Rémi Verschelde |
2022-05-23 | Fix the logic to restart the Godot application | Fredia Huya-Kouadio |
2022-05-23 | Merge pull request #61330 from madmiraal/android-duplicate-register | Rémi Verschelde |
2022-05-23 | Fix typos with codespell | Rémi Verschelde |
2022-05-23 | Remove duplicate Android sensor listener registrations | Marcel Admiraal |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-19 | Merge pull request #61020 from timothyqiu/wait-busy | Rémi Verschelde |
2022-05-19 | Use range iterators for RBSet in most cases | Aaron Record |
2022-05-19 | Add dedicated macros for property name extraction | Haoyu Qiu |
2022-05-17 | Merge pull request #61001 from derammo/derammo_popup_conditional_hide | Rémi Verschelde |
2022-05-16 | Merge pull request #61074 from timoschwarzer/fix-ios-vibration-duration | Rémi Verschelde |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-16 | Fix vibration duration on iOS | Timo Schwarzer |
2022-05-14 | Swap the meaning of CURSOR_WAIT and CURSOR_BUSY | Haoyu Qiu |
2022-05-13 | popup deferred hide suppressed if reopened | derammo |
2022-05-13 | Merge pull request #60894 from derammo/derammo_opengl3_windows | Rémi Verschelde |
2022-05-13 | Increase compiler optimization when using `target=release` on iOS/Android | Hugo Locurcio |
2022-05-12 | Merge pull request #60643 from clayjohn/GLES3-3D | Rémi Verschelde |
2022-05-12 | Basic 3D rendering | clayjohn |
2022-05-12 | Add a new HashMap implementation | reduz |
2022-05-11 | opengl3 driver now works on windows including multi window | derammo |
2022-05-11 | Fix ZipIO crash when reused (and possible leaks). | bruvzg |
2022-05-11 | [HTML5] Limit the returned OS cpu count to 2. | Fabio Alessandrelli |
2022-05-10 | [HTML5] Fix JS "tools" editor plugin. | Fabio Alessandrelli |
2022-05-10 | [HTML5] Add "webgl/webgl2.h" as OpenGL include. | Fabio Alessandrelli |
2022-05-10 | [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK. | bruvzg |
2022-05-10 | Try to convert OS::execute() output to Unicode on Windows | Haoyu Qiu |
2022-05-10 | [Windows] Save and re-apply window icon when changing window style. | bruvzg |
2022-05-05 | Crash handler: Use `print_error` to include backtrace in logs | Rémi Verschelde |
2022-05-05 | Read and store joypad events in a separate thread on x11 platform | Marcel Admiraal |
2022-05-04 | Fix export plugins after embedded PCK loading changes. | bruvzg |
2022-05-04 | Merge pull request #51682 from mdavisprog/os-is-process-running | Rémi Verschelde |
2022-05-03 | Add OS::is_process_running function. | mdavisprog |
2022-05-03 | [JS] Add flag to disable weak symbols in ZSTD. | Fabio Alessandrelli |
2022-05-03 | Added missing signature. | Fabio Alessandrelli |
2022-05-03 | Merge pull request #60714 from Calinou/typedef-remove-ref | Rémi Verschelde |
2022-05-03 | Merge pull request #60224 from pfeodrippe/fix-simultaneous-touches | Rémi Verschelde |
2022-05-03 | Merge pull request #60553 from madmiraal/separate-display_safe_area | Rémi Verschelde |
2022-05-03 | Merge pull request #60601 from touilleMan/gdextension_get_library_path | Rémi Verschelde |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-05-02 | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde |
2022-05-02 | Merge pull request #60638 from m4gr3d/support_hand_tracking_v2_main | Rémi Verschelde |
2022-05-02 | Fix screen_get_usable_rect returning display safe area | Marcel Admiraal |
2022-05-02 | Merge pull request #60551 from madmiraal/implement-3466 | Rémi Verschelde |
2022-04-29 | Add GDNativeInterface::get_library_path to GDExtension | Emmanuel Leblond |