summaryrefslogtreecommitdiffstats
path: root/editor/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #99409 from passivestar/state-machine-focus-border-colorThaddeus Crews2024-11-212-1/+3
|\
| * Expose state machine focus color to themingpassivestar2024-11-192-1/+3
* | Merge pull request #94981 from Chaosus/shader_fix_screen_uv_in_spatial_lightThaddeus Crews2024-11-211-1/+2
|\ \
| * | Allow `SCREEN_UV` to be used in light function of spatial shaderChaosus2024-11-191-1/+2
| |/
* | Merge pull request #98297 from Calinou/editor-tweak-lightmapgi-no-meshes-to-b...Thaddeus Crews2024-11-191-3/+7
|\ \ | |/ |/|
| * Improve "No meshes to bake" LightmapGI error dialog in the editorHugo Locurcio2024-11-011-3/+7
* | Merge pull request #99176 from tracefree/obstacle_transformThaddeus Crews2024-11-181-24/+31
|\ \
| * | Fix obstacle avoidance and 3D editor ignoring transformRie2024-11-161-24/+31
* | | Merge pull request #86195 from GreenCrowDev/curve3d_closeThaddeus Crews2024-11-182-21/+102
|\ \ \
| * | | Implement closed path for Curve3dmatricola7872024-11-162-21/+102
| | |/ | |/|
* | | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-172-3/+3
* | | Merge pull request #99253 from KoBeWi/tldrThaddeus Crews2024-11-151-1/+1
|\ \ \
| * | | Simplify some UID conversionskobewi2024-11-141-1/+1
| | |/ | |/|
* | | Merge pull request #99177 from Chaosus/vs_swap_connectionsThaddeus Crews2024-11-152-0/+34
|\ \ \
| * | | Add swap connection option to visual shader graphChaosus2024-11-152-0/+34
| |/ /
* / / Fix error emitting when reset a visual shader preview parameterChaosus2024-11-151-2/+5
|/ /
* | Merge pull request #97461 from lalitshankarchowdhury/better-replaceThaddeus Crews2024-11-141-8/+8
|\ \
| * | Improve "Replace in Files" dialog button textLalit Shankar Chowdhury2024-10-011-8/+8
* | | 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
* | | | Add copy/paste options to preview material parameters in visual shaderChaosus2024-11-122-1/+80
* | | | 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 #97041 from aXu-AP/script-highlight-sceneThaddeus Crews2024-11-121-4/+2
|\ \ \ \ \ \
| * | | | | | Highlight scripts used by current sceneaXu-AP2024-11-051-4/+2
* | | | | | | Improve NavigationObstacle3D editor toolingsmix82024-11-122-312/+680
* | | | | | | Merge pull request #96730 from tracefree/properly_transforming_obstaclesThaddeus Crews2024-11-111-59/+12
|\ \ \ \ \ \ \
| * | | | | | | Make use of NavigationObstacle3D's transformRie2024-11-101-59/+12
* | | | | | | | Merge pull request #99013 from TokageItLab/fps-compat-toggleThaddeus Crews2024-11-111-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Add FPS compatible option in second mode of animation editor snappingSilc Lizard (Tokage) Renew2024-11-121-1/+3
| |/ / / / / / /
* | | | | | | | Merge pull request #92986 from Repiteo/core/ref-instantiate-integrationThaddeus Crews2024-11-1110-22/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-1010-22/+22
* | | | | | | | | Merge pull request #97081 from aXu-AP/uv-editor-without-polygonThaddeus Crews2024-11-112-1/+35
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Open uv editor in point editing mode if no pointsaXu-AP2024-09-172-1/+35
* | | | | | | | | Merge pull request #98809 from bruvzg/mac_gde_libs_non_uniThaddeus Crews2024-11-101-8/+37
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [GDExtension] Improve macOS library loading/export.bruvzg2024-11-041-8/+37
* | | | | | | | | | Merge pull request #98891 from Faless/debugger/game_view_settingsThaddeus Crews2024-11-101-1/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [Debugger] Add configuration to the GameView debugger pluginFabio Alessandrelli2024-11-071-1/+10
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #94889 from rune-scape/no-const-list-eraseThaddeus Crews2024-11-101-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Avoid const_cast in List::erase by requiring mutable elementsrune-scape2024-11-081-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #98716 from Calinou/editor-improve-mesh-uv-previewThaddeus Crews2024-11-102-3/+43
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Improve Mesh UV1/UV2 preview in the editorHugo Locurcio2024-11-012-3/+43
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Fix wrong checked menu item in 3D editorkobewi2024-11-071-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #93401 from Repiteo/style/clang-tidy-fixesThaddeus Crews2024-11-044-4/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-043-3/+5
| * | | | | | | | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-041-1/+1
| | |/ / / / / / | |/| | | | | |
* / | | | | | | Add quad mesh to material previewtetrapod002024-11-012-20/+80
|/ / / / / / /
* | | | | | | Merge pull request #69197 from aaronfranke/fix-tiny-convexThaddeus Crews2024-10-311-8/+7
|\ \ \ \ \ \ \