Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test | A Thousand Ships | 2024-10-18 | 1 | -0/+8 |
| | |||||
* | Merge pull request #97255 from kitbdev/test-tabs | Rémi Verschelde | 2024-10-04 | 4 | -0/+1540 |
|\ | | | | | | | Fix TabBar initialization issue and add tests | ||||
| * | Fix TabBar initialization issue and add tests | kit | 2024-09-20 | 4 | -0/+1540 |
| | | |||||
* | | Merge pull request #97227 from D0V4HKIIN/master | Rémi Verschelde | 2024-10-04 | 2 | -0/+108 |
|\ \ | | | | | | | | | | Add unit tests for PhysicsMaterial | ||||
| * | | Add unit tests for PhysicsMaterial | jonas | 2024-10-04 | 2 | -0/+108 |
| | | | |||||
* | | | Add unit tests for String::parse_url() | Pablo Andres Fuente | 2024-10-01 | 1 | -38/+53 |
|/ / | |||||
* | | Merge pull request #97512 from matthewestopinal/mestopinal-sky-tests | Rémi Verschelde | 2024-10-01 | 2 | -0/+142 |
|\ \ | | | | | | | | | | Add Unit Test cases for `Sky` | ||||
| * | | Add Unit Test cases for `Sky` | MATTHEW ESTOPINAL | 2024-10-01 | 2 | -0/+142 |
| | | | |||||
* | | | Merge pull request #95931 from pafuent/adding_packet_peer_tests | Rémi Verschelde | 2024-10-01 | 2 | -0/+205 |
|\ \ \ | | | | | | | | | | | | | Add unit tests for `PacketPeer` | ||||
| * | | | Add unit tests for PacketPeer | Pablo Andres Fuente | 2024-10-01 | 2 | -0/+205 |
| |/ / | | | | | | | | | | Partially fixes #43440 | ||||
* | | | Merge pull request #95784 from pafuent/adding_stream_peer_buffer_tests | Rémi Verschelde | 2024-10-01 | 3 | -0/+476 |
|\ \ \ | | | | | | | | | | | | | Add unit tests for `StreamPeer` and `StreamPeerBuffer` | ||||
| * | | | Add unit tests for StreamPeer and StreamPeerBuffer | Pablo Andres Fuente | 2024-10-01 | 3 | -0/+476 |
| |/ / | | | | | | | | | | Partially fixes #43440 | ||||
* / / | Parse fragment from URL | Haoyu Qiu | 2024-09-27 | 1 | -0/+40 |
|/ / | |||||
* | | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -1/+2 |
| | | |||||
* | | Move Godot Physics 2D into a module; add dummy 2D physics server | Ricardo Buring | 2024-09-23 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | If the module is enabled (default), 2D physics works as it did before. If the module is disabled and no other 2D physics server is registered (via a module or GDExtension), then we fall back to a dummy implementation which effectively disables 2D physics functionality (and a warning is printed). The dummy 2D physics server can also be selected explicitly, in which case no warning is printed. | ||||
* | | Merge pull request #97323 from timothyqiu/drop-unicode-identifier | Rémi Verschelde | 2024-09-23 | 1 | -1/+15 |
|\ \ | | | | | | | | | | Fix script editor wrongly replaces and quotes non-ASCII letters | ||||
| * | | Fix script editor wrongly replaces and quotes non-ASCII letters | Haoyu Qiu | 2024-09-23 | 1 | -1/+15 |
| |/ | |||||
* | | Merge pull request #95252 from rburing/3d_physics_module | Rémi Verschelde | 2024-09-23 | 1 | -0/+4 |
|\ \ | | | | | | | | | | Move Godot Physics 3D into a module; add dummy 3D physics server | ||||
| * | | Move Godot Physics 3D into a module; add dummy 3D physics server | Ricardo Buring | 2024-09-21 | 1 | -0/+4 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | If the module is enabled (default), 3D physics works as it did before. If the module is disabled and no other 3D physics server is registered (via a module or GDExtension), then we fall back to a dummy implementation which effectively disables 3D physics functionality (and a warning is printed). The dummy 3D physics server can also be selected explicitly, in which case no warning is printed. | ||||
* | | Merge pull request #90743 from timothyqiu/empty-selection-clipboard | Rémi Verschelde | 2024-09-23 | 2 | -0/+73 |
|\ \ | |/ |/| | | | Add TextEdit option to prevent copying without a selection | ||||
| * | Add TextEdit option to prevent copying without a selection | Haoyu Qiu | 2024-09-14 | 2 | -0/+73 |
| | | |||||
* | | Merge pull request #95449 from SlashScreen/array_functions | Rémi Verschelde | 2024-09-20 | 1 | -0/+18 |
|\ \ | | | | | | | | | | Add callable support for `find` and `rfind` `Array` methods | ||||
| * | | Add callable support for `find` and `rfind` `Array` methods | Slashscreen | 2024-09-13 | 1 | -0/+18 |
| | | | |||||
* | | | Add per-bone meta to Skeleton3D | demolke | 2024-09-16 | 2 | -0/+79 |
| | | | | | | | | | | | | | | | Individual bones are not represented as `Node`s in Godot, in order to support meta functionality for them the skeleton has to carry the information similarly to how other per-bone properties are handled. - Also adds support for GLTF import/export | ||||
* | | | Merge pull request #96856 from RandomShaper/selfdestruct_correctness | Rémi Verschelde | 2024-09-16 | 1 | -0/+78 |
|\ \ \ | | | | | | | | | | | | | Object: Let debug lock handle callee destruction within call chain gracefully | ||||
| * | | | Object: Add tests about the safety of tail destruction | Pedro J. Estébanez | 2024-09-16 | 1 | -0/+78 |
| | | | | |||||
* | | | | Enable Drag and Drop for SubViewports and Windows | Markus Sauermann | 2024-09-15 | 1 | -13/+131 |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Drag and Drop an application-wide operation. This allows do drop on Controls in other Viewports/Windows. In order to achieve this, `Viewport::_update_mouse_over` is adjusted to remember the Control, that the mouse is over (possibly within nested viewports). This Control is used as a basis for the Drop-operation, which replaces the previous algorithm, which was only aware of the topmost Viewport. Also now all nodes in the SceneTree are notified about the Drag and Drop operation, with the exception of SubViewports that are not children of SubViewportContainers. | ||||
* | | | Merge pull request #93856 from timothyqiu/expression-period | Rémi Verschelde | 2024-09-11 | 1 | -0/+53 |
|\ \ \ | | | | | | | | | | | | | Fix parsing of `4.` in Expression | ||||
| * | | | Fix parsing of `4.` in Expression | Haoyu Qiu | 2024-07-02 | 1 | -0/+53 |
| | | | | |||||
* | | | | Do not defer PathFollow3D transform updates | Yaohua Xiong | 2024-09-10 | 1 | -31/+0 |
| |/ / |/| | | | | | | | | Co-authored-by: Yaohua Xiong <xiongyaohua@gmail.com> | ||||
* | | | Merge pull request #95650 from LeonStansfield/parallax_2d_tests | Rémi Verschelde | 2024-09-06 | 2 | -0/+132 |
|\ \ \ | | | | | | | | | | | | | Add unit tests for `Parallax2D` | ||||
| * | | | Add unit tests for Parallax2D | Leon Stansfield | 2024-09-06 | 2 | -0/+132 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added test cases for setting and getting key properties of Parallax2D, including: - Scroll scale - Repeat size and times - Autoscroll - Scroll and screen offset - Limit begin and end - Follow viewport and ignore camera scroll flags | ||||
* | | | | Merge pull request #78656 from Repiteo/typed-dictionary | Rémi Verschelde | 2024-09-06 | 1 | -1/+38 |
|\ \ \ \ | |/ / / |/| | | | | | | | Implement typed dictionaries | ||||
| * | | | Implement typed dictionaries | Thaddeus Crews | 2024-09-04 | 1 | -1/+38 |
| | | | | |||||
* | | | | Add unit tests for HeightMapShape3D | Leon Stansfield | 2024-09-06 | 2 | -0/+123 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added test cases for constructor and property getters/setters: - Map width, depth, and data - Minimum and maximum height - Update map data from image | ||||
* | | | | Merge pull request #96565 from Geometror/improve-test-generator | Rémi Verschelde | 2024-09-04 | 1 | -5/+10 |
|\ \ \ \ | | | | | | | | | | | | | | | | [Tests] `create_test` script: Improve argument description and snake_case name conversion | ||||
| * | | | | [Tests] Improve argument description and snake_case name conversion of test ↵ | Hendrik Brucker | 2024-09-04 | 1 | -5/+10 |
| |/ / / | | | | | | | | | | | | | generator script | ||||
* | | | | Merge pull request #96564 from Geometror/tests-audio-tag | Rémi Verschelde | 2024-09-04 | 2 | -10/+10 |
|\ \ \ \ | | | | | | | | | | | | | | | | [Tests] Make `[Audio]` tag consistent with other test environment tags | ||||
| * | | | | [Tests] Make `[Audio]` tag consistent with other test environment tags | Hendrik Brucker | 2024-09-04 | 2 | -10/+10 |
| |/ / / | |||||
* | | | | Merge pull request #96038 from kitbdev/fix-line-edit-caret-word-mode | Rémi Verschelde | 2024-09-04 | 1 | -0/+44 |
|\ \ \ \ | |/ / / |/| | | | | | | | Fix LineEdit word mode when there are no more words | ||||
| * | | | Fix LineEdit word mode when there are no words | kit | 2024-08-24 | 1 | -0/+44 |
| | | | | |||||
* | | | | Merge pull request #70096 from rune-scape/stringname-dict | Rémi Verschelde | 2024-09-03 | 1 | -2/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | StringName Dictionary keys | ||||
| * | | | | StringName Dictionary keys | rune-scape | 2024-08-29 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | also added 'is_string()' method to Variant and refactored many String type comparisons to use it instead | ||||
* | | | | | Merge pull request #96292 from AThousandShips/null_check_ref_fix | Rémi Verschelde | 2024-09-03 | 4 | -6/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Cleanup of raw `nullptr` checks with `Ref` | ||||
| * | | | | | Cleanup of raw `nullptr` checks with `Ref` | A Thousand Ships | 2024-08-31 | 4 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Using `is_valid/null` over checks with `nullptr` or `ERR_FAIL_NULL` etc. | ||||
* | | | | | | Merge pull request #85965 from ershn/use_heap_in_astar_path_finding | Rémi Verschelde | 2024-09-03 | 1 | -0/+160 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Improve pathfinding performance by using a heap to store traversable polygons | ||||
| * | | | | | | Use a heap to store traversable polygons for pathfinding | Ershn | 2024-09-01 | 1 | -0/+160 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | ResourceImporterWAV: Enable QOA compression by default | DeeJayLSP | 2024-08-31 | 1 | -0/+2 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #96291 from miv391/string-unit-tests | Rémi Verschelde | 2024-08-30 | 1 | -3/+28 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add more unit tests for String `insert` and `join`. | ||||
| * | | | | | Added more unit tests for String insert and join. | Mika Viskari | 2024-08-29 | 1 | -3/+28 |
| |/ / / / |