summaryrefslogtreecommitdiff
path: root/modules/gdnative
AgeCommit message (Expand)Author
2020-12-28Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde
2020-12-28Rename Rect2 and Rect2i grow_margin() to grow_side()Marcel Admiraal
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-25Fix visibility for GCCO01eg
2020-12-23Removes the gdnative library when no script (gdns) references it any longer. ...geekrelief
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-21Rename XRPositionalTracker methodsMarcel Admiraal
2020-12-21Merge pull request #44261 from madmiraal/rename-trackerhand-enumsRémi Verschelde
2020-12-19Rename Rect2 and Rect2i clip() to intersection()Marcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-13[Complex Text Layouts] Add variable fonts support.bruvzg
2020-12-10Rename TrackerHand enumsMarcel Admiraal
2020-12-08Merge pull request #44190 from touilleMan/constify-ScriptLanguage.can_inherit...Rémi Verschelde
2020-12-08Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscriptRémi Verschelde
2020-12-08Add PluginScript support for global class naming/icon pathEmmanuel Leblond
2020-12-08Constify ScriptLanguage.can_inherit_from_fileEmmanuel Leblond
2020-12-08Allow PluginScript to customize language's can_inherit_from_file attributeEmmanuel Leblond
2020-12-07Merge pull request #44076 from Faless/js/4.x_gdnativeRémi Verschelde
2020-12-06Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal
2020-12-05[HTML5] Make GDNative support feature-based.Fabio Alessandrelli
2020-12-05[HTML5] GDNative support via SIDE_MODULE.Fabio Alessandrelli
2020-12-04Rename TYPE_REAL to TYPE_FLOATGeorge Marques
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-29Documentation generation for GDScriptThakee Nathees
2020-11-26[Complex Text Layouts] Implement GDNative interface for TextServer.bruvzg
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