Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-07 | Add missing constants to project converter | Micky | |
- CONTAINER_INSPECTOR_BOTTOM - NOTIFICATION_SCENE_INSTANTIATED | |||
2022-09-07 | Rename ProgressBar.`percent_visible` to `show_percentage` | Micky | |
`percent_visible` -> `show_percentage` `set_percent_visible` -> `set_show_percentage` `is_percent_visible` -> `is_percentage_shown` | |||
2022-09-07 | Merge pull request #65447 from Faless/net/4.x_ssl_to_tls | Rémi Verschelde | |
[Net] Rename StreamPeerSSL to StreamPeerTLS. | |||
2022-09-07 | Merge pull request #65446 from YuriSizov/dialogs-make-styleboxes-matter | Rémi Verschelde | |
Make `AcceptDialog` and derivatives utilize `StyleBox` fully | |||
2022-09-07 | Merge pull request #65449 from ↵ | Rémi Verschelde | |
YuriSizov/editor-main-control-screen-container-node Rename `EditorInterface.get_editor_main_control` to `get_editor_main_screen` | |||
2022-09-07 | Merge pull request #65437 from YuriSizov/theme-gui-renames | Rémi Verschelde | |
Improve naming of theme properties throughout GUI code | |||
2022-09-07 | Merge pull request #65197 from Mickeon/rename-connect-one-shot | Rémi Verschelde | |
Rename CONNECT_ONESHOT to CONNECT_ONE_SHOT | |||
2022-09-07 | Merge pull request #64361 from Mickeon/rename-caret-blink | Rémi Verschelde | |
Rename every instance of `caret_blink_speed` to `caret_blink_interval` | |||
2022-09-07 | [Net] Rename StreamPeerSSL to StreamPeerTLS. | Fabio Alessandrelli | |
SSL has been deprectated almost 10 years ago. | |||
2022-09-07 | Rename EditorInterface.get_editor_main_control to get_editor_main_screen | Yuri Sizov | |
2022-09-07 | Make AcceptDialog and derivatives utilize StyleBox fully | Yuri Sizov | |
2022-09-06 | Improve naming of theme properties throughout GUI code | Yuri Sizov | |
Rename ItemList's bg -> panel Rename ItemList's bg_focus -> focus Rename ProgressBar's bg -> background Rename ProgressBar's fg -> fill Rename Tree's bg -> panel Rename Tree's bg_focus -> focus Rename ScrollContainer's bg -> panel Rename FileDialog's *_icon_modulate -> *_icon_color Rename FileDialog's files_disabled -> file_disabled_color Rename CheckButton's on/off -> checked/unchecked Rename check_v_adjust -> check_v_offset | |||
2022-09-06 | Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT | Micky | |
For consistency. Every other exposed `one_shot` is spaced out like this. | |||
2022-09-06 | Rename every instance of `caret_blink_speed` to `caret_blink_interval` | Micky | |
It's been changed in EditorSettings, LineEdit, TextEdit. Affects setters and getters, and passed parameters, too. | |||
2022-09-06 | Merge pull request #65194 from Mickeon/rename-one-shot | Rémi Verschelde | |
2022-09-06 | Merge pull request #64661 from Mickeon/rename-tilemap-world | Rémi Verschelde | |
Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map` | |||
2022-09-06 | Merge pull request #65420 from YuriSizov/editor-bit-sized-help-colors | Rémi Verschelde | |
Fix theming error in EditorHelp due to order of operations issue | |||
2022-09-06 | Merge pull request #64417 from aaronfranke/has-space | Rémi Verschelde | |
Replace AABB/Rect2/Rect2i has_no_* methods with has_* methods | |||
2022-09-06 | Merge pull request #65361 from Mickeon/rename-range-lerp | Rémi Verschelde | |
Rename `range_lerp` to `remap` | |||
2022-09-06 | Fix theming error in EditorHelp due to order of operations issue | Yuri Sizov | |
2022-09-06 | Merge pull request #60115 from V-Sekai/scene_scale | Rémi Verschelde | |
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-06 | Rename `range_lerp` to `remap` | Micky | |
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 | Importer option to apply the root basis for meshes/skins/animations | SaracenOne | |
2022-09-05 | Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map` | Micky | |
For both TileMap and GridMap: - `world_to_map` -> `local_to_map` - `map_to_world` -> `map_to_local` Also changes any mention of "world" in this context to "local" to avoid future confusion. Finally, updates the docs of both methods for consistency. In particular, adding a note on how to convert the returned values from local to global coordinates and vice versa. | |||
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 | Replace Rect2(i) has_no_area with has_area | Aaron Franke | |
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 | |