godot/servers
Hugo Locurcio cf1ce8494d
Improve antialiased line drawing sharpness and respect of original width
Antialiased lines with a width of 2 pixels or more now use a smaller
feather width of 1.25 instead of 2.0. This makes them look sharper
and better preserves their original shape while still having good
antialiasing quality.

This also improves the appearance of thin antialiased lines by
slightly increasing their feather size (from 1.0 to 1.25). It
makes them appear a tad thicker, but the antialiasing quality is
much improved by doing this.
2022-07-02 18:45:42 +02:00
..
audio Merge pull request #55846 from ellenhp/fix_ogg_edge_cases 2022-06-22 23:33:51 +02:00
camera
debugger
extensions Add a new HashSet template 2022-05-20 22:40:38 +02:00
movie_writer Split MovieWriterPNGWAV into its own file 2022-06-30 01:02:28 +02:00
physics_2d Clean up Hash Functions 2022-06-20 12:54:19 +02:00
physics_3d Clean up Hash Functions 2022-06-20 12:54:19 +02:00
rendering Improve antialiased line drawing sharpness and respect of original width 2022-07-02 18:45:42 +02:00
text [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *.OTC). 2022-06-07 11:35:59 +03:00
xr
audio_server.cpp
audio_server.h
camera_server.cpp
camera_server.h
display_server_headless.h
display_server.cpp
display_server.h
navigation_server_2d.cpp Merge pull request #62300 from smix8/navigation_map_force_update_4.x 2022-06-24 10:13:07 +02:00
navigation_server_2d.h Merge pull request #62300 from smix8/navigation_map_force_update_4.x 2022-06-24 10:13:07 +02:00
navigation_server_3d.cpp Merge pull request #62300 from smix8/navigation_map_force_update_4.x 2022-06-24 10:13:07 +02:00
navigation_server_3d.h Merge pull request #62300 from smix8/navigation_map_force_update_4.x 2022-06-24 10:13:07 +02:00
physics_server_2d_wrap_mt.cpp
physics_server_2d_wrap_mt.h
physics_server_2d.cpp
physics_server_2d.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h
physics_server_3d.cpp
physics_server_3d.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
register_server_types.cpp Split MovieWriterPNGWAV into its own file 2022-06-30 01:02:28 +02:00
register_server_types.h Change Server initialization order 2022-06-01 16:48:28 +02:00
rendering_server.cpp Automatically update the editor viewport when 3D scaling options are changed 2022-06-19 01:05:17 +02:00
rendering_server.h Implement Running Godot as Movie Writer 2022-06-21 11:28:47 +02:00
SCsub Implement Running Godot as Movie Writer 2022-06-21 11:28:47 +02:00
server_wrap_mt_common.h
text_server.cpp Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextServer. 2022-06-16 16:49:37 +03:00
text_server.h Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextServer. 2022-06-16 16:49:37 +03:00
xr_server.cpp use ERR_FAIL_INDEX when preferred 2022-05-25 13:36:45 -05:00
xr_server.h