Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add vararg call() method to C++ Callable | kobewi | 2023-10-05 | 27 | -332/+96 |
| | |||||
* | Merge pull request #82799 from CedNaru/feature/expose_free_instance_binding | Rémi Verschelde | 2023-10-05 | 4 | -2/+19 |
|\ | | | | | | | Expose `Object::free_instance_binding()` to GDExtension | ||||
| * | expose Object::free_instance_binding to GDExtension | Ced Naru | 2023-10-04 | 4 | -2/+19 |
| | | |||||
* | | Merge pull request #82789 from ↵ | Rémi Verschelde | 2023-10-05 | 1 | -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 operator | Danil Alexeev | 2023-10-04 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #82784 from dalexeev/gds-fix-empty-native-class | Rémi Verschelde | 2023-10-05 | 2 | -3/+13 |
|\ \ \ | | | | | | | | | | | | | GDScript: Fix `native_type` is empty for autoload without script | ||||
| * | | | GDScript: Fix `native_type` is empty for autoload without script | Danil Alexeev | 2023-10-04 | 2 | -3/+13 |
| |/ / | |||||
* | | | Merge pull request #82767 from dalexeev/core-make-object-has-method-virtual | Rémi Verschelde | 2023-10-05 | 9 | -1/+40 |
|\ \ \ | | | | | | | | | | | | | Core: Fix `Object::has_method()` for script static methods | ||||
| * | | | Core: Fix `Object::has_method()` for script static methods | Danil Alexeev | 2023-10-04 | 9 | -1/+40 |
| | |/ | |/| | |||||
* | | | Merge pull request #82715 from BastiaanOlij/openxr_hand_joint_validity_flags | Rémi Verschelde | 2023-10-05 | 5 | -8/+164 |
|\ \ \ | | | | | | | | | | | | | OpenXR - add access to hand joint validity flags | ||||
| * | | | OpenXR - add access to hand joint validity flags | Bastiaan Olij | 2023-10-05 | 5 | -8/+164 |
| |/ / | |||||
* | | | Merge pull request #82694 from BrianMacIntosh/master | Rémi Verschelde | 2023-10-05 | 3 | -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 MacIntosh | 2023-10-02 | 3 | -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-fix | Rémi Verschelde | 2023-10-05 | 2 | -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 ↵ | Dario | 2023-09-27 | 2 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the caller. Fixes #82446. | ||||
* | | | | | Merge pull request #82163 from naelstrof/master | Rémi Verschelde | 2023-10-05 | 2 | -6/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Made signal handling more uniform during crashes. | ||||
| * | | | | | Made signal handling more uniform. Fixes #82102 | naelstrof | 2023-09-22 | 2 | -6/+14 |
| | | | | | | |||||
* | | | | | | Merge pull request #82067 from dalexeev/gds-docgen-fix-metatypes-and-values | Rémi Verschelde | 2023-10-05 | 3 | -18/+130 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | GDScript DocGen: Fix and improve appearance of metatypes and values | ||||
| * | | | | | | GDScript DocGen: Fix and improve appearance of metatypes and values | Danil Alexeev | 2023-09-21 | 3 | -18/+130 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #81607 from ↵ | Rémi Verschelde | 2023-10-05 | 1 | -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-13 | 1 | -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_instancing | Rémi Verschelde | 2023-10-05 | 2 | -0/+15 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | Fix GLES3 instanced rendering color and custom data defaults | ||||
| * | | | | | | | Fix GLES3 instanced rendering color and custom data defaults | bitsawer | 2023-09-29 | 2 | -0/+15 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #82779 from emacser0/typo | Rémi Verschelde | 2023-10-04 | 3 | -7/+7 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some typos in source | ||||
| * | | | | | | | | Fix some typos in source. | emacser0 | 2023-10-04 | 3 | -7/+7 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #82776 from MewPurPur/more-text-edit-organization | Rémi Verschelde | 2023-10-04 | 1 | -8/+10 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Organize TextEdit's inspector | ||||
| * | | | | | | | | Organize TextEdit's inspector | MewPurPur | 2023-10-04 | 1 | -8/+10 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #82766 from BastiaanOlij/fix_debanding_issue | Rémi Verschelde | 2023-10-04 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forgot to add debanding to config object | ||||
| * | | | | | | | | | Forgot to add debanding to config object | Bastiaan Olij | 2023-10-04 | 1 | -0/+1 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #82754 from BrunoArmondBraga/wrong_extents_conversion | Rémi Verschelde | 2023-10-04 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes extents to size conversion | ||||
| * | | | | | | | | | Removes extents to size conversion | BrunoArmondBraga | 2023-10-03 | 1 | -2/+1 |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Guilhermev25 <guilhermeferreira2529@hotmail.com> | ||||
* | | | | | | | | | Merge pull request #82748 from sepTN/than-then-typo | Rémi Verschelde | 2023-10-04 | 4 | -5/+5 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos in documentation: `than/then` and `loose/lose` | ||||
| * | | | | | | | | | Fix typos in documentation: `than/then` and `loose/lose` | Septian | 2023-10-04 | 4 | -5/+5 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #82743 from bruvzg/fd_no_editor | Rémi Verschelde | 2023-10-04 | 1 | -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. | bruvzg | 2023-10-03 | 1 | -0/+13 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #82740 from raulsntos/dotnet/compat4.2 | Rémi Verschelde | 2023-10-04 | 1 | -1/+101 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add C# compat members for 4.2 changes | ||||
| * | | | | | | | | | Add C# compat members for 4.2 changes | Raul Santos | 2023-10-03 | 1 | -1/+101 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #82736 from adamscott/fix-#81105-regression | Rémi Verschelde | 2023-10-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `godot_js_wrapper_create_cb` regression | ||||
| * | | | | | | | | | Fix godot_js_wrapper_create_cb regression | Adam Scott | 2023-10-03 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #82722 from BastiaanOlij/openxr_fix_hand_tracking_issues | Rémi Verschelde | 2023-10-04 | 8 | -93/+92 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenXR: Fix small hand tracking issues | ||||
| * | | | | | | | | | OpenXR Fix small hand tracking issues | Bastiaan Olij | 2023-10-04 | 8 | -93/+92 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #82691 from YuriSizov/rst-validate-with-exceptions | Rémi Verschelde | 2023-10-04 | 89 | -359/+514 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Validate `code` tags for class and member references | ||||
| * | | | | | | | | | Validate `code` tags for class and member references | Yuri Sizov | 2023-10-03 | 89 | -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 Verschelde | 2023-10-04 | 2 | -31/+39 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raulsntos/dotnet/fix-transient-parent-or-something-idk Fix C# editor dialogs | ||||
| * | | | | | | | | | Fix C# editor dialogs | Raul Santos | 2023-10-02 | 2 | -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_crash | Rémi Verschelde | 2023-10-04 | 1 | -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 off | Lyuma | 2023-10-02 | 1 | -0/+1 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #82653 from MewPurPur/simplify-region-folding-icon | Rémi Verschelde | 2023-10-04 | 7 | -6/+6 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweak the region folding icons | ||||
| * | | | | | | | | | | | Tweak the region folding icons | MewPurPur | 2023-10-02 | 7 | -6/+6 |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #82393 from jrouwe/body_changed_state | Rémi Verschelde | 2023-10-04 | 2 | -6/+15 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix performance regression in RigidBody2D/3D and PhysicalBone3D |