Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-18 | added Curve in animation node transition for better control over cros… | Silc Renew | |
Co-authored-by: jeronimo-schreyer <jeronimo.schreyer@gmail.com> | |||
2022-08-17 | Merge pull request #64344 from asmaloney/doc-animation-node-virtuals | Max Hilbrunner | |
[doc] Clarify that AnimationNode virtual methods need to be implemented rather than called directly | |||
2022-08-17 | Merge pull request #64389 from Calinou/doc-scenetree-debug-no-runtime-change | Max Hilbrunner | |
Document run-time SceneTree debug property changes not working correctly | |||
2022-08-17 | Merge pull request #64407 from aaronfranke/fix-camera-size-doc | Max Hilbrunner | |
Fix incorrect Camera3D size documentation | |||
2022-08-17 | Merge pull request #64515 from KoBeWi/PopupPanelContainer | Max Hilbrunner | |
Mention the stretching behavior of PopupPanel | |||
2022-08-17 | Merge pull request #64230 from YuriSizov/makerst-more-robust-tag-parser | Max Hilbrunner | |
Improve the `make_rst.py` parser for BBCode tags | |||
2022-08-17 | Mention the stretching behavior of PopupPanel | kobewi | |
2022-08-16 | Merge 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-16 | Merge pull request #64483 from danboo/system-font-use-first-match-fix | Hugo Locurcio | |
2022-08-15 | break out of font search loop after first match | danboo | |
The documentation for the font_names property indicates: Array of font family names to search, first matching font found is used. | |||
2022-08-15 | Merge pull request #64439 from YuriSizov/docs-line2d-clarity | Yuri Sizov | |
Clarify the `Line2D`, `Curve2D/3D` documentation and fix parameter names | |||
2022-08-15 | Merge pull request #64421 from m4gr3d/investigate_read_write_access_loss_main | Fredia Huya-Kouadio | |
Fix issue preventing the Android Editor from displaying the project content | |||
2022-08-15 | Clarify the Line2D, Curve2D/3D documentation and fix parameter names | Yuri Sizov | |
2022-08-15 | Merge pull request #64128 from and3rson/convert3to4-fixes-3 | Clay John | |
Add conversion for instance(), set_shader_param() and node path literals | |||
2022-08-15 | Improve the `make_rst.py` parser for BBCode tags | Yuri Sizov | |
2022-08-15 | [doc] Clarify that AnimationNode virtual methods need to be implemented ↵ | Andy Maloney | |
rather than called directly Fixes #62379 | |||
2022-08-15 | Merge pull request #64314 from YuriSizov/control-theme-item-cache | Yuri Sizov | |
Add dumb theme item cache to `Control` | |||
2022-08-15 | Merge pull request #64333 from asmaloney/doc-params-8 | Yuri Sizov | |
[doc] Use "param" instead of "code" to refer to parameters (8) | |||
2022-08-15 | Merge pull request #64331 from asmaloney/doc-params-7 | Yuri Sizov | |
[doc] Use "param" instead of "code" to refer to parameters (7) | |||
2022-08-15 | Merge pull request #64328 from asmaloney/doc-params-6 | Yuri Sizov | |
[doc] Use "param" instead of "code" to refer to parameters (6) | |||
2022-08-15 | Merge pull request #64319 from asmaloney/doc-params-5 | Yuri 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-15 | Merge pull request #63872 from Chaosus/shader_branch_color | Rémi Verschelde | |
Implement coloring for disabled branches in the shader editor | |||
2022-08-15 | Disable threads used to check on plugins to load | Fredia Huya-Kouadio | |
The functionality is unavailable on Android (requires export capability) and unnecessarily consumes resources | |||
2022-08-15 | Fix issue preventing the Android Editor from displaying the project content | Fredia 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-15 | Merge pull request #64341 from clayjohn/GLES3-lights | Rémi Verschelde | |
Bind uniform buffer locations for lights even when no lights present | |||
2022-08-14 | Merge pull request #63122 from m4gr3d/split_can_export_main | Fredia Huya-Kouadio | |
Refactor the export checking logic to improve separation of concerns | |||
2022-08-14 | Merge pull request #64403 from aaronfranke/gltf-doc | Aaron Franke | |
Document GLTFLight and GLTFSpecGloss | |||
2022-08-14 | Fix incorrect Camera3D size documentation | Aaron Franke | |
2022-08-14 | Document GLTFLight and GLTFSpecGloss | Aaron Franke | |
2022-08-14 | Refactor the export checking logic to improve separation of concerns | Fredia Huya-Kouadio | |
2022-08-14 | Document run-time SceneTree debug property changes not working correctly | Hugo Locurcio | |
2022-08-14 | Implement coloring for disabled branches in the shader editor | Yuri Rubinsky | |
2022-08-12 | Bind uniform buffer locations for lights even when no lights present to ↵ | clayjohn | |
comply with strict webGL drivers | |||
2022-08-12 | Merge pull request #64310 from Chaosus/shader_texture_funcs | Yuri Rubinsky | |
2022-08-12 | [doc] Use "param" instead of "code" to refer to parameters (8) | Andy Maloney | |
2022-08-12 | Merge pull request #64307 from Chaosus/shader_texture_proj_grad | Yuri Rubinsky | |
2022-08-12 | Add `textureQueryLod/Levels` functions to the shader language | Yuri 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-12 | Merge pull request #64306 from RandomShaper/win_spawn_text | Clay John | |
Fix jumbled error output when using Windows spawn fix | |||
2022-08-12 | Merge pull request #64285 from asmaloney/doc-params-4 | Yuri Sizov | |
[doc] Use "param" instead of "code" to refer to parameters (4) | |||
2022-08-12 | Merge pull request #64196 from asmaloney/doc-params-3 | Yuri Sizov | |
[doc] Use "param" instead of "code" to refer to parameters #3 | |||
2022-08-12 | Add dumb theme item cache to Control | Yuri Sizov | |
2022-08-12 | Add `textureProjGrad` function to the shader language | Yuri Rubinsky | |
2022-08-12 | Fix jumbled error output when using Windows spawn fix | Pedro J. Estébanez | |
2022-08-12 | Merge pull request #64219 from Calinou/voxelgi-fix-ormmaterial3d | Hugo Locurcio | |
2022-08-11 | Merge pull request #64225 from ↵ | Hugo Locurcio | |
Calinou/3d-scaling-bilinear-use-negative-mipmap-bias | |||
2022-08-11 | Fix ORMMaterial3D not being taken into account by static VoxelGI | Hugo Locurcio | |
2022-08-11 | Merge pull request #63582 from KoBeWi/power_shader | Clay John | |
Improvements to shader editor |