godot/servers
PouleyKetchoupp e6ebc43d72 Fixed antialiased option for Polygon2D / Line2D
Polygon2D:
The property wasn't used anymore after switching from canvas_item_add_polygon() to canvas_item_add_triangle_array() for drawing.

Line2D:
Added the same property as for Polygon2D & fixed smooth line drawing to use indices correctly.

Fixes #26823
2019-11-28 22:57:27 +01:00
..
arvr Typo fix: "differt" -> "different" 2019-08-28 19:12:54 +12:00
audio Merge pull request #33516 from qarmin/small_fixes 2019-11-10 10:17:19 +01:00
camera Made constants fully upper case in camera server 2019-06-19 22:24:54 +10:00
physics Activate Body(2D)SW when switching to rigid or character mode. 2019-10-15 07:41:13 +02:00
physics_2d Merge pull request #32845 from madmiraal/rigidbody-mode-change 2019-10-25 23:36:17 +02:00
visual Fixed antialiased option for Polygon2D / Line2D 2019-11-28 22:57:27 +01:00
arvr_server.cpp Use reference to constant in functions 2019-07-10 11:54:12 +02:00
arvr_server.h Use reference to constant in functions 2019-07-10 11:54:12 +02:00
audio_server.cpp Fix to make sure the capture buffers are deallocated at shutdown. Silences warnings. 2019-10-11 23:40:43 +01:00
audio_server.h Fix to make sure the capture buffers are deallocated at shutdown. Silences warnings. 2019-10-11 23:40:43 +01:00
camera_server.cpp Made constants fully upper case in camera server 2019-06-19 22:24:54 +10:00
camera_server.h Changed some code found by Clang Tidy and Coverity 2019-09-22 18:45:08 +02:00
physics_2d_server.cpp
physics_2d_server.h
physics_server.cpp
physics_server.h
register_server_types.cpp Implement game camera override 2019-10-23 02:51:32 +01:00
register_server_types.h
SCsub
server_wrap_mt_common.h Free server id pools directly. 2019-06-27 03:25:36 +03:00
visual_server.cpp Fixed antialiased option for Polygon2D / Line2D 2019-11-28 22:57:27 +01:00
visual_server.h Fixed antialiased option for Polygon2D / Line2D 2019-11-28 22:57:27 +01:00