summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-18Decrease editor shadow maximum distance to match DirectionalLight3D defaultHugo Locurcio
This improves shadow texel density, leading to improved visual quality (and higher performance in large scenes, as fewer objects will be included in the shadow map).
2022-08-18Merge pull request #62298 from Diddykonga/select_current_saveYuri Sizov
[Editor]: Allow `Select Current` to Save Scenes
2022-08-18Merge pull request #64534 from YuriSizov/docs-navigation-takes-a-napMax Hilbrunner
Fix a typo in navigation server documentation
2022-08-18Merge pull request #64551 from asmaloney/doc-grammar-amount-numberMax Hilbrunner
[doc] Fix grammar in class docs: amount vs. number
2022-08-18Merge pull request #63635 from asmaloney/add-python-type-hintsYuri Sizov
Add Python PEP 484/526 type hints to doc/tools/doc_status.py
2022-08-17Merge pull request #64416 from aaronfranke/aabbClay John
Don't try to merge unused bone AABBs in the rendering server
2022-08-17[doc] Fix grammar in class docs: amount vs. numberAndy Maloney
Number is used for things that can be counted (discrete items - think "integer" in this context). Also fixes a couple of awkward phrases.
2022-08-17Fix a typo in navigation server documentationYuri Sizov
2022-08-17Merge pull request #64344 from asmaloney/doc-animation-node-virtualsMax Hilbrunner
[doc] Clarify that AnimationNode virtual methods need to be implemented rather than called directly
2022-08-17Merge pull request #64389 from Calinou/doc-scenetree-debug-no-runtime-changeMax Hilbrunner
Document run-time SceneTree debug property changes not working correctly
2022-08-17Merge pull request #64407 from aaronfranke/fix-camera-size-docMax Hilbrunner
Fix incorrect Camera3D size documentation
2022-08-17Merge pull request #64515 from KoBeWi/PopupPanelContainerMax Hilbrunner
Mention the stretching behavior of PopupPanel
2022-08-17Merge pull request #64230 from YuriSizov/makerst-more-robust-tag-parserMax Hilbrunner
Improve the `make_rst.py` parser for BBCode tags
2022-08-17Mention the stretching behavior of PopupPanelkobewi
2022-08-16Merge pull request #52212 from ↵Yuri Sizov
thenegativehunter2/master_texture_array_normal_added Add an import option to force TextureArrays as normal maps for RGTC Compression(redo)
2022-08-16Merge pull request #64483 from danboo/system-font-use-first-match-fixHugo Locurcio
2022-08-15break out of font search loop after first matchdanboo
The documentation for the font_names property indicates: Array of font family names to search, first matching font found is used.
2022-08-15Merge pull request #64439 from YuriSizov/docs-line2d-clarityYuri Sizov
Clarify the `Line2D`, `Curve2D/3D` documentation and fix parameter names
2022-08-15Merge pull request #64421 from m4gr3d/investigate_read_write_access_loss_mainFredia Huya-Kouadio
Fix issue preventing the Android Editor from displaying the project content
2022-08-15Clarify the Line2D, Curve2D/3D documentation and fix parameter namesYuri Sizov
2022-08-15Merge pull request #64128 from and3rson/convert3to4-fixes-3Clay John
Add conversion for instance(), set_shader_param() and node path literals
2022-08-15Improve the `make_rst.py` parser for BBCode tagsYuri Sizov
2022-08-15[doc] Clarify that AnimationNode virtual methods need to be implemented ↵Andy Maloney
rather than called directly Fixes #62379
2022-08-15Merge pull request #64314 from YuriSizov/control-theme-item-cacheYuri Sizov
Add dumb theme item cache to `Control`
2022-08-15Merge pull request #64333 from asmaloney/doc-params-8Yuri Sizov
[doc] Use "param" instead of "code" to refer to parameters (8)
2022-08-15Merge pull request #64331 from asmaloney/doc-params-7Yuri Sizov
[doc] Use "param" instead of "code" to refer to parameters (7)
2022-08-15Merge pull request #64328 from asmaloney/doc-params-6Yuri Sizov
[doc] Use "param" instead of "code" to refer to parameters (6)
2022-08-15Merge pull request #64319 from asmaloney/doc-params-5Yuri Sizov
[doc] Use "param" instead of "code" to refer to parameters (5)
2022-08-15[doc] Use "param" instead of "code" to refer to parameters (5)Andy Maloney
2022-08-15Merge pull request #63872 from Chaosus/shader_branch_colorRémi Verschelde
Implement coloring for disabled branches in the shader editor
2022-08-15Disable threads used to check on plugins to loadFredia Huya-Kouadio
The functionality is unavailable on Android (requires export capability) and unnecessarily consumes resources
2022-08-15Fix issue preventing the Android Editor from displaying the project contentFredia Huya-Kouadio
The issue was causing by a bug within the logic for `FileAccessFilesystemJAndroid#eof_reached()` causing that value to remain false after the eof was reached. This in turn caused an infinite loop in the file scanner preventing the project's content from showing up.
2022-08-15Merge pull request #64341 from clayjohn/GLES3-lightsRémi Verschelde
Bind uniform buffer locations for lights even when no lights present
2022-08-14Don't try to merge unused bone AABBs in the rendering serverAaron Franke
2022-08-14Merge pull request #63122 from m4gr3d/split_can_export_mainFredia Huya-Kouadio
Refactor the export checking logic to improve separation of concerns
2022-08-14Merge pull request #64403 from aaronfranke/gltf-docAaron Franke
Document GLTFLight and GLTFSpecGloss
2022-08-14Fix incorrect Camera3D size documentationAaron Franke
2022-08-14Document GLTFLight and GLTFSpecGlossAaron Franke
2022-08-14Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio
2022-08-14Document run-time SceneTree debug property changes not working correctlyHugo Locurcio
2022-08-14Implement coloring for disabled branches in the shader editorYuri Rubinsky
2022-08-12Bind uniform buffer locations for lights even when no lights present to ↵clayjohn
comply with strict webGL drivers
2022-08-12Merge pull request #64310 from Chaosus/shader_texture_funcsYuri Rubinsky
2022-08-12[doc] Use "param" instead of "code" to refer to parameters (8)Andy Maloney
2022-08-12Merge pull request #64307 from Chaosus/shader_texture_proj_gradYuri Rubinsky
2022-08-12Add `textureQueryLod/Levels` functions to the shader languageYuri Rubinsky
2022-08-12[doc] Use "param" instead of "code" to refer to parameters (7)Andy Maloney
2022-08-12[doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney
2022-08-12Merge pull request #64306 from RandomShaper/win_spawn_textClay John
Fix jumbled error output when using Windows spawn fix
2022-08-12Merge pull request #64285 from asmaloney/doc-params-4Yuri Sizov
[doc] Use "param" instead of "code" to refer to parameters (4)