Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-23 | Merge pull request #70486 from raulsntos/dotnet/convert-to | Ignacio Roldán Etcheverry | |
C#: Rename `ConvertToX` methods | |||
2022-12-23 | Merge pull request #70483 from raulsntos/dotnet/forbid-init-properties | Ignacio Roldán Etcheverry | |
C#: Disallow init-only properties | |||
2022-12-23 | C#: Rename `ConvertToX` methods | Raul Santos | |
- Renamed `ConvertToX` to `ConvertToNativeX`. - Renamed `ConvertToXObject` to `ConvertToX`. - Renamed `ConvertToXManaged` to `ConvertToX`. - Fix `Signal` name in bindings generator and csharp script. | |||
2022-12-23 | Merge pull request #70441 from matt08-prog/doc-ArrayMesh | Yuri Sizov | |
Clarify the description of ArrayMesh::regen_normal_maps | |||
2022-12-23 | C#: Disallow init-only properties | Raul Santos | |
ReadOnly properties are currently not allowed because the generated code needs to set them, this also apply to `init` properties because they need to be set after initialization. | |||
2022-12-23 | Revert "pcre2: Update to upstream version 10.42" | Rémi Verschelde | |
This reverts commit 62c3e4ab9c87689ff0b7d27350bde176981daf1b. Needs more work, see comments about `_regex_free` errors in #70447. | |||
2022-12-23 | Merge pull request #69998 from BastiaanOlij/sorting-pivot-4 | Rémi Verschelde | |
Added options for sorting transparent objects (port of PR #63040) | |||
2022-12-23 | Added options for sorting transparent objects (port of PR 63040) | Bastiaan Olij | |
2022-12-23 | changed wording for ArrayMesh::regen_normal_maps' description | matt08-prog | |
2022-12-23 | Merge pull request #69991 from rune-scape/cast-type | Rémi Verschelde | |
GDScript: Fix cast producing null | |||
2022-12-23 | Merge pull request #70277 from rune-scape/picker-regression | Rémi Verschelde | |
Fix resource picker regression | |||
2022-12-23 | Merge pull request #70220 from adamscott/fix-external-enum | Rémi Verschelde | |
Fix external enums not assignable as constants | |||
2022-12-23 | Merge pull request #70457 from clayjohn/RD-particles-update | Rémi Verschelde | |
Avoid updating particles during 2D rendering | |||
2022-12-23 | Merge pull request #70455 from clayjohn/RD-particle-trail | Rémi Verschelde | |
Check for disabled particle trail particle before initializing particle trail | |||
2022-12-23 | Merge pull request #70466 from clayjohn/material-override | Rémi Verschelde | |
Remove compatibility code for MeshInstance3D surface override material | |||
2022-12-23 | Merge 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-23 | Merge 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-23 | Merge pull request #69797 from TokageItLab/time-edit-inspector-plugin | Rémi Verschelde | |
Animation: Add inspector plugin for key time edit & Change `track_find_key()` argument to find key with approximate | |||
2022-12-23 | Merge pull request #70447 from akien-mga/pcre2-10.42 | Rémi Verschelde | |
pcre2: Update to upstream version 10.42 | |||
2022-12-23 | Merge pull request #70456 from Calinou/project-manager-opengl-wip | Rémi Verschelde | |
Mention that the Compatibility rendering backend is work-in-progress | |||
2022-12-23 | Merge pull request #65312 from SaracenOne/auto_advance_behaviour | Rémi Verschelde | |
Make auto-advance flag a requirement for conditional/expression evaluation | |||
2022-12-23 | Merge pull request #70460 from Chaosus/shader_fix_varyings | Yuri Rubinsky | |
2022-12-23 | Fix shader crash when using boolean type for vertex->fragment varyings | Yuri Rubinsky | |
2022-12-22 | Remove compatibility code for MeshInstance3D surface override material | clayjohn | |
2022-12-23 | Fix: Profiler and Visual Profiler start/stop state inconsistency | stmSi | |
2022-12-22 | Merge pull request #70459 from twaritwaikar/fix-split-diff | Rémi Verschelde | |
VCS: Fix split diff's overlapping fields | |||
2022-12-23 | Merge pull request #70407 from Koyper/rich_text_bold_italics | Yuri Sizov | |
[RTL] Fix push bold or italics not using bold_italics_font when required | |||
2022-12-23 | VCS: Fix split diff's overlapping fields | Twarit Waikar | |
Also adjusts the spacing nearby the diff contents. | |||
2022-12-22 | Fixed RichTextLabel push bold/italic to correctly use bold_italic font. | Koyper | |
2022-12-22 | Avoid updating particles during 2D rendering | clayjohn | |
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-22 | Mention that the Compatibility rendering backend is work-in-progress | Hugo Locurcio | |
2022-12-22 | Check for disabled particle trail particle before initializing particle trail | clayjohn | |
2022-12-22 | Revert "Queue inspector tree update when changing the theme." | Rémi Verschelde | |
This reverts commit c0baec410b0617ddb36c278230f3b60da1444af6. See comments in #70381. | |||
2022-12-22 | pcre2: Update to upstream version 10.42 | Ré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-22 | Merge pull request #70439 from smix8/navigationmesh_depr_slashdemi_4.x | Rémi Verschelde | |
Remove deprecated NavigationMesh compatibility parts | |||
2022-12-22 | Merge pull request #70440 from rune-scape/null-again | Rémi Verschelde | |
Fix GDScript analyzer null literal | |||
2022-12-22 | Merge pull request #70138 from anvilfolk/signals | Rémi Verschelde | |
Add MethodInfo to signal datatype | |||
2022-12-22 | Merge pull request #70435 from Chaosus/gds_remove_unused_code | Rémi Verschelde | |
Remove unused code paragraph from gdscript_editor.cpp/complete_code | |||
2022-12-22 | Fix GDScript analyzer null literal | rune-scape | |
2022-12-22 | Remove deprecated NavigationMesh compatibility parts | smix8 | |
Removes _set / _get compatibility function parts for deprecated NavigationMesh slash delimiter properties. | |||
2022-12-22 | Remove unused code paragraph from gdscript_editor.cpp/complete_code | Yuri Rubinsky | |
2022-12-22 | Merge pull request #70334 from Sauermann/fix-button-group-doc | Rémi Verschelde | |
Add configuration warning when ButtonGroup is used with non-toggleable buttons | |||
2022-12-22 | Merge pull request #70413 from Koyper/rtl_rename_remove_line | Rémi Verschelde | |
[RTL] Rename remove_line() to remove_paragraph() for naming consistancy. | |||
2022-12-22 | Merge pull request #37001 from jitspoe/master.anim_blend_fix | Rémi Verschelde | |
Fix for short animation blend taking too long when played during a long animation blend. | |||
2022-12-22 | Add configuration warning when ButtonGroup is used with non-toggleable buttons | Markus Sauermann | |
Also fix ambiguous documentation of ButtonGroup. | |||
2022-12-21 | Add MethodInfo to signal datatype | ocean (they/them) | |
2022-12-22 | Add inspector plugin for key time edit & Change find key argument | Silc Renew | |
2022-12-21 | Fix 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-21 | Merge pull request #70422 from clayjohn/RD-trails | Rémi Verschelde | |
Disable particle trails particles when parent parent is not active. | |||
2022-12-21 | Disable particle trails particles when parent parent is not active. | clayjohn | |