summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #99223 from bruvzg/fd_title_translThaddeus Crews2024-11-141-1/+1
|\
| * Fix missing native file dialog title translation.Pāvels Nadtočajevs2024-11-141-1/+1
* | Merge pull request #97461 from lalitshankarchowdhury/better-replaceThaddeus Crews2024-11-142-12/+16
|\ \
| * | 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`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 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 editorMichael Alexsander2024-10-301-125/+173
* | | 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 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 expor...bruvzg2024-11-137-27/+113
| |/ / /
* | | | Merge pull request #99147 from KoBeWi/conjure_uidThaddeus Crews2024-11-134-0/+21
|\ \ \ \
| * | | | 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 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 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 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 reasonsHugo Locurcio2024-06-221-2/+34
* | | | | Merge pull request #98680 from jaydensipe/expose-toast-notification-methodsThaddeus Crews2024-11-125-0/+19
|\ \ \ \ \
| * | | | | 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' 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 editorZi Ye2024-10-091-1/+1
* | | | | | | Merge pull request #97955 from RobProductions/fix-godot-nav-presetThaddeus Crews2024-11-121-2/+2
|\ \ \ \ \ \ \
| * | | | | | | 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 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 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 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 editorHaoyu Qiu2024-10-161-17/+16
* | | | | | | | | | | Merge pull request #97946 from WhalesState/editor-spin-sliderThaddeus Crews2024-11-121-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix `EditorSpinSlider` grapper `TextureRect` doesn't follow parent when scrol...Mounir Tohami2024-10-071-2/+2
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #97041 from aXu-AP/script-highlight-sceneThaddeus Crews2024-11-122-4/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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 LookAtModifier3DSilc Lizard (Tokage) Renew2024-11-121-0/+1
* | | | | | | | | | | | | Improve NavigationObstacle3D editor toolingsmix82024-11-123-312/+681
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #97912 from reduz/property-path-store-uidThaddeus Crews2024-11-112-5/+22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Exposed path properties save UID if referencing a resourceJuan2024-10-072-5/+22
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #98797 from KoBeWi/toastkill_fThaddeus Crews2024-11-112-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \