Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f | Spartan322 | 2024-11-06 | 1 | -1/+1 |
|\ | |||||
| * | Style: Apply `clang-tidy` fixes | Thaddeus Crews | 2024-11-04 | 1 | -1/+1 |
| | | | | | | | | | | • `modernize-use-default-member-init` and `readability-redundant-member-init` • Minor adjustments to `.clang-tidy` to improve syntax & remove redundancies | ||||
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
| | | |||||
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com> | ||||
* | Use a heap to store traversable polygons for pathfinding | Ershn | 2024-09-01 | 1 | -0/+160 |
| | |||||
* | Fix NavigationServer3D.get_closest_point_to_segment() with use_collision | Per Melin | 2024-06-07 | 1 | -1/+5 |
| | |||||
* | Tests: Disable NavigationServer3D async bake test with race condition | Rémi Verschelde | 2024-04-17 | 1 | -0/+3 |
| | |||||
* | Extend `NavigationMeshSourceGeometryData[23]D` to allow data merging | Pawel Lampe | 2024-03-07 | 1 | -2/+45 |
| | |||||
* | Move 3D-only resources to their own folder | Aaron Franke | 2024-02-26 | 1 | -1/+1 |
| | |||||
* | Expose `is_baking` method in navigation servers and region nodes. | Pawel Lampe | 2024-02-05 | 1 | -0/+18 |
| | |||||
* | Fix memory leak in 'NavigationServer3D' involving static obstacles | Pawel Lampe | 2023-11-17 | 1 | -0/+99 |
| | |||||
* | Suppress expected errors in navi-related unit tests, #80616 | Pawel Lampe | 2023-08-22 | 1 | -0/+8 |
| | |||||
* | Fix GCC -Wmaybe-uninitialized warnings | Rémi Verschelde | 2023-08-14 | 1 | -0/+2 |
| | |||||
* | Add advanced 'NavigationServer3D' tests | Pawel Lampe | 2023-07-17 | 1 | -0/+281 |
| | |||||
* | Add more basic 'NavigationServer3D' tests | Pawel Lampe | 2023-06-21 | 1 | -7/+193 |
| | |||||
* | Add `agent` and `map` tests for 'NavigationServer3D' | Pawel Lampe | 2023-06-20 | 1 | -0/+103 |
| | | | | This commits fixes a bug in `free()` function as well. | ||||
* | Add initial navigation tests | Pawel Lampe | 2023-02-13 | 1 | -0/+47 |