| .. |
|
audio
|
Use `get_slicec` instead of `get_slice` for single character splitters
|
2025-03-08 20:36:37 +01:00 |
|
camera
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
debugger
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
display
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
extensions
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
movie_writer
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
navigation
|
[Navigation] Rename classes in preparation for future restructure
|
2025-03-12 13:26:34 +01:00 |
|
rendering
|
Merge pull request #104044 from bruvzg/rd_pipeline_err_spam
|
2025-03-13 08:57:45 -05:00 |
|
text
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
xr
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
SCsub
|
Allow to compile the engine without XR support
|
2025-02-25 17:07:21 -03:00 |
|
audio_server.cpp
|
Fix AudioServer missing deletes.
|
2025-03-10 12:00:53 +02:00 |
|
audio_server.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
camera_server.cpp
|
…
|
|
|
camera_server.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
display_server.compat.inc
|
Improve native file dialog parent window selection.
|
2025-03-06 17:15:39 +02:00 |
|
display_server.cpp
|
Improve native file dialog parent window selection.
|
2025-03-06 17:15:39 +02:00 |
|
display_server.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
display_server_headless.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
navigation_server_2d.compat.inc
|
Despaghettify NavigationServer path queries
|
2024-12-11 22:29:48 +01:00 |
|
navigation_server_2d.cpp
|
Merge pull request #100882 from smix8/node_navmesh_geo_parsers
|
2025-01-16 17:18:01 -06:00 |
|
navigation_server_2d.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
navigation_server_2d_dummy.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
navigation_server_3d.compat.inc
|
Despaghettify NavigationServer path queries
|
2024-12-11 22:29:48 +01:00 |
|
navigation_server_3d.cpp
|
Merge pull request #100882 from smix8/node_navmesh_geo_parsers
|
2025-01-16 17:18:01 -06:00 |
|
navigation_server_3d.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
navigation_server_3d_dummy.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
physics_server_2d.cpp
|
Merge pull request #98554 from Calinou/add-property-hint-ranges
|
2025-01-03 00:47:59 +01:00 |
|
physics_server_2d.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
physics_server_2d_dummy.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
physics_server_2d_wrap_mt.cpp
|
Remove unused headers in servers.
|
2024-12-20 18:51:01 +08:00 |
|
physics_server_2d_wrap_mt.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
physics_server_3d.cpp
|
Merge pull request #98554 from Calinou/add-property-hint-ranges
|
2025-01-03 00:47:59 +01:00 |
|
physics_server_3d.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
physics_server_3d_dummy.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
physics_server_3d_wrap_mt.cpp
|
Remove unused headers in servers.
|
2024-12-20 18:51:01 +08:00 |
|
physics_server_3d_wrap_mt.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
register_server_types.cpp
|
Fix build errors when building with disable_xr=yes
|
2025-03-07 21:13:09 -03:00 |
|
register_server_types.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
rendering_server.compat.inc
|
Added indirect drawing functionality to MultiMesh
|
2025-01-13 14:51:51 -06:00 |
|
rendering_server.cpp
|
Merge pull request #101785 from FireCatMagic/rendering-server-environment-set-fog-depth
|
2025-03-11 19:54:34 -05:00 |
|
rendering_server.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
server_wrap_mt_common.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
text_server.compat.inc
|
…
|
|
|
text_server.cpp
|
Merge pull request #102648 from bruvzg/el_force
|
2025-03-05 12:07:55 -06:00 |
|
text_server.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
xr_server.compat.inc
|
…
|
|
|
xr_server.cpp
|
Improve use of `Ref.is_null/valid`
|
2024-12-23 16:35:02 -05:00 |
|
xr_server.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |