Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-16 | Merge pull request #70685 from stmSi/fix-nan-graphedit-infinite-loop | Rémi Verschelde | |
Fix: NaN value making infinite loop inside GraphEdit's `NOTIFICATION_DRAW` | |||
2023-01-16 | Merge pull request #71498 from bruvzg/win_init_size | Rémi Verschelde | |
[Windows] Fix incorrect full-screen mode applied on start. | |||
2023-01-16 | Merge pull request #71485 from adamscott/history-local | Rémi Verschelde | |
Save history when goto script line in the text editor | |||
2023-01-16 | Merge pull request #71308 from hcoura/test-curve-2d | Rémi Verschelde | |
Add unit tests for Curve2D | |||
2023-01-16 | Merge pull request #70504 from KoBeWi/the_choosen_antipattern | Rémi Verschelde | |
Add EditorUndoRedoManager singleton | |||
2023-01-16 | Merge pull request #71477 from aaronfranke/gltf-append-doc | Rémi Verschelde | |
Improve the documentation of GLTFDocument's append methods | |||
2023-01-16 | Merge pull request #43399 from KoBeWi/path_stalking | Rémi Verschelde | |
Update PathFollow2D when curve is changed | |||
2023-01-16 | Merge pull request #71458 from raulsntos/dotnet/quaternion | Rémi Verschelde | |
C#: Make `Length` and `LengthSquared` into methods in `Quaternion`. | |||
2023-01-16 | Merge pull request #71456 from raulsntos/dotnet/sync-plane | Rémi Verschelde | |
C#: Sync `Plane` with Core | |||
2023-01-16 | Merge pull request #71445 from raulsntos/dotnet/transforms | Rémi Verschelde | |
C#: Add missing `Transform{2D,3D}` and `Basis` constructors | |||
2023-01-16 | Merge pull request #71431 from raulsntos/dotnet/scale-and-rotation | Rémi Verschelde | |
C#: Replace `Rotation` and `Scale` properties with get methods | |||
2023-01-16 | Merge pull request #71474 from raulsntos/plane_get_center | Rémi Verschelde | |
Rename `center` method to `get_center` in Plane. | |||
2023-01-16 | Merge pull request #70684 from filiperinaldi/fix_arm64_build_clang | Rémi Verschelde | |
Fix arm64 build when using Clang | |||
2023-01-16 | Merge pull request #70433 from Sauermann/fix-treeitem-id | Rémi Verschelde | |
Fix confusion about TreeItem.add_button ambiguity between id and index | |||
2023-01-16 | Merge pull request #59076 from ↵ | Rémi Verschelde | |
Sauermann/fix-cursorshape-tilesetatlassourceeditor Use get_cursor_shape for identifying the cursor shape in TileSetAtlasSourceEditor | |||
2023-01-16 | [Windows] Fix incorrect full-screen mode applied on start. | bruvzg | |
2023-01-16 | Add EditorUndoRedoManager singleton | kobewi | |
2023-01-15 | Save history when goto script line in the text editor. | Adam Scott | |
2023-01-15 | Improve the documentation of GLTFDocument's append methods | Aaron Franke | |
2023-01-15 | C#: Sync `Plane` with Core | Raul Santos | |
- Add `Plane(Vector3)` constructor. - Rename `IntersectRay` to `IntersectsRay`. - Rename `IntersectSegment` to `IntersectsSegment`. - Replace `Center` property with `GetCenter` method. - Add and fix documentation about the _normal_ parameter to Core and C# documentation. | |||
2023-01-15 | Update PathFollow2D when curve is changed | Tomasz Chabora | |
2023-01-15 | Rename `center` method to `get_center` in Plane. | Raul Santos | |
2023-01-15 | Merge pull request #71459 from akien-mga/fix-change_scene-leak | Rémi Verschelde | |
Fix change_scene memory leak due to duplicate instantiation | |||
2023-01-15 | C#: Add missing `Transform{2D,3D}` and `Basis` constructors | Raul Santos | |
- Remove `Transform3D(Quaternion, Vector3)` constructor from C#. - Add `Transform3D(Projection)` constructor to C#. - Add documentation to the `Transform3D(Projection)` constructor in Core. - Add `Transform3D` constructor with only real_t params to C# that mirrors `Transform2D`. - Expose `Basis` constructor with only real_t params in C#. - Add `Transform2D(real_t, Vector2, real_t, Vector2)` constructor to C#. | |||
2023-01-15 | C#: Replace `Rotation` and `Scale` properties with get methods | Raul Santos | |
- Replace `Rotation` property with `GetRotation` method in `Transform2D`. - Replace `Scale` property with `GetScale` method in `Transform2D`. - Replace `Scale` property with `GetScale` method in `Basis`. Core does not expose set methods. | |||
2023-01-15 | Fix change_scene memory leak due to duplicate instantiation | Rémi Verschelde | |
Regression from #71105. Fixes #71363. | |||
2023-01-15 | C#: Make `Length` and `LengthSquared` into methods in `Quaternion`. | Raul Santos | |
The `Length` and `LengthSquared` members are implemented as methods in every other C# struct, `Quaternion` was the only one implementing them as properties. | |||
2023-01-15 | Merge pull request #71437 from vaartis/linux-backtrace | Rémi Verschelde | |
Alter linux debug stacktraces handling to support more environments | |||
2023-01-15 | Merge pull request #71374 from ↵ | Rémi Verschelde | |
raulsntos/dotnet/remove-spherical_interpolate_with C#: Remove `SphericalInterpolateWith` from Transform3D | |||
2023-01-15 | Merge pull request #71423 from ↵ | Rémi Verschelde | |
raulsntos/dotnet/intersects-without-include_borders C#: Remove `includeBorders` parameter from `Rect2i.Intersects` and `AABB.Intersects` | |||
2023-01-15 | Merge pull request #71424 from raulsntos/dotnet/sync-basis | Rémi Verschelde | |
C#: Sync `Basis` with Core | |||
2023-01-15 | Merge pull request #70701 from bruvzg/remote_debug_menu | Rémi Verschelde | |
Move remote debug buttons to a single menu. | |||
2023-01-15 | Merge pull request #71229 from reduz/fix-recursive-resource-inclusion-check | Rémi Verschelde | |
Fix recursive resource inclusion check | |||
2023-01-15 | Alter linux debug stacktraces handling to support more environments | Ekaterina Vaartis | |
- Use -gdwarf-4 to support both LLVM and GCC when calling addr2line - Subtract position-independant execuable relocation when passing the address to addr2line | |||
2023-01-15 | Merge pull request #71410 from YuriSizov/docs-update-tutorial-links | Rémi Verschelde | |
Update all outdated online documentation links | |||
2023-01-15 | Merge pull request #71411 from Paulb23/new-textfile-global-path | Rémi Verschelde | |
Globalise path for New TextFile in FileSystemDock | |||
2023-01-15 | Merge pull request #71404 from Paulb23/fix-multi-caret-searchbar | Rémi Verschelde | |
Remove secondary carets when using FindReplaceBar | |||
2023-01-15 | Merge pull request #71402 from Paulb23/autocomplete-extra-quote | Rémi Verschelde | |
Fixed adding extra quote when completing strings | |||
2023-01-14 | Move remote debug buttons to a single menu. | bruvzg | |
2023-01-14 | C#: Sync `Basis` with Core | Raul Santos | |
- Remove `GetOrthogonalIndex` method (moved to `GridMap`). - Remove `GetRow` and `SetRow` methods. | |||
2023-01-14 | Globalise path for New TextFile in FileSystemDock | Paulb23 | |
2023-01-14 | Update all outdated online documentation links | Yuri Sizov | |
2023-01-14 | Remove secondary carets when using FindReplaceBar | Paulb23 | |
2023-01-14 | Fixed adding extra quote when completing strings | Paulb23 | |
2023-01-14 | Merge pull request #71393 from Chaosus/fix_template_classname | Yuri Rubinsky | |
2023-01-14 | Merge pull request #71309 from BastiaanOlij/improve_renderscaling_options | Rémi Verschelde | |
Improving communication of scaling settings to renderer implementation | |||
2023-01-14 | Fix GDScript script templates to use a PascalCase style for `_CLASS_` | Yuri Rubinsky | |
2023-01-14 | Merge pull request #71385 from Chaosus/vs_fix_crash | Yuri Rubinsky | |
2023-01-14 | Fix node preview crashes after updating visual shader node | Yuri Rubinsky | |
2023-01-14 | C#: Remove `includeBorders` parameter from `Rect2i.Intersects` and ↵ | Raul Santos | |
`AABB.Intersects` |