godot/servers
Eoin O'Neill ded9dc1e82 Add missing binding to AudioStream class
This allows for the extension of AudioStream where you can call
`instance_plackback` on child AudioStream instances within gdscript,
much like the implementation of some child classes in C++.

See `AudioStreamRandomPitch` for an example of how this can be used.
2022-02-22 18:11:40 -08:00
..
audio Add missing binding to AudioStream class 2022-02-22 18:11:40 -08:00
camera
debugger
physics_2d In final phase of test_body_motion, move and cull AABB for body once, instead of for every shape 2022-02-18 19:45:25 +01:00
physics_3d In final phase of test_body_motion, move and cull AABB for body once, instead of for every shape 2022-02-18 19:45:25 +01:00
rendering Fix GPUParticles2D emission offset in global coords 2022-02-22 17:50:01 +08:00
text Add sub-pixel glyph positioning support. 2022-02-12 19:55:52 +02:00
xr
audio_server.cpp Expose AudioServer.capture_device as a property 2022-02-17 19:35:46 +01:00
audio_server.h
camera_server.cpp
camera_server.h
display_server_headless.h
display_server.cpp Fix default value for DisplayServer::virtual_keyboard_show Rect2 parameter 2022-02-18 09:43:02 +01:00
display_server.h Merge pull request #56953 from bruvzg/ex_wnd 2022-02-12 16:46:55 +01:00
navigation_server_2d.cpp
navigation_server_2d.h
navigation_server_3d.cpp
navigation_server_3d.h
physics_server_2d_wrap_mt.cpp
physics_server_2d_wrap_mt.h
physics_server_2d.cpp Validate PhysicsDirectSpaceState{2,3}D::_intersect_point input 2022-02-14 22:21:28 +08:00
physics_server_2d.h
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h
physics_server_3d.cpp Validate PhysicsDirectSpaceState{2,3}D::_intersect_point input 2022-02-14 22:21:28 +08:00
physics_server_3d.h
register_server_types.cpp
register_server_types.h
rendering_server.cpp Merge pull request #58177 from clayjohn/VULKAN-prefiltered-radiance 2022-02-17 17:53:42 +01:00
rendering_server.h
SCsub
server_wrap_mt_common.h
text_server.cpp Add sub-pixel glyph positioning support. 2022-02-12 19:55:52 +02:00
text_server.h Add sub-pixel glyph positioning support. 2022-02-12 19:55:52 +02:00
xr_server.cpp
xr_server.h