summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #99677 from syntaxerror247/patch-1Thaddeus Crews2024-11-271-1/+1
|\ | | | | | | Update `screen_get_scale` documentation.
| * Update screen_get_scale documentation.Anish Mishra2024-11-251-1/+1
| |
* | Merge pull request #98012 from syntaxerror247/lineEdit-bug-fixThaddeus Crews2024-11-272-3/+9
|\ \ | | | | | | | | | Fix uneditable `LineEdit`, `TextEdit` and `CodeEdit` virtual keyboard popup on mobile
| * | Fix uneditable LineEdit, TexEdit and CodeEdit Virtual Keyboard popupAnish Mishra2024-10-172-3/+9
| | |
* | | Merge pull request #97884 from passivestar/list-variationsThaddeus Crews2024-11-2724-0/+35
|\ \ \ | | | | | | | | | | | | Add theme type variations for secondary Trees and ItemLists
| * | | Add theme type variations for secondary Trees and ItemListspassivestar2024-11-1924-0/+35
| | | |
* | | | Merge pull request #98901 from ↵Thaddeus Crews2024-11-271-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | adamscott/add-editor-ensure-crossorigin-isolation-headers [Web] Ensure editor crossorigin isolation headers
| * | | | Ensure editor crossorigin isolation headersAdam Scott2024-11-211-0/+1
| | | | |
* | | | | Merge pull request #80965 from Calinou/viewport-add-get-stretch-scale-factorThaddeus Crews2024-11-274-1/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add a Viewport method to get automatically computed 2D stretch transform
| * | | | | Add a Viewport method to get automatically computed 2D stretch transformHugo Locurcio2024-11-194-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Viewport.get_stretch_transform()` returns the automatically computed 2D stretch transform. Combined with `Transform2D.get_scale()`, this is useful when using the `canvas_items` stretch mode in a project. There are many situations where knowing this factor is useful: - Divide Camera2D zoom to keep the size of the 2D game world identical regardless of the 2D scale factor (so that UI elements can still be scaled). - Make certain controls always drawn at 1:1 scale (e.g. for the crosshair in a FPS). This is done by dividing the Control node's scale by the scale factor.
* | | | | | Merge pull request #85443 from smix8/gridmap_castshadowsThaddeus Crews2024-11-276-0/+77
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add ShadowCastingSetting to MeshLibrary / GridMap items
| * | | | | | Add ShadowCastingSetting to MeshLibrary / GridMap itemssmix82024-11-276-0/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds ShadowCastingSetting to MeshLibrary / GridMap items.
* | | | | | | Merge pull request #97346 from DevPoodle/vertex-attribute-docsThaddeus Crews2024-11-271-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add descriptions to RDVertexAttribute's properties
| * | | | | | | Add descriptions to RDVertexAttribute's propertiesDevPoodle2024-09-231-0/+5
| | | | | | | |
* | | | | | | | Merge pull request #99385 from syntaxerror247/file_picker_extension_supportThaddeus Crews2024-11-271-3/+43
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement extension support for native file dialog on Android
| * | | | | | | | Android: Extension support for native file dialogAnish Mishra2024-11-191-3/+43
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #98489 from Flarkk/fix_project_positionThaddeus Crews2024-11-272-2/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Camera3D::project_position() when depth=zfar
| * | | | | | | | Fix Camera3D::project_position() when depth=zfarFlorent Guiocheau2024-10-242-2/+11
| | | | | | | | |
* | | | | | | | | Merge pull request #95795 from yahkr/95769-animation-crashThaddeus Crews2024-11-271-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix crash when re-importing model with AnimationPlayer panel open and node selected
| * | | | | | | | | Fix crash when re-importing model with AnimationPlayer panel open and node ↵Yahkub-R2024-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | selected
* | | | | | | | | | Merge pull request #99761 from Repiteo/style/clang-format-downgradeThaddeus Crews2024-11-272-49/+9
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Style: Downgrade `.clang-format` arguments to 17.x
| * | | | | | | | | | Style: Downgrade `.clang-format` arguments to 17.xThaddeus Crews2024-11-272-49/+9
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #99743 from clayjohn/material-texture-maskThaddeus Crews2024-11-271-7/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Vector4 for texture mask in BaseMaterial to avoid converting to and from Plane
| * | | | | | | | | | Use Vector4 for texture mask in BaseMaterial to avoid converting to and from ↵clayjohn2024-11-261-7/+7
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Plane
* | | | | | | | | | Merge pull request #96544 from SaracenOne/import_thumbnailsThaddeus Crews2024-11-275-1/+192
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generate thumbnails on imported scenes.
| * | | | | | | | | | Generate editor thumbnails on imported scenes.Saracen2024-11-245-1/+192
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #97311 from pafuent/adding_udp_server_unit_testsThaddeus Crews2024-11-272-0/+294
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add unit tests for UDPServer
| * | | | | | | | | | | Add unit tests for UDPServerPablo Andres Fuente2024-11-222-0/+294
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR aims to help "fix" #43440
* | | | | | | | | | | Merge pull request #99740 from tdaven/fix-99661Thaddeus Crews2024-11-271-0/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure primitive meshes are created before connected to changed signal.
| * | | | | | | | | | | Ensure primitive meshes are created before connected to changed signal.Trevor Davenport2024-11-261-0/+3
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Primitive meshes are special in that they aren't created until calling one of their methods which cause it to actually create the mesh resources. If this is not done early enough, a changed signal can be triggered from an unexpected thread resulting in a threading warning. This follows the pattern of mesh_instance_3d which also does this before connecting to the change signal. Future cleanup could provide a better means to populate the meshes.
* | | | | | | | | | | Merge pull request #90778 from timothyqiu/cam-previewThaddeus Crews2024-11-276-40/+79
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Camera3D preview in Inspector
| * | | | | | | | | | | Add Camera3D preview in InspectorHaoyu Qiu2024-05-056-40/+79
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #99606 from jamie-pate/fix_99592Thaddeus Crews2024-11-271-6/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix gl_compatibility lightmap uniforms not being set
| * | | | | | | | | | | | Fix gl_compatibility lightmap uniforms not being setJamie Pate2024-11-231-6/+5
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #99592 The following variables were set too early, and later code never ran.. prev_shader, prev_variant, prev_spec_constants variables These variables were shared in two different branch conditions but were updated inside the first one, so the second could never be true.. The condition to update lighting also should check prev_spec_constants since it updates that uniform.
* | | | | | | | | | | | Merge pull request #99220 from Flarkk/fix_sss_reverse_zThaddeus Crews2024-11-271-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix regression in SSS with reverse-z
| * | | | | | | | | | | | Fix SSS with reverse-zFlorent Guiocheau2024-11-261-2/+2
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #99091 from Mickeon/documentation-object-boolean-context-4.4Thaddeus Crews2024-11-271-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation note on Object's boolean context
| * | | | | | | | | | | | Add documentation note on Object's boolean contextMicky2024-11-111-0/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #99600 from Spartan322/permit/non-spec-ddsThaddeus Crews2024-11-271-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Round DDS width/height to next divisor multiple for block compression
| * | | | | | | | | | | | | Round DDS width/height to next divisor multiple for block compressionSpartan3222024-11-251-0/+9
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #99079 from FlooferLand/patch-1Thaddeus Crews2024-11-271-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add note about LightmapGI only baking nodes under its parent
| * | | | | | | | | | | | | | Add note about LightmapGI only baking nodes under its parentFlooferLand!2024-11-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `LightmapGI`'s documentation currently doesn't mention the fact it only bakes nodes under its parent. This can make the user think there is something wrong with their scene setup or 3D models, as it refuses to bake when the user's models / world isn't under the same parent as the `LightmapGI`.
* | | | | | | | | | | | | | | Merge pull request #97924 from passivestar/plugin-tooltipThaddeus Crews2024-11-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix plugin creation dialog script name tooltip
| * | | | | | | | | | | | | | | Fix plugin creation dialog script name tooltippassivestar2024-10-071-1/+1
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #99459 from bruvzg/svg_font_fixThaddeus Crews2024-11-278-383/+125
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix SVG font rendering.
| * | | | | | | | | | | | | | | Fix SVG font rendering.Pāvels Nadtočajevs2024-11-218-383/+125
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #98419 from KoBeWi/dialog_scalarThaddeus Crews2024-11-261-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve Scale Selection in Animation tab
| * | | | | | | | | | | | | | | | Improve Scale Selection in Animation tabkobewi2024-10-221-1/+5
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #99563 from akien-mga/fix-projection-stringificationThaddeus Crews2024-11-263-8/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix stringification of Projection
| * | | | | | | | | | | | | | | | | Fix stringification of ProjectionRémi Verschelde2024-11-253-8/+6
| | | | | | | | | | | | | | | | | |