summaryrefslogtreecommitdiff
path: root/modules/gdnative
AgeCommit message (Expand)Author
2020-11-25Core: Always enable ptrcall, remove PTRCALL_ENABLED defineRémi Verschelde
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-11Refactor variant built-in methods yet again.reduz
2020-11-10Fix gdnative build when WebRTC module is disabled.Fabio Alessandrelli
2020-11-10Merge pull request #43383 from vnen/gdnative-string-headerRémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-07GDNative: Define special char types in string.hGeorge Marques
2020-11-03Remove `Color.contrasted()` as its behavior is barely usefulHugo Locurcio
2020-10-25Optimize SVG using `svgcleaner --multipass`Hugo Locurcio
2020-10-24GDNative XR: remove redundant `config.py`Andrii Doroshenko (Xrayez)
2020-09-19add iOS Simulator platform Stephan Dilly
2020-09-11Move GDNative `String` tests to respective moduleAndrii Doroshenko (Xrayez)
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-28SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)
2020-07-26CI: Install master version of psf/blackRémi Verschelde
2020-07-24Remove multilevel callsGeorge Marques
2020-07-21Merge pull request #40450 from asmaloney/spellingRémi Verschelde
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy Maloney
2020-07-21Update core documentation to match recent C# changesAaron Franke
2020-07-15Merge pull request #40291 from hinlopen/dialog-sizeRémi Verschelde
2020-07-15Merge pull request #40386 from touilleMan/correct-Reference-is_reference-api....Rémi Verschelde
2020-07-14Add missing has_default_value field for signals in api.jsonEmmanuel Leblond
2020-07-14Correct is_reference attribute in api.json for Reference classEmmanuel Leblond
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-07-13Commit other files changed by file_format.shAaron Franke
2020-07-10Add override keywords.Marcel Admiraal
2020-07-06Add sort and has methods to PackedArraysAaron Franke
2020-07-04Merge pull request #40092 from hinlopen/remove-find-lastRémi Verschelde
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-07-03Merge pull request #40050 from naithar/feature/ios-gdnative-master-2Rémi Verschelde
2020-07-02GDNative export: do not add fake lookup table if static lib is not usedSergey Minakov
2020-07-02GDNative Editor: Support selecting frameworks for iOSSergey Minakov
2020-07-02GDNative: support dynamic loading of iOS frameworksSergey Minakov
2020-07-01Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde
2020-06-30Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky
2020-06-28VideoStreamGDNative: close file in cleanupMark Kuo
2020-06-25Style: Fix copyright headersRémi Verschelde
2020-06-19Export: Rename 'Windows Universal' to 'UWP'Rémi Verschelde
2020-06-17DocData: Skip language-specific ClassDoc without methods/constantsRémi Verschelde
2020-06-11GDNative: merge API structs, bump version of merged structs.bruvzg
2020-06-03Remove 32-bit String hex_to_int methodAaron Franke
2020-06-03Remove 32-bit String to_int methodAaron Franke
2020-05-26GDNative: Add bindings for the Packed*Array ptr() and ptrw() functions.bruvzg
2020-05-18GDNative add new core types.bruvzg
2020-05-16Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checki...bruvzg
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde