| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix skeleton_3d & physical_bone_3d editor errors | Samuele Panzeri | 2023-05-10 | 1 | -3/+1 |
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -0/+1 |
* | Remove WARNING "ray: index" for debug from SkeletonEditor | Silc Renew | 2023-02-11 | 1 | -2/+0 |
* | Fix scaled_orthogonal() & subgizmo global scaling | Silc Renew | 2023-02-04 | 1 | -1/+1 |
* | Improve editor handling of Skeleton3D nodes with zero bones. | SaracenOne | 2023-01-24 | 1 | -63/+77 |
* | Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function | Rémi Verschelde | 2023-01-18 | 1 | -5/+1 |
|\ |
|
| * | Remove set_drag_forwarding_compat() | kobewi | 2023-01-14 | 1 | -5/+1 |
* | | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -6/+6 |
|/ |
|
* | Change set_drag_forwarding() to use callables. | Juan Linietsky | 2023-01-10 | 1 | -1/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Make keys deselected when keying property for animation to avoid crash | Silc 'Tokage' Renew | 2022-12-17 | 1 | -1/+2 |
* | Use _request_gizmo from SceneStringNames | Markus Sauermann | 2022-12-12 | 1 | -2/+3 |
* | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -0/+2 |
* | Cleanup remaining EditorUndoRedoManager usages | kobewi | 2022-11-24 | 1 | -1/+1 |
* | Avoid the Skeleton3DGizmoPlugin crash when clicking in the editor. | K. S. Ernest (iFire) Lee | 2022-11-23 | 1 | -1/+1 |
* | capitalize skeleton3d plugin dropdown | souplamp | 2022-11-18 | 1 | -6/+6 |
* | Remove redundant Variant-types initializations | Markus Sauermann | 2022-11-14 | 1 | -2/+2 |
* | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde | 2022-10-31 | 1 | -4/+4 |
|\ |
|
| * | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -4/+4 |
* | | Rename queue_delete => queue_free | Marc Gilleron | 2022-10-24 | 1 | -1/+1 |
|/ |
|
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -12/+12 |
* | Rename remaining "Spatial" in Plugins to "Node3D" | Micky | 2022-10-04 | 1 | -6/+6 |
* | Merge pull request #64465 from TokageItLab/bind-after-gui-input | Rémi Verschelde | 2022-09-10 | 1 | -1/+1 |
|\ |
|
| * | bind AfterGUIInput | Silc Renew | 2022-09-08 | 1 | -1/+1 |
* | | Fix key mapping changes when moving from macOS to other platform | bruvzg | 2022-09-07 | 1 | -1/+1 |
* | | Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT | Micky | 2022-09-06 | 1 | -1/+1 |
* | | Fix Skeleton3DEditor causing crash in sanitizer enabled builds | Rindbee | 2022-09-04 | 1 | -13/+16 |
* | | Fix Skeleton3DEditor crash | Rindbee | 2022-09-03 | 1 | -2/+3 |
* | | Merge pull request #64952 from Chaosus/vs_rename_uniform_to_param | Rémi Verschelde | 2022-09-02 | 1 | -2/+2 |
|\ \ |
|
| * | | Rename `uniform` to `parameter` across the engine | Yuri Rubinsky | 2022-09-01 | 1 | -2/+2 |
* | | | Add `is_zero_approx` methods to `Vector2`, `3`, and `4` | Jonathan Nicholl | 2022-09-02 | 1 | -1/+1 |
| |/
|/| |
|
* | | Basis constructor: row vectors -> column vectors | Zhehang Ding | 2022-08-31 | 1 | -1/+3 |
|/ |
|
* | Merge pull request #64377 from Mickeon/rename-canvas-redraw | Rémi Verschelde | 2022-08-30 | 1 | -5/+5 |
|\ |
|
| * | Rename `CanvasItem.update()` to `queue_redraw()` | Micky | 2022-08-29 | 1 | -5/+5 |
* | | Properly handle theme changes in the Skeleton3DEditor | Yuri Sizov | 2022-08-29 | 1 | -14/+18 |
|/ |
|
* | Rename `hint_tooltip` to `tooltip_text` & setget | Micky | 2022-08-27 | 1 | -6/+6 |
* | Add simple auto mapping to BoneMapper | Silc Renew | 2022-08-23 | 1 | -1/+0 |
* | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -5/+6 |
* | add init bone poses | Silc Renew | 2022-08-18 | 1 | -16/+10 |
* | Rename shader parameter uniform setter/getter methods for consistency | Hugo Locurcio | 2022-08-04 | 1 | -2/+2 |
* | Swap arguments of ResourceSaver.save() | kobewi | 2022-07-29 | 1 | -1/+1 |
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -3/+3 |
* | add position track normalization & post process key value for retarget | Silc Renew | 2022-07-26 | 1 | -2/+2 |
* | add rest fixer to importer retarget | Silc Renew | 2022-07-16 | 1 | -0/+78 |
* | Merge pull request #47665 from trollodel/tree_more_buttons_signals | Rémi Verschelde | 2022-05-24 | 1 | -2/+2 |
|\ |
|
| * | Add the button pressed to some signals in Tree | trollodel | 2022-05-21 | 1 | -2/+2 |
* | | Merge pull request #60803 from Chaosus/shader_hint_rename | Rémi Verschelde | 2022-05-24 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Rename `hint_albedo`, `hint_white/black` in shaders | Yuri Roubinsky | 2022-05-09 | 1 | -1/+1 |
* | | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -2/+2 |
* | | Fix ownership of nodes created by the MeshInstance3DEditorPlugin | SaracenOne | 2022-05-11 | 1 | -26/+37 |
|/ |
|