Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973 | Spartan322 | 2024-11-27 | 3 | -49/+37 |
|\ | |||||
| * | Change navigation map performance monitor to use a struct | smix8 | 2024-11-24 | 3 | -49/+37 |
| | | | | | | | | Changes navigation map performance monitor to use a struct as it is easier to pass to sub functions. | ||||
* | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 1 | -12/+32 |
|\| | |||||
| * | fixed navigation obstacle carving broken during 07b7f76 | Kiro | 2024-11-15 | 1 | -12/+32 |
| | | |||||
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 2 | -131/+94 |
|\| | |||||
| * | Merge pull request #99030 from tracefree/obstacle_2d_transform | Thaddeus Crews | 2024-11-12 | 1 | -3/+10 |
| |\ | | | | | | | | | | Make use of NavigationObstacle2D's transform | ||||
| | * | Make use of NavigationObstacle2D's transform | Rie | 2024-11-11 | 1 | -3/+10 |
| | | | |||||
| * | | Merge pull request #96730 from tracefree/properly_transforming_obstacles | Thaddeus Crews | 2024-11-11 | 1 | -5/+14 |
| |\ \ | | | | | | | | | | | | | Make use of NavigationObstacle3D's transform | ||||
| | * | | Make use of NavigationObstacle3D's transform | Rie | 2024-11-10 | 1 | -5/+14 |
| | |/ | | | | | | | | | | Co-authored-by: a0kami <dev.aokami@netc.fr> | ||||
| * | | Improve `NavMeshGenerator2D::generator_bake_from_source_geometry_data` ↵ | Kiro | 2024-11-11 | 1 | -123/+70 |
| | | | | | | | | | | | | | | | | | | performance Avoid copies and redundant work. | ||||
* | | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97 | Spartan322 | 2024-11-11 | 4 | -9/+12 |
|\| | | |||||
| * | | Reduce allocations for NavMap synchronisation | smix8 | 2024-11-05 | 4 | -9/+12 |
| |/ | | | | | | | Improves navigation map sync performance be avoiding unnecessary memory allocations. | ||||
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f | Spartan322 | 2024-11-06 | 2 | -22/+41 |
|\| | |||||
| * | Merge pull request #93401 from Repiteo/style/clang-tidy-fixes | Thaddeus Crews | 2024-11-04 | 1 | -1/+1 |
| |\ | | | | | | | | | | Style: Apply `clang-tidy` fixes | ||||
| | * | 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 | ||||
| * | | Merge pull request #90182 from Zylann/nav_map_optimizations | Thaddeus Crews | 2024-11-04 | 1 | -21/+40 |
| |\ \ | | |/ | |/| | | | | Optimize some parts of `NavMap::sync` | ||||
| | * | Optimize some parts of NavMap::sync | Marc Gilleron | 2024-10-19 | 1 | -21/+40 |
| | | | |||||
* | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 9 | -12/+12 |
|\| | | |||||
| * | | Merge pull request #98039 from aaronfranke/button-icon | Thaddeus Crews | 2024-10-29 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | Rename internal Button `*_icon` functions to `*_button_icon` to match exposed methods | ||||
| | * | | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -2/+2 |
| | |/ | |||||
| * / | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 8 | -10/+10 |
| |/ | | | | | | | - Set clang-format `Standard` rule to `c++20` | ||||
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 29 | -58/+58 |
| | | |||||
* | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6d | Spartan322 | 2024-10-18 | 1 | -10/+12 |
|\| | |||||
| * | Replaced some distance checks with square distance checks in NavMap, ↵ | Zi Ye | 2024-10-15 | 1 | -10/+12 |
| | | | | | | | | wherever the purpose is only to find the nearest element. | ||||
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 29 | -0/+58 |
|/ | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -0/+1 |
| | |||||
* | Style: Apply new `clang-format` changes | Thaddeus Crews | 2024-09-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #96389 from kitbdev/extract-main-screen | Rémi Verschelde | 2024-09-11 | 1 | -1/+1 |
|\ | | | | | | | Extract EditorMainScreen from EditorNode | ||||
| * | Extract editor main screen | kit | 2024-09-09 | 1 | -1/+1 |
| | | |||||
* | | Add navigation region point and segment queries | smix8 | 2024-09-10 | 6 | -0/+51 |
|/ | | | | Adds point and segment queries for regions, e.g. closet point, point normal, or segment intersection. | ||||
* | Move NavigationServer mesh queries to dedicated file | smix8 | 2024-09-03 | 5 | -657/+785 |
| | | | | Moves all the navigation mesh query related functions from NavMap and NavRegion to a dedicated file and makes them static. | ||||
* | Merge pull request #85965 from ershn/use_heap_in_astar_path_finding | Rémi Verschelde | 2024-09-03 | 2 | -85/+232 |
|\ | | | | | | | Improve pathfinding performance by using a heap to store traversable polygons | ||||
| * | Use a heap to store traversable polygons for pathfinding | Ershn | 2024-09-01 | 2 | -85/+232 |
| | | |||||
* | | Use `MutexLock` in more places | A Thousand Ships | 2024-08-29 | 2 | -84/+74 |
|/ | |||||
* | Extract navigation-related defaults to separate header | Pawel Lampe | 2024-08-27 | 1 | -6/+7 |
| | |||||
* | Merge pull request #93498 from smix8/connection_relocation | Rémi Verschelde | 2024-08-19 | 5 | -37/+58 |
|\ | | | | | | | Move NavRegion connections to NavMap | ||||
| * | Move NavRegion connections to NavMap | smix8 | 2024-06-23 | 5 | -37/+58 |
| | | | | | | | | Moves bookkeeping for connections from region to map where connections are actually made. | ||||
* | | Merge pull request #92560 from smix8/navmesh2d_bake_partition | Rémi Verschelde | 2024-08-19 | 1 | -4/+26 |
|\ \ | | | | | | | | | | Add triangulation partition option to 2D navigation mesh baking | ||||
| * | | Add triangulation partition option to 2D navigation mesh baking | smix8 | 2024-08-05 | 1 | -4/+26 |
| | | | | | | | | | | | | Adds triangulation partition option to 2D navigation mesh baking as an alternative to the existing convex partition option. | ||||
* | | | Merge pull request #93583 from smix8/obstacle_monitor | Rémi Verschelde | 2024-08-16 | 4 | -0/+11 |
|\ \ \ | | | | | | | | | | | | | Add navigation obstacles to performance monitor stats | ||||
| * | | | Add navigation obstacles to performance monitor stats | smix8 | 2024-06-25 | 4 | -0/+11 |
| | | | | | | | | | | | | | | | | Adds navigation obstacle count to navigation performance monitor. | ||||
* | | | | Remove empty bind_methods() | kobewi | 2024-08-15 | 2 | -4/+0 |
| |/ / |/| | | |||||
* | | | NavigationServer3D.map_get_closest_point_to_segment - add an additional ↵ | Artem | 2024-06-29 | 1 | -0/+20 |
|/ / | | | | | | | | | | | | | shortest distance check For a case when shortest distance is between some point located on a face's edge and some point located on a line segment. | ||||
* / | Remove unused navigation polygon properties | smix8 | 2024-06-22 | 3 | -30/+0 |
|/ | | | | Removes unused navigation polygon properties, a leftover from the old Godot 3 days that used polygon center to polygon center distance for (rather inaccurate) pathfinding cost calculation. | ||||
* | Fix thread-use causing navigation polygon data corruption | smix8 | 2024-06-21 | 2 | -11/+5 |
| | | | | Fixes navigation polygon data corruption caused by thread-use that changed vertices or polygons while the navigation polygon was processed, e.g. by server region sync, navmesh baking or user thread updates. | ||||
* | Merge pull request #93407 from smix8/lock_this_geometry_up | Rémi Verschelde | 2024-06-21 | 2 | -13/+22 |
|\ | | | | | | | Fix thread-use causing navigation source geometry data corruption | ||||
| * | Fix thread-use causing navigation source geometry data corruption | smix8 | 2024-06-21 | 2 | -13/+22 |
| | | | | | | | | Fixes navigation source geometry data corruption caused by thread-use that changed vertices or indices while the source geometry data was used in a parsing process or read from by the navmesh baking. | ||||
* | | Fix thread use causing navigation mesh data corruption | smix8 | 2024-06-21 | 4 | -31/+44 |
|/ | | | | Fixes navigation mesh data corruption caused by thread use that changed vertices or polygons while the navigation mesh was processed, e.g. by server sync or baking. | ||||
* | Fixed closest edge and face check in ↵ | Artem | 2024-06-17 | 1 | -17/+13 |
| | | | | NavigationServer3D.map_get_closest_point_to_segment | ||||
* | Fix NavigationServer3D.get_closest_point_to_segment() with use_collision | Per Melin | 2024-06-07 | 1 | -1/+1 |
| |