This website requires JavaScript.
Explore
Help
Sign In
mirror
/
godot
Watch
2
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2025-01-30 21:33:18 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5a6da0b2a9
godot
/
servers
History
Rémi Verschelde
5a6da0b2a9
Merge pull request
#57905
from V-Sekai/fix_instance_clear_warnings
...
Free surface vertex_buffers after vertex_arrays to silence warnings
2022-02-15 08:32:32 +01:00
..
audio
Audio quality improvements in PitchShift
2022-02-11 20:21:28 +01:00
camera
debugger
[Debugger] Move servers-related behaviours to ServersDebugger.
2022-02-06 17:36:48 +01:00
physics_2d
physics_3d
rendering
Merge pull request
#57905
from V-Sekai/fix_instance_clear_warnings
2022-02-15 08:32:32 +01:00
text
[GDExtension] Fix registration of functions with enum or native pointer return type.
2022-02-03 16:03:23 +02:00
xr
Add missing SNAME macro optimization in some function calls
2022-02-06 15:54:04 +01:00
audio_server.cpp
audio_server.h
camera_server.cpp
camera_server.h
display_server_headless.h
Add screen_get_refresh_rate to DisplayServer
2022-02-03 21:50:32 -06:00
display_server.cpp
Add exclusive window handling to DisplayServer (on macOS and Windows).
2022-02-12 00:14:09 +02: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
Merge pull request
#57715
from Faless/debugger/4.x_core_includes_and_servers
2022-02-09 21:57:32 +01:00
register_server_types.h
rendering_server.cpp
Merge pull request
#54158
from Calinou/decrease-default-soft-shadow-quality
2022-02-10 17:38:24 +01:00
rendering_server.h
Merge pull request
#39965
from Calinou/tweak-sdfgi-defaults
2022-02-10 17:31:54 +01:00
SCsub
[Debugger] Move most profilers to ServersDebugger.
2022-02-06 17:36:48 +01:00
server_wrap_mt_common.h
text_server.cpp
[TextServer] Add function to change font, font size, and OpenType features without invalidating line break points, justification points, or recreating shaped text buffer.
2022-02-02 11:20:44 +02:00
text_server.h
[GDExtension] Fix registration of functions with enum or native pointer return type.
2022-02-03 16:03:23 +02:00
xr_server.cpp
xr_server.h