summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #97461 from lalitshankarchowdhury/better-replaceThaddeus Crews2024-11-142-12/+16
|\ | | | | | | Improve "Replace in Files" dialog button text
| * Improve "Replace in Files" dialog button textLalit Shankar Chowdhury2024-10-012-12/+16
| |
* | Merge pull request #99219 from Chaosus/fix_ttr_vformatThaddeus Crews2024-11-142-4/+4
|\ \ | | | | | | | | | Fix incorrect order: `TTR(vformat` instead of `vformat(TTR`
| * | Fix incorrect order: `TTR(vformat` instead of `vformat(TTR`Chaosus2024-11-142-4/+4
| | |
* | | Merge pull request #99213 from timothyqiu/directThaddeus Crews2024-11-141-15/+4
|\ \ \ | | | | | | | | | | | | Remove unnecessary array construction when initializing the project manager
| * | | Remove unnecessary array construction when initializing the project managerHaoyu Qiu2024-11-141-15/+4
| |/ /
* | | Merge pull request #98534 from YeldhamDev/i_hate_mathThaddeus Crews2024-11-141-125/+173
|\ \ \ | |/ / |/| | | | | Make possible to scale multiple nodes at once in the canvas editor
| * | Make possible to scale multiple nodes at once in the canvas editorMichael Alexsander2024-10-301-125/+173
| | | | | | | | | | | | And also some smaller enhancements.
* | | Merge pull request #96618 from Chaosus/vs_copy_paste_preview_materialThaddeus Crews2024-11-132-1/+80
|\ \ \ | | | | | | | | | | | | Add copy/paste options to preview material parameters in visual shader
| * | | Add copy/paste options to preview material parameters in visual shaderChaosus2024-11-122-1/+80
| | | |
* | | | Merge pull request #98918 from bruvzg/pck_enc_ivThaddeus Crews2024-11-137-27/+113
|\ \ \ \ | | | | | | | | | | | | | | | Allow setting custom initialization vector for FileAccessEncrypted. Add export setting to set static seed for PCK encryption initialization vectors.
| * | | | Allow setting custom initialization vector for FileAccessEncrypted. Add ↵bruvzg2024-11-137-27/+113
| |/ / / | | | | | | | | | | | | export setting to set static seed for PCK encryption initialization vectors.
* | | | Merge pull request #99147 from KoBeWi/conjure_uidThaddeus Crews2024-11-134-0/+21
|\ \ \ \ | | | | | | | | | | | | | | | Create .uid file when creating new Resource
| * | | | Create .uid file when creating new Resourcekobewi2024-11-134-0/+21
| |/ / /
* | | | Merge pull request #99144 from KoBeWi/banish_uidThaddeus Crews2024-11-131-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | Remove corresponding .uid file when removing file
| * | | | Remove corresponding .uid file when removing filekobewi2024-11-121-0/+3
| |/ / /
* | | | Merge pull request #99139 from KoBeWi/I_haven't_hear_that_name_in_yearsThaddeus Crews2024-11-131-1/+12
|\ \ \ \ | | | | | | | | | | | | | | | Restore original root name if renaming instance to empty
| * | | | Restore original root name if renaming instance to emptykobewi2024-11-121-1/+12
| |/ / /
* | | | Merge pull request #99135 from Meorge/fix-unresponsive-axis-valueThaddeus Crews2024-11-131-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | Replace default deadzone magic number with named constant and fix `InputEventJoypadMotion::set_axis_value` unresponsiveness
| * | | | Replace default deadzone magic number with named constantMalcolm Anderson2024-11-121-1/+2
| | | | |
* | | | | Merge pull request #93440 from Calinou/import-size-limit-downsample-if-necessaryThaddeus Crews2024-11-131-2/+34
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | Downsample textures on import if necessary for technical reasons
| * | | | Downsample textures on import if necessary for technical reasonsHugo Locurcio2024-06-221-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compression formats are limited to various sizes (16383×16383 for WebP, 16384×16384 for Basis Universal). If the size is exceeded, the texture fails to import. To avoid this, textures are now downsampled with a warning printed when necessary. The warning is not printed if the user has specified a size limit and the size limit is being honored. This also allows setting Size Limit up to 16383 pixels (the lowest common denominator out of all compression modes), instead of being limited to 4096 pixels.
* | | | | Merge pull request #98680 from jaydensipe/expose-toast-notification-methodsThaddeus Crews2024-11-125-0/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Expose `get_editor_toaster` method to `EditorInterface`
| * | | | | Expose toast notification methodsJayden Sipe2024-11-115-0/+19
| | | | | |
* | | | | | Merge pull request #99062 from KoBeWi/selectively_selecting_selectorsThaddeus Crews2024-11-122-41/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Cleanup EditorInterface selectors' code
| * | | | | | Cleanup EditorInterface selectors' codekobewi2024-11-112-41/+29
| |/ / / / /
* | | | | | Merge pull request #98031 from MajorMcDoom/anim-curve-zoom-fixThaddeus Crews2024-11-121-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix inverted vertical zoom interaction in animation curve editor
| * | | | | | Fix inverted vertical zoom interaction in animation curve editorZi Ye2024-10-091-1/+1
| | | | | | |
* | | | | | | Merge pull request #97955 from RobProductions/fix-godot-nav-presetThaddeus Crews2024-11-121-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Restore the original `Godot` preset zoom modifier
| * | | | | | | Restore `Godot` preset zoom modifierMatt Enad2024-10-081-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #98826 from UnfavorableEnhancer/animation-editor-snap-fixThaddeus Crews2024-11-121-4/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix animation editor snapping value not lowering as intended when holding shift
| * | | | | | | | fix holding shift not lowering animation snapUnfavorableEnhancer2024-11-111-4/+5
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #95107 from KoBeWi/stealth_file_systemThaddeus Crews2024-11-122-71/+60
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimize FileSystem Dock filtering
| * | | | | | | | Optimize FileSystem Dock filteringkobewi2024-10-042-71/+60
| | | | | | | | |
* | | | | | | | | Merge pull request #98629 from timothyqiu/delete-deleteThaddeus Crews2024-11-121-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix duplicated Delete shortcut entries in Tiles Editor
| * | | | | | | | | Fix duplicated Delete shortcut entries in Tiles EditorHaoyu Qiu2024-10-291-2/+2
| | | | | | | | | |
* | | | | | | | | | Merge pull request #98224 from timothyqiu/select-markers-dialogThaddeus Crews2024-11-121-17/+16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve Select Markers dialog in AnimationTree editor
| * | | | | | | | | | Improve Select Markers dialog in AnimationTree editorHaoyu Qiu2024-10-161-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Align OptionButtons - Remove unnecessary ellipses from title - Don't translate marker names
* | | | | | | | | | | Merge pull request #97946 from WhalesState/editor-spin-sliderThaddeus Crews2024-11-121-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `EditorSpinSlider` grabber `TextureRect` doesn't follow parent when scrolling.
| * | | | | | | | | | | Fix `EditorSpinSlider` grapper `TextureRect` doesn't follow parent when ↵Mounir Tohami2024-10-071-2/+2
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scrolling.
* | | | | | | | | | | Merge pull request #97041 from aXu-AP/script-highlight-sceneThaddeus Crews2024-11-122-4/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlight scripts used by current scene
| * | | | | | | | | | | Highlight scripts used by current sceneaXu-AP2024-11-052-4/+3
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #98446 from TokageItLab/look-at-modifierThaddeus Crews2024-11-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement LookAtModifier3D
| * | | | | | | | | | | | Implement LookAtModifier3DSilc Lizard (Tokage) Renew2024-11-121-0/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Improve NavigationObstacle3D editor toolingsmix82024-11-123-312/+681
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improves NavigationObstacle3D editing options inside the editor.
* | | | | | | | | | | | Merge pull request #97912 from reduz/property-path-store-uidThaddeus Crews2024-11-112-5/+22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose path properties save UID internally if referencing a resource
| * | | | | | | | | | | | Exposed path properties save UID if referencing a resourceJuan2024-10-072-5/+22
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, if a user or some resource exposes a path in a script, if this references a resource path it will be saved as a full path. This will make refactoring not work if the resource pointed towards changes location or is renamed. This change makes it so an uid:// path is saved internally in case a path to a resource has been selected, effectively making it refactor proof.
* | | | | | | | | | | | Merge pull request #98797 from KoBeWi/toastkill_fThaddeus Crews2024-11-112-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close toasts instantly when Close button is pressed
| * | | | | | | | | | | | Close toasts instantly when Close button is pressedkobewi2024-11-102-1/+7
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #96730 from tracefree/properly_transforming_obstaclesThaddeus Crews2024-11-111-59/+12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make use of NavigationObstacle3D's transform