2
0
mirror of https://github.com/godotengine/godot.git synced 2024-12-15 10:12:40 +08:00
godot/servers
Rémi Verschelde 2d9b409103
Merge pull request from keegano/physics-fix-wrap-angle
Wrap angles to (-pi, pi) in momentum calculation.
2020-09-17 16:32:53 +02:00
..
audio Add override keywords. 2020-07-10 13:56:54 +01:00
camera
physics_2d Merge pull request from keegano/physics-fix-wrap-angle 2020-09-17 16:32:53 +02:00
physics_3d Revert "Allow Area2D and 3D mouse events without a collision layer" 2020-07-27 22:45:01 +02:00
rendering Fixes crash when saving scene 2020-09-13 16:15:46 +08:00
xr Style: Fix unnecessary semicolons that confused clang-format 2020-05-19 11:24:58 +02:00
audio_server.cpp Add default 50ms output_latency web override. 2020-07-01 17:16:13 +02:00
audio_server.h Move mix_rate, ouput_latency to AudioDriverManager 2020-05-18 13:02:06 +02:00
camera_server.cpp
camera_server.h
display_server.cpp Add window click-through support. 2020-09-17 12:36:18 +03:00
display_server.h Add window click-through support. 2020-09-17 12:36:18 +03:00
navigation_server_2d.cpp Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
navigation_server_2d.h
navigation_server_3d.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
navigation_server_3d.h
physics_server_2d.cpp Merge pull request from aaronfranke/force-impulse 2020-07-02 18:39:16 +02:00
physics_server_2d.h Ensure assignment operators return by reference to avoid unnecessary copies. 2020-09-04 09:18:19 +01:00
physics_server_3d.cpp Merge pull request from aaronfranke/force-impulse 2020-07-02 18:39:16 +02:00
physics_server_3d.h Ensure assignment operators return by reference to avoid unnecessary copies. 2020-09-04 09:18:19 +01:00
register_server_types.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
register_server_types.h
rendering_server.cpp Add high quality glow mode 2020-08-31 23:16:41 -07:00
rendering_server.h Implement 3D textures as import and resource format. 2020-09-09 13:50:21 -03:00
SCsub
server_wrap_mt_common.h
text_server.h [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
xr_server.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
xr_server.h