virtualx-engine/servers
smix8 371054e3e5 Add NavigationServer2D/3D API functions to find missing RID info
Utility functions for NavigationServer2D/3D to find missing RID information when working with Server API directly. e.g. from map to regions and agents, from agent or region to map, from region to map and agents and so on ....

Requirement to work with NavigationServer API exklusive without SceneTree nodes and when juggling agents and regions between multiple navigation maps.
2022-05-12 20:23:19 +02:00
..
audio Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
camera Remove unused GDNative code 2022-03-09 13:59:03 +01:00
debugger Rename profiler "Idle Time" to "Process Time" 2022-05-05 20:23:47 +02:00
extensions Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
physics_2d Rename Basis get_axis to get_column, remove redundant methods 2022-05-03 09:37:47 -05:00
physics_3d Rename Basis get_axis to get_column, remove redundant methods 2022-05-03 09:37:47 -05:00
rendering Fix warnings found by Emscripten 3.1.10 2022-05-10 13:03:13 +02:00
text Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows. 2022-04-28 14:35:41 +03:00
xr Merge canvas and decal into TextureStorage and add render target 2022-04-17 12:59:50 +10:00
audio_server.cpp Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
audio_server.h Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
camera_server.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
camera_server.h Style: Remove inconsistently used @author docstrings 2022-01-04 20:42:50 +01:00
display_server.cpp Merge pull request #60714 from Calinou/typedef-remove-ref 2022-05-03 14:28:18 +02:00
display_server.h Merge pull request #60714 from Calinou/typedef-remove-ref 2022-05-03 14:28:18 +02:00
display_server_headless.h Split dummy renderer classes into separate files 2022-03-16 17:43:10 +11:00
navigation_server_2d.cpp Add NavigationServer2D/3D API functions to find missing RID info 2022-05-12 20:23:19 +02:00
navigation_server_2d.h Add NavigationServer2D/3D API functions to find missing RID info 2022-05-12 20:23:19 +02:00
navigation_server_3d.cpp Add NavigationServer2D/3D API functions to find missing RID info 2022-05-12 20:23:19 +02:00
navigation_server_3d.h Add NavigationServer2D/3D API functions to find missing RID info 2022-05-12 20:23:19 +02:00
physics_server_2d.cpp Remove RES and REF typedefs in favor of spelled out Ref<> 2022-05-03 01:43:50 +02:00
physics_server_2d.h Remove RES and REF typedefs in favor of spelled out Ref<> 2022-05-03 01:43:50 +02:00
physics_server_2d_wrap_mt.cpp Rename variable names for some singletons 2022-04-26 22:53:50 -05:00
physics_server_2d_wrap_mt.h Rename variable names for some singletons 2022-04-26 22:53:50 -05:00
physics_server_3d.cpp Remove RES and REF typedefs in favor of spelled out Ref<> 2022-05-03 01:43:50 +02:00
physics_server_3d.h Remove RES and REF typedefs in favor of spelled out Ref<> 2022-05-03 01:43:50 +02:00
physics_server_3d_wrap_mt.cpp Rename variable names for some singletons 2022-04-26 22:53:50 -05:00
physics_server_3d_wrap_mt.h Rename variable names for some singletons 2022-04-26 22:53:50 -05:00
register_server_types.cpp Refactor module initialization 2022-05-04 17:34:51 +02:00
register_server_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
rendering_server.cpp Add get_video_adapter_api_version() to RenderingServer 2022-05-03 01:18:35 +02:00
rendering_server.h Add get_video_adapter_api_version() to RenderingServer 2022-05-03 01:18:35 +02:00
SCsub Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
server_wrap_mt_common.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
text_server.cpp Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows. 2022-04-28 14:35:41 +03:00
text_server.h Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows. 2022-04-28 14:35:41 +03:00
xr_server.cpp Rename Basis get_axis to get_column, remove redundant methods 2022-05-03 09:37:47 -05:00
xr_server.h Improve XRInterface hooks into rendering 2022-01-26 13:55:44 +11:00