| .. |
|
audio
|
Merge pull request #100126 from dsnopek/gdextension-missing-gdvirtual-bind
|
2024-12-11 17:35:33 -06:00 |
|
camera
|
Added external camera feed from external plugin on Android
|
2024-10-30 18:30:28 +01:00 |
|
debugger
|
Display CPU and GPU model name in the editor visual profiler
|
2024-11-11 19:51:54 +01: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
|
Despaghettify NavigationServer path queries
|
2024-12-11 22:29:48 +01:00 |
|
rendering
|
Merge pull request #100374 from hpvb/fix-rendering-ubsan
|
2024-12-14 18:25:46 +01:00 |
|
text
|
Merge pull request #99164 from bruvzg/int_files
|
2024-12-03 14:40:58 -06:00 |
|
xr
|
Renderer agnostic motion vector rendering/OpenXR changes
|
2024-12-10 15:59:17 -06:00 |
|
SCsub
|
SCons: Add unobtrusive type hints in SCons files
|
2024-09-25 09:34:35 -05:00 |
|
audio_server.cpp
|
Merge pull request #98131 from KeyboardDanni/remove_playback_fadein
|
2024-11-05 18:36:15 -06:00 |
|
audio_server.h
|
Merge pull request #98131 from KeyboardDanni/remove_playback_fadein
|
2024-11-05 18:36:15 -06:00 |
|
camera_server.cpp
|
Set clang-format `RemoveSemicolon` rule to `true`
|
2024-10-25 13:49:43 -04:00 |
|
camera_server.h
|
Set clang-format `RemoveSemicolon` rule to `true`
|
2024-10-25 13:49:43 -04:00 |
|
display_server.cpp
|
[macOS, Windows] Add support for excluding windows from a screenshot.
|
2024-12-10 11:00:13 +02:00 |
|
display_server.h
|
[macOS, Windows] Add support for excluding windows from a screenshot.
|
2024-12-10 11:00:13 +02:00 |
|
display_server_headless.h
|
Set clang-format `RemoveSemicolon` rule to `true`
|
2024-10-25 13:49:43 -04:00 |
|
navigation_server_2d.compat.inc
|
Despaghettify NavigationServer path queries
|
2024-12-11 22:29:48 +01:00 |
|
navigation_server_2d.cpp
|
Despaghettify NavigationServer path queries
|
2024-12-11 22:29:48 +01:00 |
|
navigation_server_2d.h
|
Despaghettify NavigationServer path queries
|
2024-12-11 22:29:48 +01:00 |
|
navigation_server_2d_dummy.h
|
Despaghettify NavigationServer path queries
|
2024-12-11 22:29:48 +01:00 |
|
navigation_server_3d.compat.inc
|
Despaghettify NavigationServer path queries
|
2024-12-11 22:29:48 +01:00 |
|
navigation_server_3d.cpp
|
Despaghettify NavigationServer path queries
|
2024-12-11 22:29:48 +01:00 |
|
navigation_server_3d.h
|
Despaghettify NavigationServer path queries
|
2024-12-11 22:29:48 +01:00 |
|
navigation_server_3d_dummy.h
|
Despaghettify NavigationServer path queries
|
2024-12-11 22:29:48 +01:00 |
|
physics_server_2d.cpp
|
Add Jolt Physics as an alternative 3D physics engine
|
2024-12-11 13:57:25 +01:00 |
|
physics_server_2d.h
|
Get rid of easily removable uses of const_cast
|
2024-12-01 17:50:13 -08: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_3d.cpp
|
Add Jolt Physics as an alternative 3D physics engine
|
2024-12-11 13:57:25 +01:00 |
|
physics_server_3d.h
|
Get rid of easily removable uses of const_cast
|
2024-12-01 17:50:13 -08: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 |
|
register_server_types.cpp
|
Adding ability to include build-in include files (precursor to custom shader templates)
|
2024-11-24 08:47:45 +11: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 #99958 from lander-vr/reflection-probe-blend-property
|
2024-12-12 16:13:32 -06:00 |
|
rendering_server.h
|
Merge pull request #100282 from devloglogan/motion-vectors-openxr
|
2024-12-12 16:13:36 -06: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 #99164 from bruvzg/int_files
|
2024-12-03 14:40:58 -06:00 |
|
text_server.h
|
Merge pull request #99164 from bruvzg/int_files
|
2024-12-03 14:40:58 -06: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
|
XR: Allow locking the camera to the `XROrigin3D` for benchmarking or automated testing
|
2024-11-12 15:06:27 -06:00 |
|
xr_server.h
|
XR: Allow locking the camera to the `XROrigin3D` for benchmarking or automated testing
|
2024-11-12 15:06:27 -06:00 |