godot/core/io
Rémi Verschelde b0ce9401ff
Merge pull request #30126 from qarmin/remove_unnecessary_code
Remove unnecessary code and add some error explanations
2019-07-01 14:32:04 +02:00
..
compression.cpp Compression: Set Zstd max window size via public parameter 2019-04-18 13:47:42 +02:00
compression.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
config_file.cpp Add encrypted files support to ConfigFile 2019-06-27 16:43:44 +03:00
config_file.h Add encrypted files support to ConfigFile 2019-06-27 16:43:44 +03:00
file_access_buffered.cpp Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
file_access_buffered.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
file_access_buffered_fa.h Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
file_access_compressed.cpp Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
file_access_compressed.h Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
file_access_encrypted.cpp Fix errors when attempting to set UNIX permissions when unavailable 2019-06-03 14:35:33 +02:00
file_access_encrypted.h Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
file_access_memory.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_memory.h Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
file_access_network.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
file_access_network.h Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
file_access_pack.cpp Enable warnings=extra on clang and GCC testers. 2019-04-02 17:14:47 +02:00
file_access_pack.h Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
file_access_zip.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
file_access_zip.h Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
http_client.cpp Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
http_client.h Fix HTTPClient keep alive with chunked encoding. 2019-02-20 05:13:51 +01:00
image_loader.cpp Print the path of a corrupt image 2019-01-20 04:19:12 +01:00
image_loader.h Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
ip.cpp Implement IP.get_local_interfaces. 2019-06-21 00:14:42 +02:00
ip.h Implement IP.get_local_interfaces. 2019-06-21 00:14:42 +02:00
ip_address.cpp Implement IP.get_local_interfaces. 2019-06-21 00:14:42 +02:00
ip_address.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
json.cpp Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
json.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
logger.cpp Fix parameterised macros in core. Addresses #25488 2019-02-18 22:08:42 +05:30
logger.h Fix -Wsuggest-attribute=format warnings. 2019-02-27 06:56:50 +01:00
marshalls.cpp Merge pull request #29941 from qarmin/redundant_code_and_others 2019-06-27 01:05:18 +02:00
marshalls.h Use same boolean for objects encode and decode. 2019-03-28 10:43:34 +01:00
multiplayer_api.cpp Add default values to the editor help, docs, and generated RST 2019-06-27 18:29:35 +03:00
multiplayer_api.h Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
net_socket.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
net_socket.h Multicast support in NetSocket/PacketPeerUDP 2019-06-21 00:14:42 +02:00
networked_multiplayer_peer.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
networked_multiplayer_peer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
packet_peer.cpp Add object encoding param to serialization methods 2019-04-01 15:53:19 +02:00
packet_peer.h Add object encoding param to serialization methods 2019-04-01 15:53:19 +02:00
packet_peer_udp.cpp Multicast support in NetSocket/PacketPeerUDP 2019-06-21 00:14:42 +02:00
packet_peer_udp.h Multicast support in NetSocket/PacketPeerUDP 2019-06-21 00:14:42 +02:00
pck_packer.cpp Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
pck_packer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_format_binary.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
resource_format_binary.h Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
resource_importer.cpp Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
resource_importer.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
resource_loader.cpp Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
resource_loader.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
resource_saver.cpp Allow class_name scripts to have nested inheritance 2019-03-09 00:47:27 -03:00
resource_saver.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
SCsub SCons: Build core's thirdparty code in own environment 2018-09-28 11:40:41 +02:00
stream_peer.cpp Add object encoding param to serialization methods 2019-04-01 15:53:19 +02:00
stream_peer.h Add object encoding param to serialization methods 2019-04-01 15:53:19 +02:00
stream_peer_ssl.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
stream_peer_ssl.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
stream_peer_tcp.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
stream_peer_tcp.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
tcp_server.cpp Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
tcp_server.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
translation_loader_po.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
translation_loader_po.h Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
xml_parser.cpp Merge pull request #29283 from qarmin/fix_some_always_same_values 2019-06-20 21:10:10 +02:00
xml_parser.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
zip_io.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
zip_io.h Fix typos with codespell 2019-05-19 13:10:35 +02:00