godot/servers
Haoyu Qiu 84aee17901 Improvements and fixes based on Weblate comments
* Description of `ui_text_submit` action should be "Submit Text" instead of "Text Submitted".
* Spell out "Animation" instead of using "Anim.".
* Treat "Max" as regular word instead of writing "Max.".
* Use generic "Set %s" for action name instead of a dedicated "Set target_position".
* Add translator comment for:
    * "Inclusive" and "Self" in the profiler.
    * Places where it needs the context about being an editor progress label.
    * "Duplicated Animation Name" since it's refering to the new name of a duplicated animation.
    * Disambiguation of "View Plane Transform", "Paste Selects" and "Display Normal".
* Fix wrong undo action name for renaming an input action.
* Fix missing end quote in a shader error message.
* In class reference:
    * Fix duplicated "if" in the description of `signf()`.
    * Fix mismatched example output in `String.operator %()`.
    * Fix typo in the description of `Decal.texture_emission`.
    * Unify description of `String.match()` and `StringName.match()`.
2023-02-13 15:22:18 +08:00
..
audio Further refactoring to AudioDriver implementations after #69120. 2023-02-09 11:02:00 +01:00
camera
debugger Pace debugger draw requests 2023-02-07 12:10:28 +01:00
extensions
movie_writer
navigation Allow compiling out the navigation module 2023-02-09 23:04:16 -08:00
physics_2d Merge pull request #66076 from Sauermann/fix-double-physics-input-events-for-layers 2023-02-01 07:29:16 +01:00
physics_3d Create default World physics spaces on demand only 2023-01-31 18:26:52 +01:00
rendering Improvements and fixes based on Weblate comments 2023-02-13 15:22:18 +08:00
text
xr Merge pull request #72604 from rbessems/rbessems/env_blend_mode 2023-02-03 06:24:30 +01:00
audio_server.cpp Further refactoring to AudioDriver implementations after #69120. 2023-02-09 11:02:00 +01:00
audio_server.h Further refactoring to AudioDriver implementations after #69120. 2023-02-09 11:02:00 +01:00
camera_server.cpp
camera_server.h
display_server_headless.h
display_server.cpp
display_server.h
navigation_server_2d.cpp Add NavigationAgent Path Debug Visualization 2023-01-31 18:27:35 +01:00
navigation_server_2d.h Allow compiling out the navigation module 2023-02-09 23:04:16 -08:00
navigation_server_3d_dummy.h Allow compiling out the navigation module 2023-02-09 23:04:16 -08:00
navigation_server_3d.cpp Allow compiling out the navigation module 2023-02-09 23:04:16 -08:00
navigation_server_3d.h Allow compiling out the navigation module 2023-02-09 23:04:16 -08:00
physics_server_2d_wrap_mt.cpp
physics_server_2d_wrap_mt.h
physics_server_2d.cpp Create default World physics spaces on demand only 2023-01-31 18:26:52 +01:00
physics_server_2d.h Replace Area gravity point distance scale with unit distance 2023-01-29 22:12:00 -06:00
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h
physics_server_3d.cpp Create default World physics spaces on demand only 2023-01-31 18:26:52 +01:00
physics_server_3d.h Replace Area gravity point distance scale with unit distance 2023-01-29 22:12:00 -06:00
register_server_types.cpp
register_server_types.h
rendering_server.cpp Expose RenderingServer.canvas_light_blend_mode 2023-02-02 19:12:27 -08:00
rendering_server.h Merge pull request #72075 from Maran23/extents-to-size 2023-02-01 07:30:09 +01:00
SCsub
server_wrap_mt_common.h
text_server.cpp
text_server.h
xr_server.cpp
xr_server.h