summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Invert how `global_rate_scale` value works, and rename it to `playback_speed_...Michael Alexsander2021-08-071-3/+3
* Merge pull request #51360 from Paulb23/item-list-bg-colour-updateRémi Verschelde2021-08-071-0/+2
|\
| * Redraw on item list custom bg/fg colour changePaulb232021-08-071-0/+2
* | Fix Path3D initial forward calculationRaul Santos2021-08-071-1/+1
|/
* Preserve original name in shader params cacheAaron Franke2021-08-051-1/+2
* Fix get_used_rect() calculationkobewi2021-08-052-11/+17
* Shortcut: Rename `shortcut` property to `event`Rémi Verschelde2021-08-054-30/+25
* Fix inverted condition in CharacterBody2D/3D set_max_slidesPouleyKetchoupp2021-08-032-4/+4
* Merge pull request #51006 from foxydevloper/drag-drop-namingRémi Verschelde2021-08-031-6/+6
|\
| * Name nodes added from drag & drop by `name_casing`foxydevloper2021-07-291-6/+6
* | Merge pull request #51177 from kleonc/tab_container-drop-tab-index-fixRémi Verschelde2021-08-031-2/+2
|\ \
| * | TabContainer Fix moving dropped tab at incorrect child indexkleonc2021-08-021-2/+2
* | | Merge pull request #50986 from raulsntos/fix-path-3d-endRémi Verschelde2021-08-031-3/+15
|\ \ \
| * | | Fix forward calculation in PathFollow3D for the position at the end of the curveRaul Santos2021-07-281-3/+15
* | | | Added more input/output built-ins to visual shadersYuri Roubinsky2021-08-031-15/+57
* | | | Merge pull request #51198 from Calinou/codeedit-improve-callhint-highlightRémi Verschelde2021-08-031-2/+9
|\ \ \ \
| * | | | Improve CodeEdit's callhint highlight visibilityHugo Locurcio2021-08-021-2/+9
* | | | | Merge pull request #51042 from nikitalita/fix_binary_res_load_saveK. S. Ernest (iFire) Lee2021-08-021-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use constant for reserved field countnikitalita2021-07-291-1/+1
| * | | | Fix binary resource loading and savingnikitalita2021-07-291-4/+4
* | | | | Merge pull request #51039 from nekomatata/layer-grid-32Rémi Verschelde2021-08-021-1/+4
|\ \ \ \ \
| * | | | | Refactor layer property editor gridPouleyKetchoupp2021-07-301-1/+4
| |/ / / /
* | | | | Merge pull request #51144 from Chaosus/vs_versionYuri Roubinsky2021-08-022-14/+23
|\ \ \ \ \
| * | | | | Makes dictionary instead of string for visual shader versionYuri Roubinsky2021-08-022-14/+23
* | | | | | Merge pull request #50122 from Paulb23/code_edit_auto_brace_completionRémi Verschelde2021-08-025-424/+526
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Clean up and complete CodeEdit inspector and docsPaulb232021-08-013-10/+13
| * | | | | Move symbol lookup into CodeEditPaulb232021-08-014-90/+146
| * | | | | Move line length guidelines into CodeEditPaulb232021-08-015-47/+47
| * | | | | Move brace matching into CodeEditPaulb232021-08-015-9/+21
| * | | | | Move auto brace completion to CodeEditPaulb232021-08-014-270/+301
* | | | | | Merge pull request #51192 from timothyqiu/sdfgi-enum-rangeRémi Verschelde2021-08-021-0/+1
|\ \ \ \ \ \
| * | | | | | Validates set_sdfgi_cascades argument rangeHaoyu Qiu2021-08-021-0/+1
* | | | | | | Merge pull request #51187 from timothyqiu/vertex-index-3Rémi Verschelde2021-08-021-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix crash when number of indices to optimize is not a multiple of 3Haoyu Qiu2021-08-021-0/+1
* | | | | | | Merge pull request #51185 from timothyqiu/tile-data-enum-rangeRémi Verschelde2021-08-021-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Validate TileData enum range before using it as indexHaoyu Qiu2021-08-021-0/+1
| |/ / / / / /
* | | | | | | Merge pull request #51004 from groud/tilemap_layersRémi Verschelde2021-08-025-1212/+1496
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...Gilles Roudière2021-08-025-1212/+1496
| | |_|_|/ / | |/| | | |
* / | | | | Add null check to Tween.bind_node()kobewi2021-08-021-0/+2
|/ / / / /
* / / / / Make theme item overrides more obvious in the InspectorYuri Sizov2021-07-311-39/+40
|/ / / /
* | | | Merge pull request #51083 from akien-mga/variantparser-fix-crash-42115Rémi Verschelde2021-07-311-1/+0
|\ \ \ \
| * | | | VariantParser: Fix uninitialized ResourceParser funcsRémi Verschelde2021-07-301-1/+0
* | | | | Merge pull request #50935 from Vitika9/50807Rémi Verschelde2021-07-301-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed Camera2D's reset_smoothing() does not work as describedvitika92021-07-271-1/+1
* | | | | Fix "Custom *" theme sections being inside "Auto Translate"Michael Alexsander2021-07-301-0/+1
* | | | | Merge pull request #50982 from Calinou/editor-use-bullet-pointsRémi Verschelde2021-07-301-1/+1
|\ \ \ \ \
| * | | | | Use bullet points in the editor instead of dashes where relevantHugo Locurcio2021-07-281-1/+1
| | |_|/ / | |/| | |
* | | | | Add `auto_translate` toggle for automatic translationMichael Alexsander2021-07-2911-23/+86
| |_|/ / |/| | |
* | | | Fix a crash when trying to load a WebP StreamTexture2DYuri Sizov2021-07-291-3/+3
| |_|/ |/| |
* | | Add node configuration warning for GeometryInstance3D distanceHugo Locurcio2021-07-282-0/+13
|/ /