Age | Commit message (Expand) | Author |
2020-11-25 | Core: Always enable ptrcall, remove PTRCALL_ENABLED define | Rémi Verschelde |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-11 | Refactor variant built-in methods yet again. | reduz |
2020-11-10 | Fix gdnative build when WebRTC module is disabled. | Fabio Alessandrelli |
2020-11-10 | Merge pull request #43383 from vnen/gdnative-string-header | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-11-07 | GDNative: Define special char types in string.h | George Marques |
2020-11-03 | Remove `Color.contrasted()` as its behavior is barely useful | Hugo Locurcio |
2020-10-25 | Optimize SVG using `svgcleaner --multipass` | Hugo Locurcio |
2020-10-24 | GDNative XR: remove redundant `config.py` | Andrii Doroshenko (Xrayez) |
2020-09-19 | add iOS Simulator platform | Stephan Dilly |
2020-09-11 | Move GDNative `String` tests to respective module | Andrii Doroshenko (Xrayez) |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-08-31 | Add link titles for all links in the class reference | Hugo Locurcio |
2020-07-27 | Make all String float conversion methods be 64-bit | Aaron Franke |
2020-07-28 | SCons: Refactor running commands through builders | Andrii Doroshenko (Xrayez) |
2020-07-26 | CI: Install master version of psf/black | Rémi Verschelde |
2020-07-24 | Remove multilevel calls | George Marques |
2020-07-21 | Merge pull request #40450 from asmaloney/spelling | Rémi Verschelde |
2020-07-21 | Fix spelling & grammar in comments, docs, and messages | Andy Maloney |
2020-07-21 | Update core documentation to match recent C# changes | Aaron Franke |
2020-07-15 | Merge pull request #40291 from hinlopen/dialog-size | Rémi Verschelde |
2020-07-15 | Merge pull request #40386 from touilleMan/correct-Reference-is_reference-api.... | Rémi Verschelde |
2020-07-14 | Add missing has_default_value field for signals in api.json | Emmanuel Leblond |
2020-07-14 | Correct is_reference attribute in api.json for Reference class | Emmanuel Leblond |
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 |