summaryrefslogtreecommitdiffstats
path: root/modules/gdnative
Commit message (Expand)AuthorAgeFilesLines
* Add support for _to_string virtual function overwrite in PluginscriptEmmanuel Leblond2021-03-273-0/+9
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-231-1/+1
* Added static method information the generated builtin API JSONGeorge Marques2021-03-172-2/+5
* Further changes in GDNative APIGeorge Marques2021-03-1740-11/+880
* Fixes small typos and grammar correctionAnshul7sp12021-03-122-2/+2
* 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-243-0/+31
|\ \
| * | [Text Server] Restores bitmap font dynamic construction functions.bruvzg2021-02-153-0/+31
* | | Merge pull request #45617 from RandomShaper/modernize_atomicsRémi Verschelde2021-02-182-4/+5
|\ \ \
| * | | Modernize atomicsPedro J. Estébanez2021-02-182-4/+5
* | | | Reorganize Project Settingsreduz2021-02-181-1/+1
|/ / /
* / / [TextServer] Restore character and space extra spacing support.bruvzg2021-02-153-0/+30
|/ /
* | Only unload the library when no NativeScript objects exist if the reloadable ...Bastiaan Olij2021-02-141-1/+1
* | Improve resource load cachereduz2021-02-118-8/+20
* | Fix broken gdnative variant testHenry Conklin2021-02-111-0/+1
* | Merge pull request #45847 from vnen/gdnative-bindingsRémi Verschelde2021-02-1125-19/+1098
|\ \
| * | Improve GDNative api.json generatorGeorge Marques2021-02-091-7/+33
| * | Further changes to GDNative APIGeorge Marques2021-02-0924-12/+1065
* | | Removed _change_notifyreduz2021-02-101-1/+1
|/ /
* | Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-085-31/+24
* | C conformance: Include stdbool.h to define `bool`Miguel de Icaza2021-02-021-0/+1
* | Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde2021-01-311-1/+1
|\ \
| * | Modernize ThreadPedro J. Estébanez2021-01-291-1/+1
* | | Add GDNative JSON generator for the builtin APIGeorge Marques2021-01-293-18/+404
* | | Merge pull request #45373 from aaronfranke/gdnative-sizeofGeorge Marques2021-01-2612-40/+95
|\ \ \
| * | | Define GDNative sizes using sizeof(godot_real_t) and sizeof(int32_t)Aaron Franke2021-01-2512-40/+95
* | | | Merge pull request #44617 from geekrelief/gdnative_unloadRémi Verschelde2021-01-261-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Removes the gdnative library when no script (gdns) references it any longer. ...geekrelief2020-12-231-0/+6
* | | | GDNative: Remove print functionsGeorge Marques2021-01-253-73/+0
* | | | GDNative: New core APIGeorge Marques2021-01-2550-17359/+5922
| |/ / |/| |
* | | Changed type to make it work on x32 architecture.zero13cool2021-01-053-3/+3
* | | Update copyright statements to 2021Rémi Verschelde2021-01-0196-192/+192
* | | Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde2020-12-283-4/+4
|\ \ \
| * | | Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal2020-12-063-4/+4
* | | | Rename Rect2 and Rect2i grow_margin() to grow_side()Marcel Admiraal2020-12-283-10/+10
* | | | Rename empty() to is_empty()Marcel Admiraal2020-12-2817-67/+67
| |_|/ |/| |
* | | Rename Control margin to offsetMarcel Admiraal2020-12-232-6/+6
| |/ |/|
* | Rename XRPositionalTracker methodsMarcel Admiraal2020-12-211-4/+4
* | Merge pull request #44261 from madmiraal/rename-trackerhand-enumsRémi Verschelde2020-12-211-2/+2
|\ \
| * | Rename TrackerHand enumsMarcel Admiraal2020-12-101-2/+2
* | | Rename Rect2 and Rect2i clip() to intersection()Marcel Admiraal2020-12-193-8/+8
* | | 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