Age | Commit message (Expand) | Author |
2022-10-16 | GDExtension: add support for abstract and virtual classes | Ricardo Buring |
2022-10-13 | Merge pull request #66427 from Mickeon/object-methods-autocompletion | Rémi Verschelde |
2022-10-12 | Merge pull request #67300 from Mickeon/indexed-objection | Rémi Verschelde |
2022-10-12 | Rename `set`/`get_indexed`'s "property" to "property_path" | Micky |
2022-10-12 | Fix _unnamed_arg so that arguments defined by GDExtension show up in docs. | Quentin Quaadgras |
2022-10-11 | Implement ScriptExtension::get_documentation | Emmanuel Leblond |
2022-10-10 | SCons: Re-enable treating `#warning` as error with `werror` | Rémi Verschelde |
2022-10-10 | SCons: Cleanup GCC warnings configuration | Rémi Verschelde |
2022-10-08 | Validate input in `ScriptServer::register_language` | Haoyu Qiu |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-10-05 | free NativeExtensionMethodBinds on unregister | Waridley |
2022-10-05 | Merge pull request #66839 from aaronfranke/editor-prop-hide-slider | Rémi Verschelde |
2022-10-03 | Fix hide_slider vs no_slider inconsistency in editor property code | Aaron Franke |
2022-10-03 | Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android build | Rémi Verschelde |
2022-09-30 | Fix typos with codespell | Rémi Verschelde |
2022-09-28 | Rename `script_instance` to `_script_instance` in the `GDVIRTUAL*` wrappers t... | bruvzg |
2022-09-26 | MethodBind: Silence GCC `-Wmaybe-uninitialized` caused by UBSAN | Rémi Verschelde |
2022-09-26 | Add autocompletion to several Object methods | Micky |
2022-09-22 | Merge pull request #66110 from Zylann/reference_get_count | Rémi Verschelde |
2022-09-21 | Rename and expose `RefCounted::get_reference_count()` | Marc Gilleron |
2022-09-18 | Change UndoRedo to use Callables | kobewi |
2022-09-06 | Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT | Micky |
2022-09-02 | Rename `or_lesser` range property hint to `or_less` | Hugo Locurcio |
2022-08-31 | Improve null and object printing to avoid confusion with arrays | Hugo Locurcio |
2022-08-26 | [macOS export] Simplify code signing options, add support for rcodesign tool ... | bruvzg |
2022-08-24 | Merge pull request #64691 from TokageItLab/Quaternion-editor | Rémi Verschelde |
2022-08-24 | Implement Quaternion Editor | Silc Renew |
2022-08-24 | Merge pull request #64009 from KoBeWi/arrayy_lmao | Rémi Verschelde |
2022-08-23 | Replace Array return types with TypedArray 2 | kobewi |
2022-08-23 | [GDExtension] Fix `_property_can_revert` and `_property_get_revert` methods u... | bruvzg |
2022-08-23 | Merge pull request #64511 from derammo/derammo_fix_has_property_default_value | Rémi Verschelde |
2022-08-22 | Make `_validate_property` a multilevel method | Yuri Sizov |
2022-08-20 | added missing virtual to ScriptExtension | derammo |
2022-08-19 | Merge pull request #64334 from YuriSizov/core-bind-property-revert-methods | Yuri Sizov |
2022-08-18 | Make `property_*_revert` methods multilevel and expose them for scripting | Yuri Sizov |
2022-08-12 | Fix instance binding unreference callback regression | Ignacio Roldán Etcheverry |
2022-08-08 | Add checks for empty/unnamed arguments to make_rst.py | Yuri Sizov |
2022-08-06 | Merge pull request #63712 from object71/fix-export-issues | Rémi Verschelde |
2022-08-03 | Removed faulty function update after get_property_list. | Hristo Stamenov |
2022-08-02 | Clean-up array editing | reduz |
2022-08-01 | Improve easing inspector usability | Hugo Locurcio |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-26 | [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. | Fabio Alessandrelli |
2022-07-25 | Remove ThreadWorkPool, replace by WorkerThreadPool | Juan Linietsky |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-07-22 | Merge pull request #63141 from reduz/implement-thread-runner | Rémi Verschelde |
2022-07-22 | Implement a Worker ThreadPool | reduz |
2022-07-22 | Implement Feature Build Profiles | reduz |
2022-07-12 | Remove unused hints | kobewi |
2022-07-06 | Merge pull request #62713 from YuriSizov/docs-scripting-annotations | Rémi Verschelde |