Age | Commit message (Expand) | Author |
2020-07-14 | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen |
2020-07-13 | Commit other files changed by file_format.sh | Aaron Franke |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-07-06 | Add sort and has methods to PackedArrays | Aaron Franke |
2020-07-04 | Merge pull request #40092 from hinlopen/remove-find-last | Rémi Verschelde |
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen |
2020-07-03 | Merge pull request #40050 from naithar/feature/ios-gdnative-master-2 | Rémi Verschelde |
2020-07-02 | GDNative export: do not add fake lookup table if static lib is not used | Sergey Minakov |
2020-07-02 | GDNative Editor: Support selecting frameworks for iOS | Sergey Minakov |
2020-07-02 | GDNative: support dynamic loading of iOS frameworks | Sergey Minakov |
2020-07-01 | Merge pull request #38713 from aaronfranke/string-64bit | Rémi Verschelde |
2020-06-30 | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky |
2020-06-28 | VideoStreamGDNative: close file in cleanup | Mark Kuo |
2020-06-25 | Style: Fix copyright headers | Rémi Verschelde |
2020-06-19 | Export: Rename 'Windows Universal' to 'UWP' | Rémi Verschelde |
2020-06-17 | DocData: Skip language-specific ClassDoc without methods/constants | Rémi Verschelde |
2020-06-11 | GDNative: merge API structs, bump version of merged structs. | bruvzg |
2020-06-03 | Remove 32-bit String hex_to_int method | Aaron Franke |
2020-06-03 | Remove 32-bit String to_int method | Aaron Franke |
2020-05-26 | GDNative: Add bindings for the Packed*Array ptr() and ptrw() functions. | bruvzg |
2020-05-18 | GDNative add new core types. | bruvzg |
2020-05-16 | Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checki... | bruvzg |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Remove redundant void argument lists | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-10 | Revert "Renamed plane's d to distance" | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-05-10 | Renamed plane's d to distance | Marcus Elg |
2020-04-29 | [Core] Rename linear_interpolate to lerp | Aaron Franke |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-21 | Add ability to bind typed arrays to script API | Juan Linietsky |
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky |
2020-04-20 | Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editor | Rémi Verschelde |
2020-04-10 | Merge pull request #37693 from lupoDharkael/remove-hint | Rémi Verschelde |
2020-04-09 | Renaming all ARVR nodes to XR | Bastiaan Olij |
2020-04-08 | Remove obsolete enums | lupoDharkael |
2020-04-02 | Replace more occurrences of NULL with nullptr | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-04-02 | Merge pull request #37504 from qarmin/out_of_bound_cursor | Rémi Verschelde |
2020-04-01 | Fix out of bound array access caused by unassigned variable | Rafał Mikrut |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky |
2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky |
2020-03-23 | Merge pull request #37219 from RajatGoswami/missing-include-guards | Rémi Verschelde |