Age | Commit message (Expand) | Author |
2022-03-28 | Merge pull request #58931 from EricEzaM/proposals/4189-better-code-completion | Rémi Verschelde |
2022-03-27 | GDExtension: change to_string signature to accept GDNativeStringPtr instead o... | Jan Haller |
2022-03-27 | Add GDExtension support to Script | reduz |
2022-03-26 | Object: Remove unused category boilerplate | Rémi Verschelde |
2022-03-24 | Refactor Object metadata | reduz |
2022-03-24 | Improve sorting of Code Completion options. | Eric M |
2022-03-22 | Add static method support to ClassDB | reduz |
2022-03-22 | Add optional 'default' argument to get_meta() | kobewi |
2022-03-15 | Create GDExtension clases for PhysicsServer3D | reduz |
2022-03-11 | Merge pull request #58751 from bruvzg/loc_str_props | Rémi Verschelde |
2022-03-10 | Discern between virtual and abstract class bindings | reduz |
2022-03-10 | Merge pull request #58690 from elmordo/bugfix-57553-gdextension-inheritance-fix | Rémi Verschelde |
2022-03-09 | Fix UndoRedo method call argument count after #58929 | Rémi Verschelde |
2022-03-09 | Remove VARIANT_ARG* macros | reduz |
2022-03-04 | Improve app name and system permission message localization. | bruvzg |
2022-03-02 | fix of reading property list from custom nodes imported from GDExtension when... | Ing. Petr Jindra |
2022-03-01 | Fix `UndoRedo::create_action()` invalid memory usage | Haoyu Qiu |
2022-02-16 | Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcode | Rémi Verschelde |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-16 | Port existing _notification code to use switch statements (part 1/3) | jmb462 |
2022-02-10 | Reorganize inspector layout workflow for Control nodes | Yuri Sizov |
2022-02-08 | Merge pull request #57066 from KoBeWi/in_the_name_of_the_custom | Rémi Verschelde |
2022-02-08 | Merge pull request #43015 from Xrayez/refactor-auto-instaprop | Rémi Verschelde |
2022-02-07 | Fix script editor errors with CustomCallables | kobewi |
2022-02-03 | Merge pull request #57562 from AnilBK/string-add-contains | Rémi Verschelde |
2022-02-04 | String: Add contains(). | Anilforextra |
2022-02-03 | [GDExtension] Fix registration of functions with enum or native pointer retur... | bruvzg |
2022-01-29 | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke |
2022-01-18 | Improve locale detection. | bruvzg |
2022-01-12 | Merge pull request #56492 from akien-mga/remove-author-docstrings | Rémi Verschelde |
2022-01-06 | Merge pull request #55851 from Chaosus/better-completion-options-list_rebased | Rémi Verschelde |
2022-01-04 | Style: Remove inconsistently used `@author` docstrings | Rémi Verschelde |
2022-01-04 | Merge pull request #56469 from Zylann/remove_gdclass_inherits_static | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-03 | Remove unused `inherits_static` from GDCLASS | Marc Gilleron |
2022-01-02 | Improve editor template workflow | fabriceci |
2021-12-28 | Refactor auto-instantiation of `Object` properties in editor | Andrii Doroshenko (Xrayez) |
2021-12-12 | Fix highlight for completion options match (rebased) | Yuri Roubinsky |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-11-30 | Change gdnative interface so that Godot object initialization should be trigg... | Gilles Roudière |
2021-11-26 | Fix wrong comparison with default values | Ricardo Subtil |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-17 | Fix the exceptions in signal disconnection | Xwdit |
2021-11-14 | Merge pull request #53710 from CaptainProton42/fix-extension-class-inspector-... | Hugo Locurcio |
2021-11-04 | Add is_built_in() method to Resource | kobewi |
2021-11-03 | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio |
2021-10-28 | CI: Update to clang-format 13 using LLVM repo | Rémi Verschelde |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |
2021-10-28 | Remove ItemList editor and replace it by a property array | Gilles Roudière |
2021-10-26 | Save all 64 bits of get_ticks_msec() in more cases | Max Hilbrunner |