godot/core/io
Rémi Verschelde 040254ef7c Fix potential divisions by 0 reported by MSVC
The `TextEdit` one was indeed a potential bug.
The `PCKPacker` one seems to be a false positive, it's already in a
`for` loop that depends on `files.size()`.

(cherry picked from commit ca4e4506db)
2020-03-25 10:27:48 +01:00
..
compression.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
compression.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
config_file.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
config_file.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
file_access_buffered.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
file_access_buffered.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
file_access_buffered_fa.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
file_access_compressed.cpp Fix FileAccessCompressed::get_8 returning 0 for the last byte of a file 2019-07-03 14:22:06 +02:00
file_access_compressed.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
file_access_encrypted.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
file_access_encrypted.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
file_access_memory.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
file_access_memory.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
file_access_network.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
file_access_network.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
file_access_pack.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
file_access_pack.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
file_access_zip.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
file_access_zip.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
http_client.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
http_client.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
image_loader.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
image_loader.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
ip.cpp Fix DNS resolution when cache is invalid. 2019-07-03 14:05:19 +02:00
ip.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
ip_address.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
ip_address.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
json.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
json.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
logger.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
logger.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
marshalls.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
marshalls.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
networked_multiplayer_peer.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
networked_multiplayer_peer.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
packet_peer.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
packet_peer.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
packet_peer_udp.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
packet_peer_udp.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
pck_packer.cpp Fix potential divisions by 0 reported by MSVC 2020-03-25 10:27:48 +01:00
pck_packer.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
resource_format_binary.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
resource_format_binary.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
resource_import.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
resource_import.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
resource_loader.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
resource_loader.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
resource_saver.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
resource_saver.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
SCsub Add an option to use zstd's recently introduced long range matching (off by default). 2017-10-27 12:26:13 -04:00
stream_peer.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
stream_peer.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
stream_peer_ssl.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
stream_peer_ssl.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
stream_peer_tcp.cpp Fix DNS resolution when cache is invalid. 2019-07-03 14:05:19 +02:00
stream_peer_tcp.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
tcp_server.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
tcp_server.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
translation_loader_po.cpp Fix loading PO files with missing newline after last msgstr 2019-07-03 13:35:41 +02:00
translation_loader_po.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
xml_parser.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
xml_parser.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
zip_io.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00