summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add vararg call() method to C++ Callablekobewi2023-10-0527-332/+96
|
* Merge pull request #82799 from CedNaru/feature/expose_free_instance_bindingRémi Verschelde2023-10-054-2/+19
|\ | | | | | | Expose `Object::free_instance_binding()` to GDExtension
| * expose Object::free_instance_binding to GDExtensionCed Naru2023-10-044-2/+19
| |
* | Merge pull request #82789 from ↵Rémi Verschelde2023-10-051-0/+3
|\ \ | | | | | | | | | | | | | | | dalexeev/gds-fix-unresolved-type-for-incomplete-bin-op GDScript: Fix unresolved datatype for incomplete binary operator
| * | GDScript: Fix unresolved datatype for incomplete binary operatorDanil Alexeev2023-10-041-0/+3
| | |
* | | Merge pull request #82784 from dalexeev/gds-fix-empty-native-classRémi Verschelde2023-10-052-3/+13
|\ \ \ | | | | | | | | | | | | GDScript: Fix `native_type` is empty for autoload without script
| * | | GDScript: Fix `native_type` is empty for autoload without scriptDanil Alexeev2023-10-042-3/+13
| |/ /
* | | Merge pull request #82767 from dalexeev/core-make-object-has-method-virtualRémi Verschelde2023-10-059-1/+40
|\ \ \ | | | | | | | | | | | | Core: Fix `Object::has_method()` for script static methods
| * | | Core: Fix `Object::has_method()` for script static methodsDanil Alexeev2023-10-049-1/+40
| | |/ | |/|
* | | Merge pull request #82715 from BastiaanOlij/openxr_hand_joint_validity_flagsRémi Verschelde2023-10-055-8/+164
|\ \ \ | | | | | | | | | | | | OpenXR - add access to hand joint validity flags
| * | | OpenXR - add access to hand joint validity flagsBastiaan Olij2023-10-055-8/+164
| |/ /
* | | Merge pull request #82694 from BrianMacIntosh/masterRémi Verschelde2023-10-053-7/+21
|\ \ \ | | | | | | | | | | | | "Whole Words" search can detect word boundaries inside the search term.
| * | | "Whole Words" search can detect word boundaries inside the search term.Brian MacIntosh2023-10-023-7/+21
| | | | | | | | | | | | | | | | For example, searching for ".func" will now match in "a.func" even with Whole Words enabled.
* | | | Merge pull request #82451 from DarioSamo/mesh-storage-vertex-array-taa-fixRémi Verschelde2023-10-052-9/+9
|\ \ \ \ | | | | | | | | | | | | | | | Fix mismatch between surface vertex array generation inside the function and the caller.
| * | | | Fix mismatch between surface vertex array generation inside the function and ↵Dario2023-09-272-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the caller. Fixes #82446.
* | | | | Merge pull request #82163 from naelstrof/masterRémi Verschelde2023-10-052-6/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Made signal handling more uniform during crashes.
| * | | | | Made signal handling more uniform. Fixes #82102naelstrof2023-09-222-6/+14
| | | | | |
* | | | | | Merge pull request #82067 from dalexeev/gds-docgen-fix-metatypes-and-valuesRémi Verschelde2023-10-053-18/+130
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | GDScript DocGen: Fix and improve appearance of metatypes and values
| * | | | | | GDScript DocGen: Fix and improve appearance of metatypes and valuesDanil Alexeev2023-09-213-18/+130
| | | | | | |
* | | | | | | Merge pull request #81607 from ↵Rémi Verschelde2023-10-051-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rindbee/fix-UPDATE_WHEN_VISIBLE-not-work-in-exported-project Fix `SubViewport` with `UPDATE_WHEN_VISIBLE` not working properly in exported project
| * | | | | | | Fix `SubViewport` with `UPDATE_WHEN_VISIBLE` not working properly in ↵风青山2023-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exported project The issue is primarily due to `RSG::texture_storage->render_target_was_used()` returning inconsistent results in the editor and exported projects.
* | | | | | | | Merge pull request #81575 from bitsawer/fix_gles_instancingRémi Verschelde2023-10-052-0/+15
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | Fix GLES3 instanced rendering color and custom data defaults
| * | | | | | | Fix GLES3 instanced rendering color and custom data defaultsbitsawer2023-09-292-0/+15
| | | | | | | |
* | | | | | | | Merge pull request #82779 from emacser0/typoRémi Verschelde2023-10-043-7/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some typos in source
| * | | | | | | | Fix some typos in source.emacser02023-10-043-7/+7
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #82776 from MewPurPur/more-text-edit-organizationRémi Verschelde2023-10-041-8/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Organize TextEdit's inspector
| * | | | | | | | Organize TextEdit's inspectorMewPurPur2023-10-041-8/+10
| | | | | | | | |
* | | | | | | | | Merge pull request #82766 from BastiaanOlij/fix_debanding_issueRémi Verschelde2023-10-041-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forgot to add debanding to config object
| * | | | | | | | | Forgot to add debanding to config objectBastiaan Olij2023-10-041-0/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #82754 from BrunoArmondBraga/wrong_extents_conversionRémi Verschelde2023-10-041-2/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes extents to size conversion
| * | | | | | | | | Removes extents to size conversionBrunoArmondBraga2023-10-031-2/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Guilhermev25 <guilhermeferreira2529@hotmail.com>
* | | | | | | | | Merge pull request #82748 from sepTN/than-then-typoRémi Verschelde2023-10-044-5/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos in documentation: `than/then` and `loose/lose`
| * | | | | | | | | Fix typos in documentation: `than/then` and `loose/lose`Septian2023-10-044-5/+5
| |/ / / / / / / /
* | | | | | | | | Merge pull request #82743 from bruvzg/fd_no_editorRémi Verschelde2023-10-041-0/+13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [File Dialog] Do not open native file dialogs in the edited scene.
| * | | | | | | | | [File Dialog] Do not open native file dialogs in the edited scene.bruvzg2023-10-031-0/+13
| |/ / / / / / / /
* | | | | | | | | Merge pull request #82740 from raulsntos/dotnet/compat4.2Rémi Verschelde2023-10-041-1/+101
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add C# compat members for 4.2 changes
| * | | | | | | | | Add C# compat members for 4.2 changesRaul Santos2023-10-031-1/+101
| |/ / / / / / / /
* | | | | | | | | Merge pull request #82736 from adamscott/fix-#81105-regressionRémi Verschelde2023-10-041-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `godot_js_wrapper_create_cb` regression
| * | | | | | | | | Fix godot_js_wrapper_create_cb regressionAdam Scott2023-10-031-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #82722 from BastiaanOlij/openxr_fix_hand_tracking_issuesRémi Verschelde2023-10-048-93/+92
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenXR: Fix small hand tracking issues
| * | | | | | | | | OpenXR Fix small hand tracking issuesBastiaan Olij2023-10-048-93/+92
| |/ / / / / / / /
* | | | | | | | | Merge pull request #82691 from YuriSizov/rst-validate-with-exceptionsRémi Verschelde2023-10-0489-359/+514
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Validate `code` tags for class and member references
| * | | | | | | | | Validate `code` tags for class and member referencesYuri Sizov2023-10-0389-359/+514
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors.
* | | | | | | | | Merge pull request #82683 from ↵Rémi Verschelde2023-10-042-31/+39
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raulsntos/dotnet/fix-transient-parent-or-something-idk Fix C# editor dialogs
| * | | | | | | | | Fix C# editor dialogsRaul Santos2023-10-022-31/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use `EditorInterface` to open C# editor dialogs. - Ensure C# editor dialogs are open after `EditorProgress` finishes.
* | | | | | | | | | Merge pull request #82679 from lyuma/workaround_xr_off_crashRémi Verschelde2023-10-041-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Workaround crash due to null shader when running XR project with `--xr-mode` off
| * | | | | | | | | | Workaround crash due to null shader when running XR project with --xr-mode offLyuma2023-10-021-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #82653 from MewPurPur/simplify-region-folding-iconRémi Verschelde2023-10-047-6/+6
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweak the region folding icons
| * | | | | | | | | | | Tweak the region folding iconsMewPurPur2023-10-027-6/+6
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #82393 from jrouwe/body_changed_stateRémi Verschelde2023-10-042-6/+15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix performance regression in RigidBody2D/3D and PhysicalBone3D