summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Move SDFGI update logic into clustered rendererBastiaan Olij2022-12-245-101/+112
| | | | | | | | | |
* | | | | | | | | | Merge pull request #70214 from Ansraer/speed-maybeRémi Verschelde2022-12-231-1/+10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [4.x] Use depth prepass to increase opaque render performance
| * | | | | | | | | | use depth prepass to increase performanceAnsraer2022-12-231-1/+10
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #70478 from marius-se/fix/content_scaleRémi Verschelde2022-12-232-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix contentScaleFactor on iOS
| * | | | | | | | | | | fix contentScaleFactor on iOSMarius Seufzer2022-12-232-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #70477 from mihe/bind-joint-disableRémi Verschelde2022-12-236-0/+52
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Bind methods related to disabling collision between joint bodies
| * | | | | | | | | | | Bind methods related to disabling collision between joint bodiesMikael Hermansson2022-12-236-0/+52
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #70486 from raulsntos/dotnet/convert-toIgnacio Roldán Etcheverry2022-12-238-47/+47
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | C#: Rename `ConvertToX` methods
| * | | | | | | | | | | C#: Rename `ConvertToX` methodsRaul Santos2022-12-238-47/+47
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Renamed `ConvertToX` to `ConvertToNativeX`. - Renamed `ConvertToXObject` to `ConvertToX`. - Renamed `ConvertToXManaged` to `ConvertToX`. - Fix `Signal` name in bindings generator and csharp script.
* | | | | | | | | | | Merge pull request #70483 from raulsntos/dotnet/forbid-init-propertiesIgnacio Roldán Etcheverry2022-12-233-7/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | C#: Disallow init-only properties
| * | | | | | | | | | C#: Disallow init-only propertiesRaul Santos2022-12-233-7/+7
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | Merge pull request #70441 from matt08-prog/doc-ArrayMeshYuri Sizov2022-12-231-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Clarify the description of ArrayMesh::regen_normal_maps
| * | | | | | | | | changed wording for ArrayMesh::regen_normal_maps' descriptionmatt08-prog2022-12-231-2/+2
| | | | | | | | | |
* | | | | | | | | | Revert "pcre2: Update to upstream version 10.42"Rémi Verschelde2022-12-2341-9924/+5456
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 62c3e4ab9c87689ff0b7d27350bde176981daf1b. Needs more work, see comments about `_regex_free` errors in #70447.
* | | | | | | | | | Merge pull request #69998 from BastiaanOlij/sorting-pivot-4Rémi Verschelde2022-12-2316-10/+119
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added options for sorting transparent objects (port of PR #63040)
| * | | | | | | | | | Added options for sorting transparent objects (port of PR 63040)Bastiaan Olij2022-12-2316-10/+119
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #69991 from rune-scape/cast-typeRémi Verschelde2022-12-233-12/+25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GDScript: Fix cast producing null
| * | | | | | | | | | | GDScript: Fix cast producing nullrune-scape2022-12-123-12/+25
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #70277 from rune-scape/picker-regressionRémi Verschelde2022-12-231-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix resource picker regression
| * | | | | | | | | | | | Fix resource picker regressionrune-scape2022-12-181-2/+3
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #70220 from adamscott/fix-external-enumRémi Verschelde2022-12-237-2/+23
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fix external enums not assignable as constants
| * | | | | | | | | | | Fix external enums not assignable as constantsAdam Scott2022-12-177-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add external enums test - Rename external inner class test - Clean up `GDScriptAnalyzer::reduce_identifier_from_base` class behavior
* | | | | | | | | | | | Merge pull request #70457 from clayjohn/RD-particles-updateRémi Verschelde2022-12-234-2/+15
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid updating particles during 2D rendering
| * | | | | | | | | | | | Avoid updating particles during 2D renderingclayjohn2022-12-224-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 2D the particle uniform set isn't obtained until the render pass. So in 2D just avoid rendering if not updated yet.
* | | | | | | | | | | | | Merge pull request #70455 from clayjohn/RD-particle-trailRémi Verschelde2022-12-231-6/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for disabled particle trail particle before initializing particle trail
| * | | | | | | | | | | | | Check for disabled particle trail particle before initializing particle trailclayjohn2022-12-221-6/+12
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #70466 from clayjohn/material-overrideRémi Verschelde2022-12-231-12/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove compatibility code for MeshInstance3D surface override material
| * | | | | | | | | | | | | Remove compatibility code for MeshInstance3D surface override materialclayjohn2022-12-221-12/+1
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #70151 from ↵Rémi Verschelde2022-12-235-6/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stmSi/fix-profiler-and-visual-profiler-start-stop-state-inconsistency Fix: Profiler and Visual Profiler start/stop state inconsistency
| * | | | | | | | | | | | | Fix: Profiler and Visual Profiler start/stop state inconsistencystmSi2022-12-235-6/+45
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #70278 from ↵Rémi Verschelde2022-12-235-8/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TokageItLab/add-animation-started-finished-signal-to-tree Add `animation_started/finished` signals to `AnimationTree` and fix time accuracy in StateMachine
| * | | | | | | | | | | | | | Add animation_started/finished signals to AnimationTreeSilc Renew2022-12-215-8/+39
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #69797 from TokageItLab/time-edit-inspector-pluginRémi Verschelde2022-12-2319-1265/+1391
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Animation: Add inspector plugin for key time edit & Change `track_find_key()` argument to find key with approximate
| * | | | | | | | | | | | | | | Add inspector plugin for key time edit & Change find key argumentSilc Renew2022-12-2219-1265/+1391
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #70447 from akien-mga/pcre2-10.42Rémi Verschelde2022-12-2341-5456/+9924
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pcre2: Update to upstream version 10.42
| * | | | | | | | | | | | | | | pcre2: Update to upstream version 10.42Rémi Verschelde2022-12-2241-5456/+9924
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | | Merge pull request #70456 from Calinou/project-manager-opengl-wipRémi Verschelde2022-12-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mention that the Compatibility rendering backend is work-in-progress
| * | | | | | | | | | | | | | | | Mention that the Compatibility rendering backend is work-in-progressHugo Locurcio2022-12-221-1/+1
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #65312 from SaracenOne/auto_advance_behaviourRémi Verschelde2022-12-235-76/+98
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make auto-advance flag a requirement for conditional/expression evaluation
| * | | | | | | | | | | | | | | Change auto_advance flag to advance_mode enum and unify with disabled flag.SaracenOne2022-12-165-76/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expressions and conditions now require auto mode to be set to auto. Adds a toggle button to the state machine editor for whether new transitions advance settings should default to auto mode or not.
* | | | | | | | | | | | | | | | Merge pull request #70460 from Chaosus/shader_fix_varyingsYuri Rubinsky2022-12-233-2/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix shader crash when using boolean type for vertex->fragment varyingsYuri Rubinsky2022-12-233-2/+40
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #70459 from twaritwaikar/fix-split-diffRémi Verschelde2022-12-221-6/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VCS: Fix split diff's overlapping fields
| * | | | | | | | | | | | | | | | VCS: Fix split diff's overlapping fieldsTwarit Waikar2022-12-231-6/+1
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adjusts the spacing nearby the diff contents.
* | | | | | | | | | | | | | | | Merge pull request #70407 from Koyper/rich_text_bold_italicsYuri Sizov2022-12-231-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | [RTL] Fix push bold or italics not using bold_italics_font when required
| * | | | | | | | | | | | | | | Fixed RichTextLabel push bold/italic to correctly use bold_italic font.Koyper2022-12-221-2/+4
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Revert "Queue inspector tree update when changing the theme."Rémi Verschelde2022-12-221-4/+0
| |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c0baec410b0617ddb36c278230f3b60da1444af6. See comments in #70381.
* | | | | | | | | | | | | | Merge pull request #70439 from smix8/navigationmesh_depr_slashdemi_4.xRémi Verschelde2022-12-221-26/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deprecated NavigationMesh compatibility parts
| * | | | | | | | | | | | | | Remove deprecated NavigationMesh compatibility partssmix82022-12-221-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes _set / _get compatibility function parts for deprecated NavigationMesh slash delimiter properties.
* | | | | | | | | | | | | | | Merge pull request #70440 from rune-scape/null-againRémi Verschelde2022-12-223-11/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix GDScript analyzer null literal