summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-4/+3
* Update core documentation to match recent C# changesAaron Franke2020-07-212-2/+2
* Add sort and has methods to PackedArraysAaron Franke2020-07-061-0/+36
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+0
* Style: Fix copyright headersRémi Verschelde2020-06-251-1/+1
* GDNative: merge API structs, bump version of merged structs.bruvzg2020-06-111-42/+31
* GDNative: Add bindings for the Packed*Array ptr() and ptrw() functions.bruvzg2020-05-261-0/+27
* GDNative add new core types.bruvzg2020-05-189-65/+465
* Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checki...bruvzg2020-05-163-9/+9
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Remove redundant void argument listsRémi Verschelde2020-05-141-1/+1
* Revert "Renamed plane's d to distance"Rémi Verschelde2020-05-101-2/+2
* Renamed plane's d to distanceMarcus Elg2020-05-101-2/+2
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-293-3/+3
* Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editorRémi Verschelde2020-04-201-0/+1
* Merge pull request #37693 from lupoDharkael/remove-hintRémi Verschelde2020-04-101-3/+0
|\
| * Remove obsolete enumslupoDharkael2020-04-081-3/+0
* | Renaming all ARVR nodes to XRBastiaan Olij2020-04-091-19/+18
|/
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Update docs and bindings for new integer vector typesRémi Verschelde2020-02-251-6/+8
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-186-322/+184
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-3/+1
* Merge pull request #36163 from akien-mga/gdnative-godot_int-int64_tRémi Verschelde2020-02-131-1/+1
|\
| * GDNative: Make godot_int an int64_tRémi Verschelde2020-02-121-1/+1
* | Remove deprecated sync and slave networking keywordsRémi Verschelde2020-02-131-2/+0
|/
* Fix Mono and GDNative builds after changes to ObjectIDRémi Verschelde2020-02-121-1/+1
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-1/+1
* Remove deprecated Color::grayHanif Bin Ariffin2020-02-121-2/+0
* Merge pull request #35812 from touilleMan/gdnative-uses-godot_string_name-whe...Rémi Verschelde2020-02-101-4/+3
|\
| * Use StringName in pluginscript's set/get_prop and add_global_constantEmmanuel Leblond2020-02-011-4/+3
* | Remove useless pluginscript godot_pluginscript_script_desc.get_rpc/rset_mode ...Emmanuel Leblond2020-02-011-3/+0
|/