Age | Commit message (Expand) | Author |
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 |
2022-04-29 | Merge pull request #60563 from madmiraal/fix-60562 | Rémi Verschelde |
2022-04-28 | [Linux] Disable speech-dispatcher, pulse audio and udev wrapper builds, when ... | bruvzg |
2022-04-28 | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg |
2022-04-28 | [Windows Export] Improve error messages for missing rcedit and signtool. | bruvzg |
2022-04-27 | Update Meta hand tracking version | Fredy Huya-Kouadio |
2022-04-27 | Check for null when retrieving clip data item text on Android | Marcel Admiraal |
2022-04-27 | Merge pull request #56093 from bruvzg/pck_section_load | Rémi Verschelde |
2022-04-27 | Merge pull request #59979 from bruvzg/cpp_check2 | Rémi Verschelde |
2022-04-27 | Merge pull request #60523 from akien-mga/linux-pkgconfig-nixos | Rémi Verschelde |
2022-04-27 | Merge pull request #60397 from timoschwarzer/ios-haptic-engine | Rémi Verschelde |
2022-04-27 | Merge pull request #58272 from bruvzg/x11_backup_screen_info | Rémi Verschelde |
2022-04-26 | Add a method for obtaining display cutouts on Android | Marcel Admiraal |
2022-04-26 | Linux: Use pkg-config for alsa, libudev and GL too | Rémi Verschelde |
2022-04-25 | Merge pull request #60433 from madmiraal/remove-superfluous-null-check | Rémi Verschelde |
2022-04-25 | Merge pull request #60457 from madmiraal/replace-index-iterators | Rémi Verschelde |