Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-06 | Merge pull request #65415 from akien-mga/fix-uninitialized-member-pointers | Rémi Verschelde | |
Fix various uninitialized member pointers | |||
2022-09-06 | Merge pull request #65413 from Mickeon/fix-scene-tree-script-grayed-icon | Rémi Verschelde | |
Fix tool script button color overriding custom type color | |||
2022-09-06 | Merge pull request #62061 from fire-forge/multinodeedit | Rémi Verschelde | |
Improvements to multi-node editing | |||
2022-09-06 | Merge pull request #65207 from RedMser/annotation-search | Rémi Verschelde | |
Allow searching for annotations in help | |||
2022-09-06 | Fix various uninitialized member pointers | Rémi Verschelde | |
Using this command: ``` find -name "thirdparty" -prune -o -name "*.h" -exec sed -i {} -e '/return /! s/\t\([A-Za-z0-9_]* \*[A-Za-z0-9_]*\)\;/\t\1 = nullptr;/g' \; ``` And then reviewing the changes manually to discard the ones that don't seem correct/safe/good (notably changes to `core` unions). | |||
2022-09-06 | Merge pull request #65402 from m4gr3d/disable_android_editor_auto_focus_main | Rémi Verschelde | |
2022-09-06 | Fix tool script button color overriding custom type color | Micky | |
Also adds a small note on the tooltip noting the custom type. | |||
2022-09-06 | Merge pull request #65354 from V-Sekai/state_machine_freeze_new_transition | Rémi Verschelde | |
2022-09-05 | Disable logic that triggers automatic focus gain as the Godot Editor is loaded | Fredia Huya-Kouadio | |
For the Godot Android Editor, this is an inconvenience as it causes the soft keyboard to show and block half of the view | |||
2022-09-05 | Improvements to multi-node editing | FireForge | |
- Show revert button for properties that are not default for all selected nodes - Show property documentation tooltips - Show common class name and icon and number of selected nodes in EditorPath, e.g. "Node2D (4 Selected)" - Hide metadata for MultiNodeEdit and AnimationMultiTrackKeyEdit - Hide script for MultiNodeEdit | |||
2022-09-05 | Various editor UI fixes (bottom panel corner radius and scene tab bar) | FireForge | |
- Fix top corners of bottom panel not having rounded corners - Fix scene tab bar background expanding vertically by corner radius - Remove two unneccesary theme items from the editor theme: - EditorStyles/SceneTabFG - EditorStyles/SceneTabBG - Remove an instance where the scene TabBar was having its styleboxes overriden to the default value, which has no effect. | |||
2022-09-05 | Merge pull request #65230 from fire-forge/itemlist-spacing | Yuri Sizov | |
2022-09-05 | Allow searching for annotations in help | RedMser | |
2022-09-05 | Merge pull request #65362 from Jummit/fix-scene-unique-icon | Rémi Verschelde | |
2022-09-05 | Optimize and fix the scene unique name icon | Jummit | |
This also makes it display correctly when using a light theme. | |||
2022-09-05 | Merge pull request #65306 from ↵ | Rémi Verschelde | |
Rindbee/fix-Skeleton3DEditor-causing-crash-in-sanitizer-enabled-builds | |||
2022-09-05 | Merge pull request #65356 from V-Sekai/state_machine_undo_redo_fix | Rémi Verschelde | |
2022-09-05 | Fix UndoRedo when creating new AnimationStateMachine transition and node. | SaracenOne | |
2022-09-05 | Merge pull request #65140 from Mickeon/editor-spin-slider-newline | Rémi Verschelde | |
2022-09-05 | Freeze line when releasing mouse to create a new transition. | SaracenOne | |
2022-09-05 | Merge pull request #65278 from TokageItLab/fix-node-transform-skin | Rémi Verschelde | |
Fix `RestFixer` for the model has `Skin` which non-inverse-global-rest | |||
2022-09-04 | Fix Skeleton3DEditor causing crash in sanitizer enabled builds | Rindbee | |
The life cycle of the `Skeleton3DEditor` singleton is too short, and when it is destroyed, part of the logic needs to be called when its child nodes exist. | |||
2022-09-03 | Remove pathed get_node() use from scene tree dock | kobewi | |
2022-09-04 | Fix rest fixer for the model has skin which non inverse global rest | Silc Renew | |
2022-09-03 | Fix Skeleton3DEditor crash | Rindbee | |
2022-09-02 | Merge pull request #65181 from fire-forge/corner-details | Rémi Verschelde | |
2022-09-02 | Merge pull request #65256 from RedMser/unrounds-your-corners | Rémi Verschelde | |
2022-09-02 | Merge pull request #65248 from Mickeon/docs-improve-icons-non-breaking-space | Rémi Verschelde | |
2022-09-02 | Merge pull request #59589 from Calinou/rename-or-lesser-range-property-hint | Rémi Verschelde | |
2022-09-02 | Fix property revert logic in the sectioned inspector | Yuri Sizov | |
Co-authored-by: derammo <817160+derammo@users.noreply.github.com> | |||
2022-09-02 | Rename `or_lesser` range property hint to `or_less` | Hugo Locurcio | |
"less" should be used for quantity, rather than "lesser". Existing scripts that use `or_lesser` in `_get_property_list()` will need to be updated to account for this change. | |||
2022-09-02 | EditorTheme: Remove rounded corners for all popups | RedMser | |
Expands #59045 to apply to all kinds of popups, since they all render as separate windows. | |||
2022-09-02 | Improve Docs' inheritance tree icons on newline | Micky | |
Uses a Non-Breaking Space to prevent the icon from detaching from the name on newline, improving the look considerably. | |||
2022-09-02 | Merge pull request #65170 from KoBeWi/your_argument_is_TypedArray | Rémi Verschelde | |
2022-09-02 | Merge pull request #65210 from YuriSizov/control-customizable-cache-p3 | Rémi Verschelde | |
2022-09-02 | Merge pull request #64952 from Chaosus/vs_rename_uniform_to_param | Rémi Verschelde | |
2022-09-02 | Fix theme propagation in various parts of the editor | Yuri Sizov | |
2022-09-02 | Merge pull request #64724 from KoBeWi/HVBoxContainer | Rémi Verschelde | |
2022-09-02 | Add `is_zero_approx` methods to `Vector2`, `3`, and `4` | Jonathan Nicholl | |
2022-09-01 | Increase ItemList v_separation in editor theme | FireForge | |
ItemList now uses the same value for v_separation as PopupMenu. This makes it easier to select items. | |||
2022-09-01 | Merge pull request #59602 from Calinou/editor-improve-add-metadata-dialog | Rémi Verschelde | |
2022-09-01 | Merge pull request #64198 from Geometror/add-bitmap-tests | Rémi Verschelde | |
2022-09-01 | Merge pull request #63479 from DarkKilauea/nav-link | Rémi Verschelde | |
2022-09-01 | Merge pull request #65135 from reduz/export-customization-plugins | Rémi Verschelde | |
2022-09-01 | Rework oriented containers | kobewi | |
2022-09-01 | Improve the editor's Add Metadata dialog | Hugo Locurcio | |
- Mention the node name in the dialog title. - Improve error messages to be more descriptive. | |||
2022-09-01 | Refactor BitMap and add tests | Hendrik Brucker | |
Co-authored-by: Resul Çelik <resul_celik@hotmail.com> | |||
2022-09-01 | Merge pull request #65088 from Mickeon/editor-scene-tree-tool-icon | Rémi Verschelde | |
2022-09-01 | Merge pull request #65132 from bruvzg/global_menu_shortcuts_context | Rémi Verschelde | |
2022-09-01 | Decrease StyleBoxFlat corner detail in editor theme | FireForge | |
Also makes some minor changes to other areas of the editor theme. |