virtualx-engine/core/io
Hugo Locurcio 8e57e5dc6a
Print every file exported with PCKPacker.flush()s verbose parameter
Previously, only one line per 100 files was printed.

This also refactors the print statement to use Godot methods and
make it more informative overall.
2022-02-25 02:42:58 +01:00
..
compression.cpp Vectors: Use clear() and has(). 2022-02-02 00:11:09 +05:45
compression.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
config_file.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
config_file.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
dir_access.cpp String: Add contains(). 2022-02-04 01:28:02 +05:45
dir_access.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
dtls_server.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
dtls_server.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_access.cpp String: Add contains(). 2022-02-04 01:28:02 +05:45
file_access.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_access_compressed.cpp Fix decompression functions not returning errcodes 2022-02-18 13:50:25 +00:00
file_access_compressed.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_access_encrypted.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_access_encrypted.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_access_memory.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_access_memory.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_access_network.cpp [Net] Fix bogus FileAccessNetwork deconstructor. 2022-02-05 03:27:19 +01:00
file_access_network.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_access_pack.cpp String: Add contains(). 2022-02-04 01:28:02 +05:45
file_access_pack.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
file_access_zip.cpp Fix multiple missing UTF-8 decoding. 2022-01-06 14:35:22 +02:00
file_access_zip.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
http_client.cpp Verify custom HTTP headers, fix off by one error 2022-01-27 03:22:37 +01:00
http_client.h Verify custom HTTP headers, fix off by one error 2022-01-27 03:22:37 +01:00
http_client_tcp.cpp Cleanup and move char functions to the char_utils.h header. 2022-02-04 11:35:01 +02:00
http_client_tcp.h [Net] Non-blocking request in HTTPClientTCP. 2022-02-03 02:45:30 +01:00
image.cpp Faster CVTT by reducing quality. 2022-02-04 15:15:26 -08:00
image.h Faster CVTT by reducing quality. 2022-02-04 15:15:26 -08:00
image_loader.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
image_loader.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
ip.cpp [Net] Simplify IP resolution code, fix caching. 2022-01-29 01:56:36 +01:00
ip.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
ip_address.cpp Cleanup and move char functions to the char_utils.h header. 2022-02-04 11:35:01 +02:00
ip_address.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
json.cpp Cleanup and move char functions to the char_utils.h header. 2022-02-04 11:35:01 +02:00
json.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
logger.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
logger.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
marshalls.cpp Merge pull request #58205 from Zylann/fix_variant_encode_with_doubles 2022-02-19 08:22:05 +01:00
marshalls.h Fixed variant decoding Segmentation Fault 2022-02-14 23:04:05 +03:00
net_socket.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
net_socket.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
packed_data_container.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
packed_data_container.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
packet_peer.cpp Vectors: Use clear() and has(). 2022-02-02 00:11:09 +05:45
packet_peer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
packet_peer_dtls.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
packet_peer_dtls.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
packet_peer_udp.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
packet_peer_udp.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
pck_packer.cpp Print every file exported with PCKPacker.flush()s verbose parameter 2022-02-25 02:42:58 +01:00
pck_packer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource.cpp Fix multiple missing UTF-8 decoding. 2022-01-06 14:35:22 +02:00
resource.h String: Add contains(). 2022-02-04 01:28:02 +05:45
resource_format_binary.cpp Merge pull request #58166 from Zylann/fix_binary_resource_with_doubles 2022-02-19 08:22:42 +01:00
resource_format_binary.h Fix loading of binary resources with 64-bit floats 2022-02-16 00:55:13 +00:00
resource_importer.cpp ResourceImporter: Restore default append logic for new importers 2022-02-07 09:47:16 +01:00
resource_importer.h ResourceImporter: Restore default append logic for new importers 2022-02-07 09:47:16 +01:00
resource_loader.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
resource_loader.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_saver.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_saver.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_uid.cpp [ResourceUID] Use CryptoCore::RandomGenerator for IDs. 2022-02-14 10:45:50 +01:00
resource_uid.h [ResourceUID] Use CryptoCore::RandomGenerator for IDs. 2022-02-14 10:45:50 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
stream_peer.cpp Vectors: Use clear() and has(). 2022-02-02 00:11:09 +05:45
stream_peer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
stream_peer_ssl.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
stream_peer_ssl.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
stream_peer_tcp.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
stream_peer_tcp.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
tcp_server.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
tcp_server.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
translation_loader_po.cpp String: Add contains(). 2022-02-04 01:28:02 +05:45
translation_loader_po.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
udp_server.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
udp_server.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
xml_parser.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
xml_parser.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
zip_io.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
zip_io.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00