Age | Commit message (Expand) | Author |
2021-09-07 | Merge pull request #47391 from Calinou/platform-feature-tags-lowercase | Juan Linietsky |
2021-09-03 | fix fullscreen issue on macOS | Daniel Kariv |
2021-08-31 | Make platform feature tag names lowercase | Hugo Locurcio |
2021-08-25 | Merge pull request #47829 from Calinou/improve-crash-handler-display | Hugo Locurcio |
2021-08-22 | Replace HTTP links with HTTPS for sites with HTTPS versions | Aaron Franke |
2021-08-16 | Add partial support for Android scoped storage. | ne0fhyk |
2021-08-16 | Merge pull request #51116 from Calinou/macos-fix-xbox-bluetooth-controllers | Rémi Verschelde |
2021-08-16 | Fix Xbox controllers in Bluetooth mode on macOS | Hugo Locurcio |
2021-08-13 | Merge pull request #51587 from Calinou/use-unicode-multiplication-symbol | Rémi Verschelde |
2021-08-13 | Add input buffering framework | Pedro J. Estébanez |
2021-08-13 | Improve input event accumulation | Pedro J. Estébanez |
2021-08-13 | Upgrade Vulkan memory allocator | Pedro J. Estébanez |
2021-08-12 | Use the Unicode multiplication symbol where relevant | Hugo Locurcio |
2021-08-12 | Split osx platform export template into multiple files | Sergey Minakov |
2021-08-12 | Use "volk" instead of statically linked Vulkan loader. | bruvzg |
2021-08-10 | Use Key enum instead of plain integers | Aaron Franke |
2021-08-08 | [macOS] Move captured mouse cursor to the center when window gain focus. | bruvzg |
2021-07-27 | Removed Redundant assignement of name inside configure_joypad function | vitika9 |
2021-07-26 | [macOS] Add "debugging" (`get-task-allow`) to the export options, to allow us... | bruvzg |
2021-07-25 | Fix various typos with codespell | luz paz |
2021-07-22 | Move `alert` function from `DisplayServer` to `OS`. | bruvzg |
2021-07-22 | Fix MoltenVK static linking on macOS (add missing include path, Vulkan SDK pa... | bruvzg |
2021-07-10 | Merge pull request #48622 from Geometror/reimplement-disableable-vsync | Hugo Locurcio |
2021-07-09 | [macOS, Mono] Automatically enable JIT entitlements for the Mono exports. | bruvzg |
2021-07-06 | Restructure and reimplement vsync options | Hendrik Brucker |
2021-06-23 | [macOS] Fix custom mouse cursor not set after mouse mode change. | bruvzg |
2021-06-20 | Use mouse and joypad enums instead of plain integers | Aaron Franke |
2021-06-20 | Move many input enums to their own file | Aaron Franke |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-17 | Improve crash handler message display | Hugo Locurcio |
2021-06-14 | Add LSApplicationCategoryType to the template and export dialog. | bruvzg |
2021-06-12 | Merge pull request #49123 from aaronfranke/it-is-time | Rémi Verschelde |
2021-06-11 | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io | Rémi Verschelde |
2021-06-11 | Merge pull request #49279 from Calinou/rename-string-is-abs-path-method | Rémi Verschelde |
2021-06-11 | Add Time singleton | Aaron Franke |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-06-03 | Add MOUSE_MODE_CONFINED_HIDDEN | Aaron Franke |
2021-06-03 | Rename `String.is_abs_path()` to `String.is_absolute_path()` | Hugo Locurcio |
2021-05-31 | Implement shader caching | reduz |
2021-05-25 | Rename File::get_len() get_length() | Marcel Admiraal |
2021-05-24 | Merge pull request #46866 from bruvzg/symlinks_and_macos_gdn_framework_export_4 | Rémi Verschelde |
2021-05-24 | Add GDNative Framework loading and export support. | bruvzg |
2021-05-24 | [macOS] Allow "on top" windows to enter full-screen mode. | bruvzg |
2021-05-21 | OS: Remove code duplicate in XDG paths handling | Rémi Verschelde |
2021-05-20 | Only allow absolute paths in XDG environment variables | Hugo Locurcio |
2021-05-17 | Merge pull request #48168 from LightningAA/control-to-ctrl-4.0 | Rémi Verschelde |
2021-05-17 | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez |
2021-05-07 | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A |
2021-05-04 | Rename `doubleclick` to `double_click` | Aaron Franke |
2021-04-29 | Replace remaining uses of `NULL` with `nullptr` | Rémi Verschelde |