godot/servers
Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector
Typed `PoolTypeArray` types are now renamed `PackedTypeArray` and are
sugar for `Vector<Type>`.
2020-02-18 10:10:36 +01:00
..
arvr
audio PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
camera
physics PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
physics_2d PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
visual PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
arvr_server.cpp
arvr_server.h
audio_server.cpp
audio_server.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
camera_server.cpp
camera_server.h
navigation_2d_server.cpp Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
navigation_2d_server.h Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
navigation_server.cpp Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
navigation_server.h Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
physics_2d_server.cpp ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits. 2020-02-12 14:24:54 -03:00
physics_2d_server.h ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits. 2020-02-12 14:24:54 -03:00
physics_server.cpp
physics_server.h ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits. 2020-02-12 14:24:54 -03:00
register_server_types.cpp
register_server_types.h
SCsub
server_wrap_mt_common.h
visual_server.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
visual_server.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00