summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/include
Commit message (Expand)AuthorAgeFilesLines
* [Net] Implement RPC channels in MultiplayerAPI.Fabio Alessandrelli2021-07-301-0/+2
* Update GDNative API version for changes from #50659David Snopek2021-07-211-2/+2
* Add get_buffered_amount() to WebRTCDataChannelDavid Snopek2021-07-201-0/+1
* Separate underscore from grapheme punctuation to enable doubleclick and caret...Leonardo Christino2021-07-131-1/+1
* Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde2021-07-131-0/+1
|\
| * Improvements to Label's layout optionsHendrik Brucker2021-07-041-0/+1
* | [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli2021-07-121-1/+1
|/
* Implement native extension systemreduz2021-06-251-1/+1
* Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-191-1/+1
* Add stereoscopic rendering through multiviewBastiaan Olij2021-06-131-10/+17
* Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-071-5/+5
* Rename Quat to QuaternionMarcel Admiraal2021-06-043-19/+19
* Rename GODOT_VARIANT_TYPE_TRANSFORM to GODOT_VARIANT_TYPE_TRANSFORM3DBastiaan Olij2021-06-041-1/+1
* Rename Transform to Transform3D in GDNativeAaron Franke2021-06-034-18/+20
* Rename files and the exposed name for Transform3DAaron Franke2021-06-031-1/+1
* GDNative: Fix size mismatch on 32-bit platforms for Signal and CallableRémi Verschelde2021-05-112-0/+2
* Merge pull request #46991 from madmiraal/rename-invert-reverseRémi Verschelde2021-04-011-1/+1
|\
| * Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-211-1/+1
* | [Complex Text Layouts] Provide access to glyph contour points.bruvzg2021-03-311-0/+1
* | Add support for _to_string virtual function overwrite in PluginscriptEmmanuel Leblond2021-03-271-0/+1
|/
* Further changes in GDNative APIGeorge Marques2021-03-1719-0/+44
* Merge pull request #44671 from o01eg/fix-gcc-visibilityRémi Verschelde2021-03-121-1/+3
|\
| * Fix visibility for GCCO01eg2020-12-251-1/+3
* | Implement Navigation layersGilles Roudière2021-03-101-0/+2
* | Merge pull request #46045 from bruvzg/text_server_bmp_createRémi Verschelde2021-02-241-0/+4
|\ \
| * | [Text Server] Restores bitmap font dynamic construction functions.bruvzg2021-02-151-0/+4
* | | [TextServer] Restore character and space extra spacing support.bruvzg2021-02-151-0/+4
|/ /
* | Further changes to GDNative APIGeorge Marques2021-02-0912-12/+113
* | C conformance: Include stdbool.h to define `bool`Miguel de Icaza2021-02-021-0/+1
* | Define GDNative sizes using sizeof(godot_real_t) and sizeof(int32_t)Aaron Franke2021-01-2512-40/+95
* | GDNative: Remove print functionsGeorge Marques2021-01-251-7/+0
* | GDNative: New core APIGeorge Marques2021-01-2524-1702/+319
* | Changed type to make it work on x32 architecture.zero13cool2021-01-051-1/+1
* | Update copyright statements to 2021Rémi Verschelde2021-01-0128-56/+56
* | Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde2020-12-281-1/+1
|\ \
| * | Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal2020-12-061-1/+1
* | | Rename Rect2 and Rect2i grow_margin() to grow_side()Marcel Admiraal2020-12-281-2/+2
* | | Rename empty() to is_empty()Marcel Admiraal2020-12-285-14/+14
| |/ |/|
* | Rename Rect2 and Rect2i clip() to intersection()Marcel Admiraal2020-12-191-2/+2
* | [Complex Text Layouts] Add variable fonts support.bruvzg2020-12-131-0/+3
* | Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscriptRémi Verschelde2020-12-081-0/+1
|\ \
| * | Add PluginScript support for global class naming/icon pathEmmanuel Leblond2020-12-081-0/+1
| |/
* / Allow PluginScript to customize language's can_inherit_from_file attributeEmmanuel Leblond2020-12-081-0/+1
|/
* Rename TYPE_REAL to TYPE_FLOATGeorge Marques2020-12-041-1/+1
* [Complex Text Layouts] Implement GDNative interface for TextServer.bruvzg2020-11-263-0/+276
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Merge pull request #43383 from vnen/gdnative-string-headerRémi Verschelde2020-11-101-1/+6
|\
| * GDNative: Define special char types in string.hGeorge Marques2020-11-071-1/+6
* | Remove `Color.contrasted()` as its behavior is barely usefulHugo Locurcio2020-11-031-2/+0
|/
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-59/+99