summaryrefslogtreecommitdiffstats
path: root/servers/navigation_server_2d_dummy.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
| | | | | | | | - Set clang-format `Standard` rule to `c++20`
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-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>
* Add navigation region point and segment queriessmix82024-09-101-0/+1
| | | | Adds point and segment queries for regions, e.g. closet point, point normal, or segment intersection.
* Add navigation source geometry parser callbackssmix82024-04-191-0/+3
| | | | Adds navigation source geometry parser callbacks so that externals can hook their own geometry into the navigation mesh baking process.
* Add navigation path simplificationsmix82024-04-111-0/+2
| | | | Adds navigation path simplification for NavigationServer and NavigationAgent.
* Add function to get navigation map iteration id from NavigationServersmix82024-02-221-0/+1
| | | | Adds function to get navigation map iteration id from NavigationServer.
* Expose `is_baking` method in navigation servers and region nodes.Pawel Lampe2024-02-051-0/+1
|
* Add getters to navigation serversNicholas Foo2023-12-191-0/+18
| | | | | | Add virtual functions and bind to navigation servers Implement getters Add documentation
* Add NavigationServer random point queriessmix82023-12-081-0/+2
| | | | Adds query functions to get random points on navigation mesh to the NavigationServer.
* Add 2D navigation mesh bakingsmix82023-09-251-0/+155
Adds 2D navigation mesh baking.