Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enforce `\n` eol for Python writes | Thaddeus Crews | 2024-03-09 | 1 | -2/+2 |
| | | | | • Ensure utf-8 encoding if previously unspecified | ||||
* | Extend `NavigationMeshSourceGeometryData[23]D` to allow data merging | Pawel Lampe | 2024-03-07 | 1 | -2/+45 |
| | |||||
* | Merge pull request #85390 from TheSofox/merge-all-commit-fix | Rémi Verschelde | 2024-03-06 | 2 | -0/+203 |
|\ | | | | | | | UndoRedo: Fix `MERGE_ALL` commit from repeating actions | ||||
| * | Fixed MERGE_ALL commit from repeating actions | Sofox | 2024-03-05 | 2 | -0/+203 |
| | | |||||
* | | Fix String::begins_with when both strings are empty | Mika Viskari | 2024-03-05 | 1 | -26/+37 |
|/ | |||||
* | Add unit tests for CryptoKey | Edward Moulsdale | 2024-03-01 | 2 | -0/+65 |
| | |||||
* | Merge pull request #88959 from akien-mga/pre-commit-clang-17.0.6-black-24.2.0 | Rémi Verschelde | 2024-02-29 | 1 | -5/+5 |
|\ | | | | | | | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 | ||||
| * | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 | Rémi Verschelde | 2024-02-28 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #81822 from nlupugla/nodepath-slice | Rémi Verschelde | 2024-02-29 | 1 | -0/+53 |
|\ \ | |/ |/| | | | Add `NodePath::slice` method | ||||
| * | Added NodePath::slice method. | nlupugla | 2023-12-13 | 1 | -0/+53 |
| | | |||||
* | | Split monolithic physics class files | smix8 | 2024-02-27 | 1 | -2/+2 |
| | | | | | | | | Splits monolithic physics class files. | ||||
* | | Move 3D-only resources to their own folder | Aaron Franke | 2024-02-26 | 4 | -4/+4 |
| | | |||||
* | | Move 2D-only resources to their own folder | Aaron Franke | 2024-02-26 | 1 | -1/+1 |
| | | |||||
* | | Fix some additional errors with 3D disabled | A Thousand Ships | 2024-02-23 | 3 | -8/+31 |
| | | | | | | | | | | | | | | | | | | * Disabled 2D navigation tests as they do not work * Disabled tests for primitive meshes * Unbound some `Mesh` methods that rely on 3D resources * Unexposed `World3D` as it depends on physics (and isn't useful) * Unexposed some `Viewport` vrs related properties that had unexposed methods | ||||
* | | Fix running tests in template builds | A Thousand Ships | 2024-02-22 | 4 | -1/+31 |
| | | |||||
* | | [Physics] Fix export with 3D disabled | A Thousand Ships | 2024-02-22 | 1 | -0/+8 |
| | | |||||
* | | Add Unicode support to `String.to_*_case()` methods | Danil Alexeev | 2024-02-22 | 1 | -25/+40 |
| | | |||||
* | | Added ImageTexture unit tests | b | 2024-02-19 | 2 | -0/+112 |
| | | |||||
* | | [Tests] Fix test regression without editor | A Thousand Ships | 2024-02-17 | 1 | -0/+7 |
| | | |||||
* | | Add const lvalue ref to core/* container parameters | Muller-Castro | 2024-02-14 | 1 | -6/+6 |
| | | |||||
* | | Avoid unqualified-id "near" and "far" in Node3DEditor/Viewport | Silc Lizard (Tokage) Renew | 2024-02-13 | 1 | -6/+6 |
| | | |||||
* | | Merge pull request #87715 from Scony/add-is-baking | Rémi Verschelde | 2024-02-07 | 2 | -0/+58 |
|\ \ | | | | | | | | | | Expose `is_baking` method in navigation servers and region nodes. | ||||
| * | | Expose `is_baking` method in navigation servers and region nodes. | Pawel Lampe | 2024-02-05 | 2 | -0/+58 |
| | | | |||||
* | | | Add InputEventKey.location to tell left from right | Mel Collins | 2024-01-26 | 1 | -7/+49 |
|/ / | | | | | | | | | | | | | | | | | | | This adds a new enum `KeyLocation` and associated property `InputEventKey.location`, which indicates the left/right location of key events which may come from one of two physical keys, eg. Shift, Ctrl. It also adds simulation of missing Shift KEYUP events for Windows. When multiple Shifts are held down at the same time, Windows natively only sends a KEYUP for the last one to be released. | ||||
* | | Test global transform when adding detached tree | Markus Sauermann | 2024-01-18 | 1 | -0/+28 |
| | | | | | | | | Global transform should be correct after attaching a detached tree. | ||||
* | | Fix `#if *_ENABLED` inconsistencies, should check if defined | Rémi Verschelde | 2024-01-17 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: Caroline Joy Bell <halotroop2288@proton.me> | ||||
* | | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well. | ||||
* | | [Core] Fix `AABB.encloses` failing on shared upper bound | A Thousand Ships | 2024-01-12 | 1 | -0/+9 |
| | | | | | | | | This differs from `Rect2(i)` and was fixed for those classes in the past | ||||
* | | Merge pull request #86874 from AThousandShips/no_3d_fix | Rémi Verschelde | 2024-01-08 | 1 | -6/+9 |
|\ \ | | | | | | | | | | Fix some build errors with `disable_3d=yes` | ||||
| * | | Fix some build errors with `disable_3d=Yes` | A Thousand Ships | 2024-01-07 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | * Some tests were incorrectly included * SCU builds with animation * Animation `switch` | ||||
* | | | Merge pull request #86787 from ryevdokimov/code-spell-check | Rémi Verschelde | 2024-01-08 | 2 | -12/+12 |
|\ \ \ | | | | | | | | | | | | | Fix various spelling errors across engine solution | ||||
| * | | | Fix various spelling errors | Robert Yevdokimov | 2024-01-04 | 2 | -12/+12 |
| | | | | |||||
* | | | | Merge pull request #85178 from HolonProduction/completion-tests | Rémi Verschelde | 2024-01-08 | 1 | -1/+16 |
|\ \ \ \ | |_|/ / |/| | | | | | | | Add unit test runner for autocompletion | ||||
| * | | | Add unit test runner for autocompletion | HolonProduction | 2024-01-05 | 1 | -1/+16 |
| |/ / | |||||
* | | | Merge pull request #78378 from 0xafbf/curve-evaluate-correct-transform | Rémi Verschelde | 2024-01-04 | 1 | -8/+28 |
|\ \ \ | | | | | | | | | | | | | Changed the way the rotation of a curve at a point is evaluated to match PathFollow2D | ||||
| * | | | Changed the way the rotation of a curve at a point is evaluated to match ↵ | Andrés Botero | 2023-10-28 | 1 | -8/+28 |
| | | | | | | | | | | | | | | | | PathFollow2D | ||||
* | | | | Merge pull request #80819 from sepTN/test-packed-scene-v3 | Rémi Verschelde | 2024-01-04 | 1 | -0/+65 |
|\ \ \ \ | |_|/ / |/| | | | | | | | Improve PackedScene unit test by covering more methods | ||||
| * | | | Improve PackedScene unit test by covering more methods | Septian | 2023-08-20 | 1 | -0/+65 |
| | | | | |||||
* | | | | Merge pull request #83163 from Chubercik/vectorXi_dist_methods | Rémi Verschelde | 2024-01-03 | 3 | -0/+18 |
|\ \ \ \ | | | | | | | | | | | | | | | | Implement `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to` | ||||
| * | | | | Implement `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to` | Jakub Marcowski | 2023-10-12 | 3 | -0/+18 |
| | | | | | |||||
* | | | | | Fix potential integer underflow in rounded up divisions | EddieBreeg | 2024-01-02 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A new `Math::division_round_up()` function was added, allowing for easy and correct computation of integer divisions when the result needs to be rounded up. Fixes #80358. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | ||||
* | | | | | Merge pull request #86118 from TheSofox/complex-undo-select-fix | Yuri Sizov | 2023-12-20 | 1 | -0/+54 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix so undoing complex operations in `TextEdit` will restore selections | ||||
| * | | | | | Fix so undoing complex operations in TextEdit will restore selections. | Sofox | 2023-12-20 | 1 | -0/+54 |
| | | | | | | |||||
* | | | | | | Merge pull request #85191 from HolonProduction/off-by-one-code-edit | Yuri Sizov | 2023-12-20 | 1 | -0/+26 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | Fix updating delimiter cache of `CodeEdit` when typing on the first line | ||||
| * | | | | | Fix updating delimiter cache of `CodeEdit` when typing on the first line | HolonProduction | 2023-12-18 | 1 | -0/+26 |
| | | | | | | |||||
* | | | | | | Merge pull request #84826 from chocola-mint/master | Yuri Sizov | 2023-12-19 | 2 | -0/+371 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | Add unit tests for Camera3D | ||||
| * | | | | | Add tests for Camera3D | CHM | 2023-11-13 | 2 | -0/+371 |
| | | | | | | |||||
* | | | | | | Merge pull request #84782 from rsburke4/image-fix | Rémi Verschelde | 2023-12-12 | 1 | -0/+23 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | Prevent crash on conversion of invalid data in `Image` | ||||
| * | | | | | Added error to catch conversion on invalid image | rsburke4 | 2023-12-10 | 1 | -0/+23 |
| | | | | | | |||||
* | | | | | | Merge pull request #85054 from miv391/highlight-minimap-error-lines | Yuri Sizov | 2023-12-08 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Highlight error lines in minimap |