.. |
audio
|
Merge pull request #86539 from stechyo/gdext/expose-audio-playback-methods
|
2024-10-24 13:22:35 -05:00 |
camera
|
Expose CameraFeed setters
|
2024-09-27 20:07:36 +08:00 |
debugger
|
SCons: Add unobtrusive type hints in SCons files
|
2024-09-25 09:34:35 -05:00 |
display
|
SCons: Add unobtrusive type hints in SCons files
|
2024-09-25 09:34:35 -05:00 |
extensions
|
Merge pull request #93311 from dsnopek/gdextension-required-virtuals
|
2024-09-27 13:53:16 +02:00 |
movie_writer
|
Don't include core/io/image.h in core/os/os.h
|
2024-10-18 19:04:19 +03:00 |
navigation
|
SCons: Add unobtrusive type hints in SCons files
|
2024-09-25 09:34:35 -05:00 |
rendering
|
Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebased
|
2024-10-29 12:34:40 -07:00 |
text
|
Merge pull request #93311 from dsnopek/gdextension-required-virtuals
|
2024-09-27 13:53:16 +02:00 |
xr
|
SCons: Add unobtrusive type hints in SCons files
|
2024-09-25 09:34:35 -05:00 |
audio_server.cpp
|
Add AudioServer.get_driver_name() to get the actual audio driver name
|
2024-10-22 23:14:59 +02:00 |
audio_server.h
|
Add AudioServer.get_driver_name() to get the actual audio driver name
|
2024-10-22 23:14:59 +02:00 |
camera_server.cpp
|
|
|
camera_server.h
|
Enforce template syntax typename over class
|
2024-03-07 22:39:09 -06:00 |
display_server_headless.h
|
Pass window exclusive and transient properties for subwindow creation
|
2024-07-25 00:27:27 +08:00 |
display_server.cpp
|
Merge pull request #97771 from dsnopek/openxr-linux-egl
|
2024-10-25 13:04:08 -05:00 |
display_server.h
|
Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebased
|
2024-10-29 12:34:40 -07:00 |
navigation_server_2d_dummy.h
|
Add navigation region point and segment queries
|
2024-09-10 01:38:46 +02:00 |
navigation_server_2d.cpp
|
Add navigation region point and segment queries
|
2024-09-10 01:38:46 +02:00 |
navigation_server_2d.h
|
Add navigation region point and segment queries
|
2024-09-10 01:38:46 +02:00 |
navigation_server_3d_dummy.h
|
Add navigation region point and segment queries
|
2024-09-10 01:38:46 +02:00 |
navigation_server_3d.cpp
|
Add navigation region point and segment queries
|
2024-09-10 01:38:46 +02:00 |
navigation_server_3d.h
|
Add navigation region point and segment queries
|
2024-09-10 01:38:46 +02:00 |
physics_server_2d_dummy.h
|
Move Godot Physics 2D into a module; add dummy 2D physics server
|
2024-09-23 17:33:45 +02:00 |
physics_server_2d_wrap_mt.cpp
|
Apply additional fixes to servers' threading
|
2024-05-08 17:41:40 +02:00 |
physics_server_2d_wrap_mt.h
|
Only print physics sync warning on dev builds to avoid warning spam from using move_and_slide
|
2024-07-12 10:52:30 -07:00 |
physics_server_2d.cpp
|
Move Godot Physics 2D into a module; add dummy 2D physics server
|
2024-09-23 17:33:45 +02:00 |
physics_server_2d.h
|
Update PinJoint2D API with angle limits and motor speed
|
2023-09-26 10:29:23 +02:00 |
physics_server_3d_dummy.h
|
Move Godot Physics 3D into a module; add dummy 3D physics server
|
2024-09-21 21:19:45 +02:00 |
physics_server_3d_wrap_mt.cpp
|
Apply additional fixes to servers' threading
|
2024-05-08 17:41:40 +02:00 |
physics_server_3d_wrap_mt.h
|
Only print physics sync warning on dev builds to avoid warning spam from using move_and_slide
|
2024-07-12 10:52:30 -07:00 |
physics_server_3d.cpp
|
Merge pull request #93311 from dsnopek/gdextension-required-virtuals
|
2024-09-27 13:53:16 +02:00 |
physics_server_3d.h
|
GDExtension: Mark virtual function as is_required in extension_api.json
|
2024-09-11 16:48:14 -05:00 |
register_server_types.cpp
|
Move Godot Physics 2D into a module; add dummy 2D physics server
|
2024-09-23 17:33:45 +02:00 |
register_server_types.h
|
|
|
rendering_server.compat.inc
|
Add antialias support for CanvasItem draw primitives
|
2024-05-13 19:03:31 +08:00 |
rendering_server.cpp
|
Merge pull request #85338 from EMBYRDEV/shadow-caster-mask
|
2024-10-24 13:22:59 -05:00 |
rendering_server.h
|
Merge pull request #85338 from EMBYRDEV/shadow-caster-mask
|
2024-10-24 13:22:59 -05:00 |
SCsub
|
SCons: Add unobtrusive type hints in SCons files
|
2024-09-25 09:34:35 -05:00 |
server_wrap_mt_common.h
|
Fix typo in preprocessor symbol
|
2024-06-19 22:04:29 +02:00 |
text_server.compat.inc
|
Improve TextEdit/LineEdit word selection.
|
2024-04-22 14:02:07 +03:00 |
text_server.cpp
|
Merge pull request #70096 from rune-scape/stringname-dict
|
2024-09-03 17:38:06 +02:00 |
text_server.h
|
Don't include core/io/image.h in core/os/os.h
|
2024-10-18 19:04:19 +03:00 |
xr_server.compat.inc
|
Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility.
|
2024-04-18 20:04:01 -04:00 |
xr_server.cpp
|
Cleanup of raw nullptr checks with Ref
|
2024-08-31 15:01:09 +02:00 |
xr_server.h
|
OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR
|
2024-05-01 14:24:41 +10:00 |