summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-29Make `spherical_cubic_interpolate()` more stableSilc Renew
2022-07-28Merge pull request #63400 from jynus/rst-generation-operator-syntaxRémi Verschelde
2022-07-28Patch the make_rst.py utility to handle specially operators with '<'Jcrespo
When generating rst files from xml class reference, unknown references to operators were generated, as something like: :ref:`operator <<class_Vector2_operator_lt_bool>` was rendered in html as: operator ( Vector2 right ) -it just needed escaping. The small addendum checks for operator names containing '<' and substitutes it with '\<', escaping at rst level and generating instead the right rendered html: operator < ( Vector2 right ) This affected mostly the reference pages of the VectorX family of classes. If in the future more types need escaping, a more general solution will be needed.
2022-07-28Merge pull request #62350 from Valeryn4/fix_animation_state_machineRémi Verschelde
Validate AnimationNode name in AnimationStateMachine
2022-07-28Merge pull request #63532 from TokageItLab/rename-cubic-slerpRémi Verschelde
2022-07-28Validate AnimationNode name in AnimationStateMachineValerii
Fixes #60959.
2022-07-28Merge pull request #48995 from KoBeWi/advanced_animationRémi Verschelde
2022-07-28Merge pull request #57698 from ↵Rémi Verschelde
bluenote10/feature/rename_translated_to_translated_local
2022-07-28Merge pull request #63558 from TokageItLab/skel-validatorRémi Verschelde
2022-07-28Merge pull request #63378 from nathanfranke/t3d-errorsRémi Verschelde
Add equal checks to Transform3D::looking_at and Transform3D::set_look_at, fixes misleading error.
2022-07-28Merge pull request #63248 from Rindbee/reselect-the-timing-of-first_drawRémi Verschelde
2022-07-28Merge pull request #56597 from V-Sekai/material_drag_and_dropRémi Verschelde
Add drag-and-drop support for materials in 3D Instances
2022-07-28Merge pull request #63560 from V-Sekai/named_global_crashfixRémi Verschelde
2022-07-28Merge pull request #63383 from BastiaanOlij/xr_modeRémi Verschelde
Add startup flag to override XR mode settings
2022-07-28Remove `first_draw` and reset visibility when entering treeRindbee
2022-07-28Add startup flag to override XR mode settingsBastiaan Olij
2022-07-28Merge pull request #63542 from RandomShaper/remove_get_dataRémi Verschelde
2022-07-28Merge pull request #62414 from Calinou/movie-maker-add-quit-on-endRémi Verschelde
2022-07-27Prevent hard crash in GDScriptVM when a named global can not be found.SaracenOne
2022-07-28Merge pull request #63543 from TokageItLab/fix-skeleton-renamerRémi Verschelde
Fix SkeletonRenamer & TrackOrganizer in ImporterRetarget for non bone animations such as BlendShape
2022-07-28Make BoneMapper validation stricterSilc 'Tokage' Renew
2022-07-27Merge pull request #63548 from pattlebass/master-html5-vibrateRémi Verschelde
2022-07-27HTML5: Add support for `Input.vibrate_handheld()`pattlebass
2022-07-27Merge pull request #63519 from aaronfranke/window-stretchRémi Verschelde
2022-07-27Merge pull request #63551 from bruvzg/font_cfg_dynamicRémi Verschelde
2022-07-27Merge pull request #63546 from fisher2470/masterRémi Verschelde
2022-07-27inconsistent str() error fixEdward
inconsistent str() error fix
2022-07-27Load fontconfig libraries dynamically.bruvzg
2022-07-27Allow setting a window stretch scale below 1.0Aaron Franke
2022-07-27Merge pull request #63388 from A-Lamia/sync_script_content_fixRémi Verschelde
2022-07-27Add a Movie Quit On Finish property to AnimationPlayerHugo 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-28LSP: Sanitizes protocol URI `file:///c%3A` in file pathLamia
Fixes #63205.
2022-07-28Fix SkeletonRenamer & Organizer for non bone animations (BlendShape)Silc Renew
2022-07-27Remove unintended string copiesPedro J. Estébanez
2022-07-27Merge pull request #63351 from fire-forge/array-colorsRémi Verschelde
2022-07-27Merge pull request #63538 from bruvzg/fix_linux_build_wo_fontconfigRémi Verschelde
Fix Linux build without fontconfig.
2022-07-27Merge pull request #58443 from object71/fix-editor-properties-deleted-by-mistakeRémi Verschelde
2022-07-27Reduce contrast in inspector array element backgroundsFireForge
Co-authored-by: reduz <reduzio@gmail.com>
2022-07-27Merge pull request #63138 from TokageItLab/normalize-position-trackRémi Verschelde
Add position track normalization to importer retarget
2022-07-27rename and unify notation for spherical interpolationSilc Renew
2022-07-27Fix Linux build without fontconfig.bruvzg
2022-07-27i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit 516d6b6bad68d506391a4262ba40cbceeea8be22)
2022-07-27i18n: Sync editor translations with WeblateRémi Verschelde
(cherry picked from commit 5e66d2e2c4103ba4c7d178409da2a721bcb6d842)
2022-07-27Merge pull request #63530 from akien-mga/doc-makerst-relpathRémi Verschelde
2022-07-27doc: Fix relative paths in `make_rst.py` generated commentRémi Verschelde
Follow-up to #63495.
2022-07-27Merge pull request #62973 from bruvzg/sysfont_supportRémi Verschelde
2022-07-27Merge pull request #63495 from YuriSizov/docs-improve-autogen-noteRémi Verschelde
2022-07-27Merge pull request #63296 from RandomShaper/fix_vk_singleviewRémi Verschelde
2022-07-27Merge pull request #63380 from V-Sekai/fix-cubic-slerp-dotRémi Verschelde
2022-07-27Fill view and correlation masks correctly for single view in Vulkan RDPedro J. Estébanez