Age | Commit message (Expand) | Author |
2021-02-15 | [TextServer] Restore character and space extra spacing support. | bruvzg |
2021-02-14 | Only unload the library when no NativeScript objects exist if the reloadable ... | Bastiaan Olij |
2021-02-11 | Improve resource load cache | reduz |
2021-02-11 | Fix broken gdnative variant test | Henry Conklin |
2021-02-11 | Merge pull request #45847 from vnen/gdnative-bindings | Rémi Verschelde |
2021-02-10 | Removed _change_notify | reduz |
2021-02-09 | Improve GDNative api.json generator | George Marques |
2021-02-09 | Further changes to GDNative API | George Marques |
2021-02-08 | Initialize class/struct variables with default values in modules/ | Rafał Mikrut |
2021-02-02 | C conformance: Include stdbool.h to define `bool` | Miguel de Icaza |
2021-01-31 | Merge pull request #45315 from RandomShaper/modernize_thread | Rémi Verschelde |
2021-01-29 | Add GDNative JSON generator for the builtin API | George Marques |
2021-01-29 | Modernize Thread | Pedro J. Estébanez |
2021-01-26 | Merge pull request #45373 from aaronfranke/gdnative-sizeof | George Marques |
2021-01-26 | Merge pull request #44617 from geekrelief/gdnative_unload | Rémi Verschelde |
2021-01-25 | Define GDNative sizes using sizeof(godot_real_t) and sizeof(int32_t) | Aaron Franke |
2021-01-25 | GDNative: Remove print functions | George Marques |
2021-01-25 | GDNative: New core API | George Marques |
2021-01-05 | Changed type to make it work on x32 architecture. | zero13cool |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Merge pull request #44149 from madmiraal/rename-tangent-orthogonal | Rémi Verschelde |
2020-12-28 | Rename Rect2 and Rect2i grow_margin() to grow_side() | Marcel Admiraal |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | Removes the gdnative library when no script (gdns) references it any longer. ... | geekrelief |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
2020-12-21 | Rename XRPositionalTracker methods | Marcel Admiraal |
2020-12-21 | Merge pull request #44261 from madmiraal/rename-trackerhand-enums | Rémi Verschelde |
2020-12-19 | Rename Rect2 and Rect2i clip() to intersection() | Marcel Admiraal |
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal |
2020-12-13 | [Complex Text Layouts] Add variable fonts support. | bruvzg |
2020-12-10 | Rename TrackerHand enums | Marcel Admiraal |
2020-12-08 | Merge pull request #44190 from touilleMan/constify-ScriptLanguage.can_inherit... | Rémi Verschelde |
2020-12-08 | Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscript | Rémi Verschelde |
2020-12-08 | Add PluginScript support for global class naming/icon path | Emmanuel Leblond |
2020-12-08 | Constify ScriptLanguage.can_inherit_from_file | Emmanuel Leblond |
2020-12-08 | Allow PluginScript to customize language's can_inherit_from_file attribute | Emmanuel Leblond |
2020-12-07 | Merge pull request #44076 from Faless/js/4.x_gdnative | Rémi Verschelde |
2020-12-06 | Rename 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-04 | Rename TYPE_REAL to TYPE_FLOAT | George Marques |
2020-12-02 | Refactor DocData into core and editor (DocTools) parts | Thakee Nathees |
2020-11-29 | Documentation generation for GDScript | Thakee Nathees |
2020-11-26 | [Complex Text Layouts] Implement GDNative interface for TextServer. | bruvzg |
2020-11-25 | Core: Always enable ptrcall, remove PTRCALL_ENABLED define | Rémi Verschelde |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-11 | Refactor variant built-in methods yet again. | reduz |
2020-11-10 | Fix gdnative build when WebRTC module is disabled. | Fabio Alessandrelli |
2020-11-10 | Merge pull request #43383 from vnen/gdnative-string-header | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |