Age | Commit message (Expand) | Author |
2022-07-02 | Fix exit code of --help and --version, and test them in CI | Jan Haller |
2022-07-01 | Add arch flag to assembler to fix build on ARM64 macOS / iOS. | bruvzg |
2022-06-08 | Add readable export errors. | bruvzg |
2022-05-20 | Add a new HashSet template | reduz |
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-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-13 | Increase compiler optimization when using `target=release` on iOS/Android | Hugo Locurcio |
2022-05-12 | Add a new HashMap implementation | reduz |
2022-05-11 | Fix ZipIO crash when reused (and possible leaks). | bruvzg |
2022-05-10 | [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK. | bruvzg |
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-02 | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde |
2022-05-02 | Fix screen_get_usable_rect returning display safe area | Marcel Admiraal |
2022-04-29 | Add GDNativeInterface::get_library_path to GDExtension | Emmanuel Leblond |
2022-04-28 | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg |
2022-04-20 | Vibrate using iOS haptics engine on supported devices | Timo Schwarzer |
2022-04-13 | Fix simulatenous touches for different touch types | Paulo Feodrippe |
2022-04-12 | Narrow FileAccess scope to prevent deadlocks. | bruvzg |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-04-06 | Fix some issues found by cppcheck. | bruvzg |
2022-04-04 | Zero initialize all pointer class and struct members | Rémi Verschelde |
2022-03-16 | Implement GDExtension export plugin. | bruvzg |
2022-03-11 | Merge pull request #58986 from akien-mga/diraccessref | Rémi Verschelde |
2022-03-11 | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde |
2022-03-04 | Improve app name and system permission message localization. | bruvzg |
2022-03-04 | [macOS and iOS export] Add localized application name to the translation .pli... | bruvzg |
2022-02-26 | [iOS] Fix multitouch not working correctly | Sergey Minakov |
2022-02-19 | [iOS] Fix incorrect method name for input dragging event | Sergey Minakov |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-15 | Add an `OS.get_processor_name()` method | Hugo Locurcio |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-09 | Merge pull request #57605 from naithar/fix/godot-view-touch-4.0 | Rémi Verschelde |
2022-02-09 | Merge pull request #57825 from Calinou/ios-remove-obsolete-define | Rémi Verschelde |
2022-02-08 | Remove obsolete define in the iOS buildsystem code | Hugo Locurcio |
2022-02-08 | Remove support for ARMv7 (32-bit) on iOS | Hugo Locurcio |
2022-02-04 | Merge pull request #57617 from bruvzg/char_cleanup | Rémi Verschelde |
2022-02-04 | Merge pull request #57335 from jordigcs/display-refresh-rate | Rémi Verschelde |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-03 | Add screen_get_refresh_rate to DisplayServer | jordi |
2022-02-03 | [iOS] Fix touch handling for overlay views | Sergey Minakov |
2022-02-02 | Merge pull request #57203 from bruvzg/ios_export_fix | Rémi Verschelde |
2022-01-27 | Merge pull request #56785 from bruvzg/nat_handles_4 | Rémi Verschelde |
2022-01-25 | [iOS] Fix iOS export with manually specified signing/provisioning data. | bruvzg |
2022-01-17 | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde |
2022-01-17 | [iOS] Improve iOS icon / loading screen export. | bruvzg |