summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2021-08-03Fix inverted condition in CharacterBody2D/3D set_max_slidesPouleyKetchoupp
2021-08-03Merge pull request #51006 from foxydevloper/drag-drop-namingRémi Verschelde
Name nodes added when drag & dropping an image by `name_casing`
2021-08-03Merge pull request #51177 from kleonc/tab_container-drop-tab-index-fixRémi Verschelde
TabContainer Fix moving dropped tab to incorrect child index
2021-08-03Merge pull request #50986 from raulsntos/fix-path-3d-endRémi Verschelde
2021-08-03Added more input/output built-ins to visual shadersYuri Roubinsky
2021-08-03Merge pull request #51198 from Calinou/codeedit-improve-callhint-highlightRémi Verschelde
Improve CodeEdit's callhint highlight visibility
2021-08-02Merge pull request #51042 from nikitalita/fix_binary_res_load_saveK. S. Ernest (iFire) Lee
Fix binary resource loading and saving
2021-08-02Improve CodeEdit's callhint highlight visibilityHugo Locurcio
This makes the currently edited parameter more visible in the script editor's code completion hint.
2021-08-02Merge pull request #51039 from nekomatata/layer-grid-32Rémi Verschelde
Refactor layer property editor grid
2021-08-02Merge pull request #51144 from Chaosus/vs_versionYuri Roubinsky
Makes dictionary instead of string for visual shader version
2021-08-02Merge pull request #50122 from Paulb23/code_edit_auto_brace_completionRémi Verschelde
2021-08-02Makes dictionary instead of string for visual shader versionYuri Roubinsky
Update doc/classes/VisualShader.xml Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-08-02Merge pull request #51192 from timothyqiu/sdfgi-enum-rangeRémi Verschelde
Validates set_sdfgi_cascades argument range
2021-08-02Merge pull request #51187 from timothyqiu/vertex-index-3Rémi Verschelde
Fix crash when number of indices to optimize is not a multiple of 3
2021-08-02Validates set_sdfgi_cascades argument rangeHaoyu Qiu
2021-08-02Merge pull request #51185 from timothyqiu/tile-data-enum-rangeRémi Verschelde
Validate TileData enum range before using it as index
2021-08-02Merge pull request #51004 from groud/tilemap_layersRémi Verschelde
Implements TileMap layers and move TileSetPlugins's functions to the TileMap node instead
2021-08-02Fix crash when number of indices to optimize is not a multiple of 3Haoyu Qiu
2021-08-02Validate TileData enum range before using it as indexHaoyu Qiu
2021-08-02TabContainer Fix moving dropped tab at incorrect child indexkleonc
2021-08-02Add null check to Tween.bind_node()kobewi
2021-08-02Implements TileMap layers and move TileSetPlugins's functions to the TileMap ↵Gilles Roudière
node instead
2021-08-01Clean up and complete CodeEdit inspector and docsPaulb23
2021-08-01Move symbol lookup into CodeEditPaulb23
2021-08-01Move line length guidelines into CodeEditPaulb23
2021-08-01Move brace matching into CodeEditPaulb23
2021-08-01Move auto brace completion to CodeEditPaulb23
2021-07-31Make theme item overrides more obvious in the InspectorYuri Sizov
2021-07-31Merge pull request #51083 from akien-mga/variantparser-fix-crash-42115Rémi Verschelde
VariantParser: Fix uninitialized ResourceParser funcs
2021-07-30Merge pull request #50935 from Vitika9/50807Rémi Verschelde
2021-07-30VariantParser: Fix uninitialized ResourceParser funcsRémi Verschelde
They could cause a segfault when parsing values with ID "Resource" as apparently we never set a valid `func` for it. Fixes crash part of #42115.
2021-07-30Refactor layer property editor gridPouleyKetchoupp
- Now able to display up to 32 layers in physics (still 20 for render) - Adjustable grid size to fit available space in dock - Expansion icon to display more layers vertically - Layer numbers in cells to help with selection
2021-07-30Fix "Custom *" theme sections being inside "Auto Translate"Michael Alexsander
2021-07-30Merge pull request #50982 from Calinou/editor-use-bullet-pointsRémi Verschelde
Use bullet points in the editor instead of dashes where relevant
2021-07-29Use constant for reserved field countnikitalita
2021-07-29Fix binary resource loading and savingnikitalita
2021-07-29Add `auto_translate` toggle for automatic translationMichael Alexsander
2021-07-29Fix a crash when trying to load a WebP StreamTexture2DYuri Sizov
2021-07-29Name nodes added from drag & drop by `name_casing`foxydevloper
2021-07-28Fix forward calculation in PathFollow3D for the position at the end of the curveRaul Santos
2021-07-28Use bullet points in the editor instead of dashes where relevantHugo Locurcio
2021-07-28Add node configuration warning for GeometryInstance3D distanceHugo Locurcio
2021-07-28Merge pull request #50961 from YeldhamDev/embed_windows_fixesRémi Verschelde
Multiple cosmetic fixes for embedded windows
2021-07-27Multiple cosmetic fixes for embedded windowsMichael Alexsander
2021-07-27Merge pull request #50905 from fabriceci/fix-multiple-direction-collisionRémi Verschelde
Allow multiple collision direction at the same time
2021-07-27Fixed Camera2D's reset_smoothing() does not work as describedvitika9
2021-07-27Merge pull request #50355 from Calinou/immediategeometry3d-remove-remainsK. S. Ernest (iFire) Lee
Remove the remains of ImmediateGeometry3D
2021-07-27Add check to internal methods to prevent crashHaoyu Qiu
2021-07-26Merge pull request #50904 from YeldhamDev/switch_hover_embeddedRémi Verschelde
Make `switch_on_hover` work on embedded windows
2021-07-26Make `switch_on_hover` work on embedded windowsMichael Alexsander