summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2022-10-12Merge pull request #67277 from KoBeWi/🤦‍♂️Rémi Verschelde
Fix source sort not saving in TileMap editor
2022-10-12Merge pull request #65779 from Mickeon/rename-camera-followRémi Verschelde
Rename Camera2D's `smoothing` to `position_smoothing`
2022-10-11Merge pull request #67215 from Nidjo123/project-dialog-resizeRémi Verschelde
Resize project dialog only when necessary
2022-10-11Fix source sort not saving in TileMap editorkobewi
2022-10-11Merge pull request #67244 from RandomShaper/split_render_further_2Rémi Verschelde
Polish rendering driver refactor further (take 2)
2022-10-11Polish rendering driver refactor further (take 2)Pedro J. Estébanez
2022-10-11Resize project dialog only when necessaryNikola Bunjevac
2022-10-11Rename Camera2D's `smoothing` to `position_smoothing`Micky
For Camera2D: `smoothing_enabled` -> `position_smoothing_enabled` `set_enable_follow_smoothing` -> `set_position_smoothing_enabled` `is_follow_smoothing_enabled` -> `is_position_smoothing_enabled` `smoothing_speed` -> `position_smoothing_speed` `set_follow_smoothing` -> `set_position_smoothing_speed` `get_follow_smoothing` -> `get_position_smoothing_speed`
2022-10-11Merge pull request #40274 from Juankz/clips_importing_improvementRémi Verschelde
Add animation slices for individual animations
2022-10-11Merge pull request #66221 from Mickeon/painstakingly-appending-ds-en-you-tea-esRémi Verschelde
Rename remaining "*_enable" to "*_enabled"
2022-10-11Merge pull request #62659 from Chaosus/editor_group_rename_optionRémi Verschelde
Add ability to rename groups in the GroupsEditor
2022-10-11Merge pull request #67018 from Mickeon/try-connections-dialog-self-connectionRémi Verschelde
Add Editor Setting for default name when connecting signal to self
2022-10-11Merge pull request #66310 from ↵Rémi Verschelde
TokageItLab/Change-bonemapper-background-silhouette Change bone mapper background model silhouette
2022-10-11Merge pull request #61776 from Rindbee/fix-code-editor-searchRémi Verschelde
Fix some bugs about search in code editor
2022-10-11Merge pull request #59382 from akien-mga/editor-acceptdialog-swap-cancel-okRémi Verschelde
Add editor setting for AcceptDialog OK/Cancel buttons positioning
2022-10-11Fix some bugs about search in code editorRindbee
1. Fix #61713; 2. Fix the bug when there are consecutive matches, forward searching will skip the adjacent item; 3. Fix the bug that enable the selection-only option will affect the operations in search mode.
2022-10-11Merge pull request #67104 from Calinou/add-viewport-transparent-project-settingRémi Verschelde
Add a project setting to make the root viewport transparent
2022-10-11Merge pull request #67224 from Mickeon/jasonRémi Verschelde
Use `JSON::stringify` where possible
2022-10-10Add animation slices for individual animationsJuan Velandia
This improves the workflow for animations in a single timeline. The users are no longer forced to slice one animation named "default". Instead users can choose which animation(s) to break and how. Changes: - Remove slicing options from the animation player import menu - Add such options to the animation import menu - Rename clips to slices wherever was left
2022-10-11Use `JSON::stringify` where possibleMicky
2022-10-10Fix node name casing issueskobewi
Co-authored-by: ryburnj <jordanryburn@gmail.com>
2022-10-10Merge pull request #67183 from akien-mga/gcc-warnings-cleanupRémi Verschelde
SCons: Cleanup GCC warnings configuration
2022-10-10Merge pull request #67124 from KoBeWi/load_before_saveRémi Verschelde
Fallback to ResourceLoader if can't find UID
2022-10-10SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde
Replace all TODO uses of `#warning` by proper TODO comments, and will open matching bug reports to keep track of them. We don't have a great track record fixing TODOs, but I'd wager we're even worse for fixing these "TODO #warning" so we should prohibit this usage.
2022-10-10Remove default shortcut for Preview Canvas Scalekobewi
2022-10-10Merge pull request #65942 from SaracenOne/animation_change_callback_fixRémi Verschelde
Fix animation change callbacks
2022-10-10Merge pull request #67178 from ↵Rémi Verschelde
TokageItLab/add-signal-animation_selected-APEditer Add `animation_selected` signal to AnimationPlayerEditor to subscribe changed animation
2022-10-10Merge pull request #67128 from KoBeWi/call_deferred_always_worksRémi Verschelde
Defer clearing of ResourceUID cache
2022-10-10Merge pull request #67175 from bruvzg/macos_title_edscaleRémi Verschelde
[macOS] Fix window button position and title bar size when editor scale do not match OS UI scale.
2022-10-10Defer clearing of ResourceUID cache and silence warningskobewi
2022-10-10Add animation_selected signal to AnimationPlayerEditorSilc Renew
2022-10-10[macOS] Fix window button position and title bar size when editor scale do ↵bruvzg
not match OS UI scale.
2022-10-10Fix crashing when editing the `TileSet` fieldKongfa Waroros
2022-10-09Merge pull request #67109 from TokageItLab/remove-clear-editors-in-bone-mapperRémi Verschelde
Remove unused func definition in BoneMapEditor
2022-10-09Fallback to ResourceLoader if can't find UIDkobewi
2022-10-09Add Editor Setting for default name when connecting signal to selfMicky
2022-10-09Remove unused func definition in BoneMapEditorSilc Renew
2022-10-09Add a project setting to make the root viewport transparentHugo Locurcio
This allows recording videos with a transparent background without having to create a script.
2022-10-08Show svg import options in default settings.HolonProduction
Fixes: #63840 Importers can export options conditional based on the resource path. If an empty path is passed (as by the editor settings) filtering should not be done.
2022-10-08Merge pull request #67070 from timothyqiu/bind-redrawRémi Verschelde
Bind `AnimationTrackEditor::_redraw_tracks` for UndoRedo
2022-10-08Merge pull request #67060 from timothyqiu/named-layersRémi Verschelde
Only show named layers in layer menu
2022-10-08Merge pull request #65983 from Mickeon/rename-audio-player-volume-dbRémi Verschelde
Rename AudioStreamPlayer3D's `unit_db` to `volume_db`
2022-10-08Bind `AnimationTrackEditor::_redraw_tracks` for UndoRedoHaoyu Qiu
2022-10-08Only show named layers in layer menuHaoyu Qiu
2022-10-07Merge pull request #67047 from KoBeWi/_aacdeelmmnopttRémi Verschelde
Sort unused palette commands alphabetically
2022-10-07Merge pull request #67035 from mateuseap/mateuseap/masterRémi Verschelde
Fix signature for `folder_moved` signal of `FileSystemDock`
2022-10-07Sort unused palette commands alphabeticallykobewi
2022-10-07Fix a bug with moving dock left and right.HolonProduction
Fixes #67039 `get_index` counts internal children by default but `move_child` ignores them therefore `move_child` had no effect. The call to `set_current_tab` is not needed anymore in Godot 4 since the current tab will change when calling `move_child`.
2022-10-07Fix signature for 'folder_moved' signal of FileSystemDockmeap
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, ↵bruvzg
change warnings=all to use /W4.