summaryrefslogtreecommitdiffstats
path: root/modules/gdnative
Commit message (Expand)AuthorAgeFilesLines
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* [Complex Text Layouts] Add variable fonts support.bruvzg2020-12-133-0/+25
* Merge pull request #44190 from touilleMan/constify-ScriptLanguage.can_inherit...Rémi Verschelde2020-12-082-2/+2
|\
| * Constify ScriptLanguage.can_inherit_from_fileEmmanuel Leblond2020-12-082-2/+2
* | Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscriptRémi Verschelde2020-12-085-0/+42
|\ \ | |/ |/|
| * Add PluginScript support for global class naming/icon pathEmmanuel Leblond2020-12-085-0/+42
* | Allow PluginScript to customize language's can_inherit_from_file attributeEmmanuel Leblond2020-12-083-1/+6
* | Merge pull request #44076 from Faless/js/4.x_gdnativeRémi Verschelde2020-12-071-5/+5
|\ \ | |/ |/|
| * [HTML5] Make GDNative support feature-based.Fabio Alessandrelli2020-12-051-1/+1
| * [HTML5] GDNative support via SIDE_MODULE.Fabio Alessandrelli2020-12-051-5/+5
* | Rename TYPE_REAL to TYPE_FLOATGeorge Marques2020-12-041-1/+1
|/
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-022-0/+3
* Documentation generation for GDScriptThakee Nathees2020-11-292-0/+14
* [Complex Text Layouts] Implement GDNative interface for TextServer.bruvzg2020-11-2614-0/+1960
* Core: Always enable ptrcall, remove PTRCALL_ENABLED defineRémi Verschelde2020-11-252-3/+1
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-162-2/+0
* Refactor variant built-in methods yet again.reduz2020-11-111-1/+3
* Fix gdnative build when WebRTC module is disabled.Fabio Alessandrelli2020-11-101-1/+1
* 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
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-0737-83/+83
* | Remove `Color.contrasted()` as its behavior is barely usefulHugo Locurcio2020-11-033-16/+0
|/
* Optimize SVG using `svgcleaner --multipass`Hugo Locurcio2020-10-252-10/+2
* GDNative XR: remove redundant `config.py`Andrii Doroshenko (Xrayez)2020-10-241-6/+0
* add iOS Simulator platform Stephan Dilly2020-09-191-0/+1
* Move GDNative `String` tests to respective moduleAndrii Doroshenko (Xrayez)2020-09-111-0/+1980
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-034-496/+705
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-2/+2
* Make all String float conversion methods be 64-bitAaron Franke2020-07-273-25/+11
* SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)2020-07-281-2/+1
* CI: Install master version of psf/blackRémi Verschelde2020-07-261-2/+2
* Remove multilevel callsGeorge Marques2020-07-243-35/+2
* Merge pull request #40450 from asmaloney/spellingRémi Verschelde2020-07-211-1/+1
|\
| * Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-1/+1
* | Update core documentation to match recent C# changesAaron Franke2020-07-215-16/+16
|/
* Merge pull request #40291 from hinlopen/dialog-sizeRémi Verschelde2020-07-151-1/+1
|\
| * Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* | Merge pull request #40386 from touilleMan/correct-Reference-is_reference-api....Rémi Verschelde2020-07-151-1/+1
|\ \
| * | Correct is_reference attribute in api.json for Reference classEmmanuel Leblond2020-07-141-1/+1
| |/
* / Add missing has_default_value field for signals in api.jsonEmmanuel Leblond2020-07-141-0/+1
|/
* Commit other files changed by file_format.shAaron Franke2020-07-131-1/+1
* Add override keywords.Marcel Admiraal2020-07-108-128/+128
* Add sort and has methods to PackedArraysAaron Franke2020-07-063-11/+276
* Merge pull request #40092 from hinlopen/remove-find-lastRémi Verschelde2020-07-043-16/+0
|\
| * Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-033-16/+0
* | Merge pull request #40050 from naithar/feature/ios-gdnative-master-2Rémi Verschelde2020-07-033-38/+106
|\ \ | |/ |/|
| * GDNative export: do not add fake lookup table if static lib is not usedSergey Minakov2020-07-021-35/+73
| * GDNative Editor: Support selecting frameworks for iOSSergey Minakov2020-07-021-2/+14
| * GDNative: support dynamic loading of iOS frameworksSergey Minakov2020-07-021-1/+19
* | Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde2020-07-011-3/+3
|\ \ | |/ |/|