godot/core/io
Ferenc Arn f177c15347 Add zstd compression support.
zstd has much better compression speed and ratio, and better decompression speed than currently available methods.
Also set zstd as the default compression method for Compression as well as FileAccessCompressed functions.
2017-06-08 23:48:14 -05:00
..
compression.cpp Add zstd compression support. 2017-06-08 23:48:14 -05:00
compression.h Add zstd compression support. 2017-06-08 23:48:14 -05:00
config_file.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
config_file.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_buffered_fa.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_buffered.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_buffered.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_compressed.cpp Add zstd compression support. 2017-06-08 23:48:14 -05:00
file_access_compressed.h Add zstd compression support. 2017-06-08 23:48:14 -05:00
file_access_encrypted.cpp Move core thirdparty files to thirdparty/{minizip,misc} 2017-04-28 21:19:23 +02:00
file_access_encrypted.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_memory.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_memory.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_network.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_network.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_pack.cpp Fix infinite loop in DirAccessPack::get_current_dir() 2017-05-04 02:20:53 +02:00
file_access_pack.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_zip.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
file_access_zip.h Move core thirdparty files to thirdparty/{minizip,misc} 2017-04-28 21:19:23 +02:00
http_client.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
http_client.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
image_loader.cpp Several fixes related to PBR and Environment 2017-05-30 08:56:19 -03:00
image_loader.h Several fixes related to PBR and Environment 2017-05-30 08:56:19 -03:00
ip_address.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
ip_address.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
ip.cpp Fixed the IP resolver code blocking the main thread, it uses a Mutex now to lock its own thread. 2017-05-08 21:30:48 +02:00
ip.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
json.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
json.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
marshalls.cpp renamed all Rect2.pos to Rect2.position 2017-06-04 02:09:17 +02:00
marshalls.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
networked_multiplayer_peer.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
networked_multiplayer_peer.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
packet_peer_udp.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
packet_peer_udp.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
packet_peer.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
packet_peer.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
pck_packer.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
pck_packer.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
resource_format_binary.cpp renamed all Rect2.pos to Rect2.position 2017-06-04 02:09:17 +02:00
resource_format_binary.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
resource_import.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
resource_import.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
resource_loader.cpp Fix property warnings and hide some debug prints 2017-04-23 11:17:32 +02:00
resource_loader.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
resource_saver.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
resource_saver.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
SCsub Move core thirdparty files to thirdparty/{minizip,misc} 2017-04-28 21:19:23 +02:00
stream_peer_ssl.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
stream_peer_ssl.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
stream_peer_tcp.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
stream_peer_tcp.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
stream_peer.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
stream_peer.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
tcp_server.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
tcp_server.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
translation_loader_po.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
translation_loader_po.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
xml_parser.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
xml_parser.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
zip_io.h Move core thirdparty files to thirdparty/{minizip,misc} 2017-04-28 21:19:23 +02:00