summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-23Merge pull request #70457 from clayjohn/RD-particles-updateRémi Verschelde
Avoid updating particles during 2D rendering
2022-12-23Merge pull request #70455 from clayjohn/RD-particle-trailRémi Verschelde
Check for disabled particle trail particle before initializing particle trail
2022-12-23Merge pull request #70466 from clayjohn/material-overrideRémi Verschelde
Remove compatibility code for MeshInstance3D surface override material
2022-12-23Merge pull request #70151 from ↵Rémi Verschelde
stmSi/fix-profiler-and-visual-profiler-start-stop-state-inconsistency Fix: Profiler and Visual Profiler start/stop state inconsistency
2022-12-23Merge pull request #70278 from ↵Rémi Verschelde
TokageItLab/add-animation-started-finished-signal-to-tree Add `animation_started/finished` signals to `AnimationTree` and fix time accuracy in StateMachine
2022-12-23Merge pull request #69797 from TokageItLab/time-edit-inspector-pluginRémi Verschelde
Animation: Add inspector plugin for key time edit & Change `track_find_key()` argument to find key with approximate
2022-12-23Merge pull request #70447 from akien-mga/pcre2-10.42Rémi Verschelde
pcre2: Update to upstream version 10.42
2022-12-23Merge pull request #70456 from Calinou/project-manager-opengl-wipRémi Verschelde
Mention that the Compatibility rendering backend is work-in-progress
2022-12-23Merge pull request #65312 from SaracenOne/auto_advance_behaviourRémi Verschelde
Make auto-advance flag a requirement for conditional/expression evaluation
2022-12-23Merge pull request #70460 from Chaosus/shader_fix_varyingsYuri Rubinsky
2022-12-23Fix shader crash when using boolean type for vertex->fragment varyingsYuri Rubinsky
2022-12-22Remove compatibility code for MeshInstance3D surface override materialclayjohn
2022-12-23Fix: Profiler and Visual Profiler start/stop state inconsistencystmSi
2022-12-22Merge pull request #70459 from twaritwaikar/fix-split-diffRémi Verschelde
VCS: Fix split diff's overlapping fields
2022-12-23Merge pull request #70407 from Koyper/rich_text_bold_italicsYuri Sizov
[RTL] Fix push bold or italics not using bold_italics_font when required
2022-12-23VCS: Fix split diff's overlapping fieldsTwarit Waikar
Also adjusts the spacing nearby the diff contents.
2022-12-22Fixed RichTextLabel push bold/italic to correctly use bold_italic font.Koyper
2022-12-22Avoid updating particles during 2D renderingclayjohn
In 2D the particle uniform set isn't obtained until the render pass. So in 2D just avoid rendering if not updated yet.
2022-12-22Mention that the Compatibility rendering backend is work-in-progressHugo Locurcio
2022-12-22Check for disabled particle trail particle before initializing particle trailclayjohn
2022-12-22Revert "Queue inspector tree update when changing the theme."Rémi Verschelde
This reverts commit c0baec410b0617ddb36c278230f3b60da1444af6. See comments in #70381.
2022-12-22pcre2: Update to upstream version 10.42Rémi Verschelde
Changelog: https://github.com/PCRE2Project/pcre2/blob/pcre2-10.42/ChangeLog This should also fix support for RISC-V architectures, at least in the sljit library.
2022-12-22Merge pull request #70439 from smix8/navigationmesh_depr_slashdemi_4.xRémi Verschelde
Remove deprecated NavigationMesh compatibility parts
2022-12-22Merge pull request #70440 from rune-scape/null-againRémi Verschelde
Fix GDScript analyzer null literal
2022-12-22Merge pull request #70138 from anvilfolk/signalsRémi Verschelde
Add MethodInfo to signal datatype
2022-12-22Merge pull request #70435 from Chaosus/gds_remove_unused_codeRémi Verschelde
Remove unused code paragraph from gdscript_editor.cpp/complete_code
2022-12-22Fix GDScript analyzer null literalrune-scape
2022-12-22Remove deprecated NavigationMesh compatibility partssmix8
Removes _set / _get compatibility function parts for deprecated NavigationMesh slash delimiter properties.
2022-12-22Remove unused code paragraph from gdscript_editor.cpp/complete_codeYuri Rubinsky
2022-12-22Merge pull request #70334 from Sauermann/fix-button-group-docRémi Verschelde
Add configuration warning when ButtonGroup is used with non-toggleable buttons
2022-12-22Merge pull request #70413 from Koyper/rtl_rename_remove_lineRémi Verschelde
[RTL] Rename remove_line() to remove_paragraph() for naming consistancy.
2022-12-22Merge pull request #37001 from jitspoe/master.anim_blend_fixRémi Verschelde
Fix for short animation blend taking too long when played during a long animation blend.
2022-12-22Add configuration warning when ButtonGroup is used with non-toggleable buttonsMarkus Sauermann
Also fix ambiguous documentation of ButtonGroup.
2022-12-21Add MethodInfo to signal datatypeocean (they/them)
2022-12-22Add inspector plugin for key time edit & Change find key argumentSilc Renew
2022-12-21Fix animation blending bug where an animation with a short blend time played ↵jitspoe
immediately after an animation with a long blend time would play with a long blend time or cause popping/incorrect animation positions.
2022-12-21Merge pull request #70422 from clayjohn/RD-trailsRémi Verschelde
Disable particle trails particles when parent parent is not active.
2022-12-21Disable particle trails particles when parent parent is not active.clayjohn
2022-12-21Merge pull request #70419 from Maran23/4-x-editor-layout-dialog-improvementsRémi Verschelde
Do not add child twice and set initial focus in editor layout dialog
2022-12-21Merge pull request #70418 from clayjohn/RD-particlesRémi Verschelde
Ensure that particles are processed at least once before being used
2022-12-21Merge pull request #69349 from reejk/tilemap-use-navigation-layer-layersRémi Verschelde
Use TileSet navigation layer layers when TileMap generates navigation polygons
2022-12-21Do not add child twice and set initial focusMarius Hanl
2022-12-21Merge pull request #68255 from jbcolli2/ColorPickerBugRémi Verschelde
Fixed Issue #68194 involving ColorPicker being allowed to align horizontally when it shouldn't
2022-12-21Merge pull request #70391 from TyounanMOTI/fix-basis-universal-transcodeRémi Verschelde
Fix Basis Universal format texture rendering failure
2022-12-21Merge pull request #62029 from Maran23/optional-default-value-project-settingsRémi Verschelde
Allow to specify a default value in `ProjectSettings.get_setting()`
2022-12-21Ensure that particles are processed at least once before being usedclayjohn
2022-12-22Use TileSet navigation layer layers when TileMap generates navigation polygonsreejk
2022-12-21Added the possibility to define a default value in ↵Marius Hanl
ProjectSettings.get_setting(), which is used when no setting is set. Also added tests for the project settings. Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
2022-12-21Merge pull request #69688 from smix8/navagent_stop_origin_automove_4.xRémi Verschelde
Stop NavigationAgents without a target from moving to world origin
2022-12-21Merge pull request #67111 from DarkKilauea/nav-queries-linkRémi Verschelde
Added signal to NavigationAgent when entering a link