godot/modules/navigation
reduz 21637dfc25 Remove VARIANT_ARG* macros
* Very old macros from the time Godot was created.
* Limited arguments to 5 (then later changed to 8) in many places.
* They were replaced by C++11 Variadic Templates.
* Renamed methods that take argument pointers to have a "p" suffix. This was used in some places and not in others, so made it standard.
* Also added a dereference check for Variant*. Helped catch a couple of bugs.
2022-03-09 18:39:13 +01:00
..
config.py
godot_navigation_server.cpp Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
godot_navigation_server.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
nav_map.cpp NavMap Fix polygons being treated like triangle strips instead of triangle fans 2022-02-13 19:26:17 +01:00
nav_map.h NavMap Fix polygons being treated like triangle strips instead of triangle fans 2022-02-13 19:26:17 +01:00
nav_region.cpp Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
nav_region.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
nav_rid.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
nav_utils.h Core: Use forward declares for Vector3/Vector3i 2022-02-19 16:47:24 +01:00
navigation_mesh_editor_plugin.cpp Convert _notification methods to switch - Chunk C 2022-02-16 13:03:05 -05:00
navigation_mesh_editor_plugin.h Convert _notification methods to switch - Chunk C 2022-02-16 13:03:05 -05:00
navigation_mesh_generator.cpp Editor: Cleanup some includes dependencies 2022-02-15 14:54:15 +01:00
navigation_mesh_generator.h Fix transforms involved into navmesh baking 2022-01-31 23:07:45 +01:00
register_types.cpp
register_types.h
rvo_agent.cpp Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
rvo_agent.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
SCsub