Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-27 | Add a Movie Quit On Finish property to AnimationPlayer | Hugo Locurcio | |
This quits the project when an animation is done playing in the given AnimationPlayer, but only in Movie Maker mode. When this happens, a message is printed with the absolute path of the AnimationPlayer node that caused the engine to quit. This can be used to create videos that stop at a specified time without having to write any script. A report is now also printed to the console when the video is done recording (as long as the engine was exited properly). This report is unfortunately not always visible in the editor's Output panel, as it's printed too late. A method was also added to get the path to the output file from the scripting API. | |||
2022-07-27 | Merge pull request #63351 from fire-forge/array-colors | Rémi Verschelde | |
2022-07-27 | Merge pull request #63538 from bruvzg/fix_linux_build_wo_fontconfig | Rémi Verschelde | |
Fix Linux build without fontconfig. | |||
2022-07-27 | Merge pull request #58443 from object71/fix-editor-properties-deleted-by-mistake | Rémi Verschelde | |
2022-07-27 | Reduce contrast in inspector array element backgrounds | FireForge | |
Co-authored-by: reduz <reduzio@gmail.com> | |||
2022-07-27 | Merge pull request #63138 from TokageItLab/normalize-position-track | Rémi Verschelde | |
Add position track normalization to importer retarget | |||
2022-07-27 | Fix Linux build without fontconfig. | bruvzg | |
2022-07-27 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 516d6b6bad68d506391a4262ba40cbceeea8be22) | |||
2022-07-27 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 5e66d2e2c4103ba4c7d178409da2a721bcb6d842) | |||
2022-07-27 | Merge pull request #63530 from akien-mga/doc-makerst-relpath | Rémi Verschelde | |
2022-07-27 | doc: Fix relative paths in `make_rst.py` generated comment | Rémi Verschelde | |
Follow-up to #63495. | |||
2022-07-27 | Merge pull request #62973 from bruvzg/sysfont_support | Rémi Verschelde | |
2022-07-27 | Merge pull request #63495 from YuriSizov/docs-improve-autogen-note | Rémi Verschelde | |
2022-07-27 | Merge pull request #63296 from RandomShaper/fix_vk_singleview | Rémi Verschelde | |
2022-07-27 | Merge pull request #63380 from V-Sekai/fix-cubic-slerp-dot | Rémi Verschelde | |
2022-07-27 | Fill view and correlation masks correctly for single view in Vulkan RD | Pedro J. Estébanez | |
2022-07-27 | Merge pull request #63314 from RandomShaper/validate_vrs_format | Rémi Verschelde | |
2022-07-27 | Improve the autogenerated note in RST docs for class reference | Yuri Sizov | |
2022-07-27 | Merge pull request #62364 from clayjohn/GLES3-sky-optimization | Rémi Verschelde | |
2022-07-27 | Merge pull request #63325 from EIRTeam/typed_array_fix | Rémi Verschelde | |
2022-07-27 | Merge pull request #63355 from YeldhamDev/directional_tooltip | Rémi Verschelde | |
2022-07-27 | Merge pull request #63406 from Zylann/init_viewport_fields | Rémi Verschelde | |
2022-07-27 | Merge pull request #63440 from YuriSizov/joints-six-degrees-of-order | Rémi Verschelde | |
2022-07-27 | Merge pull request #63121 from aaronfranke/editor-export-split | Rémi Verschelde | |
2022-07-27 | Merge pull request #62362 from clayjohn/VULKAN-halo | Rémi Verschelde | |
2022-07-27 | Merge pull request #63318 from YuriSizov/control-code-reorg | Rémi Verschelde | |
2022-07-27 | Merge pull request #63463 from KoBeWi/Vector5 | Rémi Verschelde | |
Add some missing Vector4 methods | |||
2022-07-27 | Merge pull request #63510 from asmaloney/add-missing-type-hints | Rémi Verschelde | |
2022-07-27 | Merge pull request #58296 from Calinou/decal-distance-fade-tweak-defaults | Rémi Verschelde | |
2022-07-27 | Merge pull request #63477 from Chaosus/shader_fix_fog | Rémi Verschelde | |
2022-07-27 | Merge pull request #63494 from akien-mga/color-fix-set-hsv | Rémi Verschelde | |
2022-07-26 | Use full size mipmaps for reflections when in high-quality mode | clayjohn | |
2022-07-27 | Merge pull request #63522 from Chaosus/shader_fix_projection | Yuri Rubinsky | |
2022-07-27 | Merge pull request #63521 from Chaosus/vs_fix_connections | Rémi Verschelde | |
Add a check to prevent duplicating connections in visual shader | |||
2022-07-27 | Merge pull request #63345 from BastiaanOlij/split_geometry_instance | Rémi Verschelde | |
Cleanup RendererSceneRender::GeometryInstance | |||
2022-07-27 | Fix incorrect conversion of default value for mat4 uniform in shaders | Yuri Rubinsky | |
2022-07-27 | Fix `FOG` built-in in spatial/fragment shader | Yuri Rubinsky | |
2022-07-27 | Add a check to prevent duplicating connections in visual shader | Yuri Rubinsky | |
2022-07-27 | Change RendererSceneRender::GeometryInstance so more code is shared among ↵ | Bastiaan Olij | |
renderers | |||
2022-07-27 | Tweak Decal distance fade defaults and add property hints | Hugo Locurcio | |
The new default values are more usable in real world scenarios when smooth fading of distant decals is desired for performance reasons. The Decal distance fade property hints were adjusted based on the GeometryInstance3D visibility range fade property hints. `or_greater` was also added to allow specifying larger values if needed. | |||
2022-07-27 | Merge pull request #62888 from ↵ | Hugo Locurcio | |
Calinou/editor-material-preview-improve-appearance Improve appearance of the material editor preview | |||
2022-07-26 | Add Vector4 documentation | kobewi | |
2022-07-26 | Add missing Python type hints in tools/make_rst.py | Andy Maloney | |
2022-07-26 | Reorganize code of control.cpp for better maintainability | Yuri Sizov | |
2022-07-26 | Merge pull request #63505 from RedMser/fix-unnamed-args | Yuri Sizov | |
Fix unnamed arguments in XML docs | |||
2022-07-26 | Merge pull request #62415 from Calinou/movie-maker-change-window-title | Rémi Verschelde | |
Change window title in Movie Maker mode to display useful information | |||
2022-07-26 | Merge pull request #63499 from RandomShaper/reset_same_crash_handler_flag | Rémi Verschelde | |
Keep crash handler status on editor restart | |||
2022-07-26 | Merge pull request #63323 from RandomShaper/const_ref_capabilities | Rémi Verschelde | |
Avoid copies of structures when returning Vulkan capabilities | |||
2022-07-26 | Fix unnamed arguments in XML docs | RedMser | |
2022-07-26 | Keep crash handler status on editor restart | Pedro J. Estébanez | |