behaviour-tree-test/core/io
Theogen Ratkin 46ea6750b4 Add interpolation parameter to resize_to_po2()
Image::resize_to_po2() now takes an optional p_interpolation parameter
that it passes directly to resize() with default value INTERPOLATE_BILINEAR.
2020-12-18 14:05:07 -04:00
..
compression.cpp Static analyzer fixes: 2020-12-09 10:17:53 +02:00
compression.h
config_file.cpp
config_file.h
dtls_server.cpp
dtls_server.h
file_access_compressed.cpp Quick fix to incorrect error messages when writing to compressed or encrypted files. 2020-12-15 17:00:39 +00:00
file_access_compressed.h
file_access_encrypted.cpp Quick fix to incorrect error messages when writing to compressed or encrypted files. 2020-12-15 17:00:39 +00:00
file_access_encrypted.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
file_access_memory.cpp
file_access_memory.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
file_access_network.cpp
file_access_network.h
file_access_pack.cpp
file_access_pack.h
file_access_zip.cpp Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
file_access_zip.h Static analyzer fixes: 2020-12-09 10:17:53 +02:00
http_client.cpp
http_client.h Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
image.cpp Add interpolation parameter to resize_to_po2() 2020-12-18 14:05:07 -04:00
image.h Add interpolation parameter to resize_to_po2() 2020-12-18 14:05:07 -04:00
image_loader.cpp
image_loader.h
ip.cpp
ip.h Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
ip_address.cpp Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
ip_address.h
json.cpp
json.h Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
logger.cpp Add a project setting to enable stdout flushing in release builds 2020-12-15 16:40:52 +01:00
logger.h
marshalls.cpp Static analyzer fixes: 2020-12-09 10:17:53 +02:00
marshalls.h
multiplayer_api.cpp
multiplayer_api.h Merge pull request #40136 from Jummit/multiplayer-root-node-getters 2020-11-27 18:36:07 +01:00
net_socket.cpp
net_socket.h
networked_multiplayer_peer.cpp
networked_multiplayer_peer.h
packed_data_container.cpp
packed_data_container.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
packet_peer.cpp Cleanup unused engine code 2020-12-09 12:12:36 +01:00
packet_peer.h Cleanup unused engine code 2020-12-09 12:12:36 +01:00
packet_peer_dtls.cpp
packet_peer_dtls.h
packet_peer_udp.cpp Disable SO_REUSEADDR for UDP. 2020-11-27 14:12:34 +01:00
packet_peer_udp.h
pck_packer.cpp
pck_packer.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
resource.cpp Fix crash duplicating local-to-scene resources 2020-11-18 23:45:30 +01:00
resource.h
resource_format_binary.cpp Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
resource_format_binary.h
resource_importer.cpp Cleanup unused engine code 2020-12-09 12:12:36 +01:00
resource_importer.h Cleanup unused engine code 2020-12-09 12:12:36 +01:00
resource_loader.cpp fix custom loader/saver broken 2020-11-15 22:14:06 +08:00
resource_loader.h
resource_saver.cpp fix custom loader/saver broken 2020-11-15 22:14:06 +08:00
resource_saver.h Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
SCsub
stream_peer.cpp
stream_peer.h
stream_peer_ssl.cpp
stream_peer_ssl.h
stream_peer_tcp.cpp
stream_peer_tcp.h Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
tcp_server.cpp
tcp_server.h
translation_loader_po.cpp
translation_loader_po.h
udp_server.cpp
udp_server.h
xml_parser.cpp
xml_parser.h
zip_io.cpp
zip_io.h