virtualx-engine/core/io
Rémi Verschelde 99980d856b
Merge pull request #29871 from Faless/crypto/initial_pr
More Crypto, SSL server, crt/key as Resource, HashingContext
2019-08-21 18:03:03 +02:00
..
compression.cpp Compression: Set Zstd max window size via public parameter 2019-04-18 13:47:42 +02:00
compression.h
config_file.cpp Support for file not found in ConfigFile::Load and handle a few specific cases 2019-08-21 08:32:55 +02:00
config_file.h Add encrypted files support to ConfigFile 2019-06-27 16:43:44 +03:00
file_access_buffered.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
file_access_buffered.h
file_access_buffered_fa.h Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' 2019-08-17 13:31:22 +02:00
file_access_compressed.cpp Fixed EOF flag not resetting on seek back 2019-08-05 18:20:18 -07: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 Move CryptoCore to it's own folder. 2019-08-19 16:31:05 +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
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 DirAccessPack: Fix dir_exists and file_exists for res:// paths 2019-08-17 19:03:28 +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
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
image_loader.cpp
image_loader.h Remove redundant author doc comments 2019-08-12 04:26:38 -05: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 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
ip_address.h
json.cpp Remove unnecessary code and add some error explanations 2019-07-01 12:59:42 +02:00
json.h
logger.cpp
logger.h
marshalls.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
marshalls.h Use same boolean for objects encode and decode. 2019-03-28 10:43:34 +01:00
multiplayer_api.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
multiplayer_api.h Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
net_socket.cpp
net_socket.h Multicast support in NetSocket/PacketPeerUDP 2019-06-21 00:14:42 +02:00
networked_multiplayer_peer.cpp
networked_multiplayer_peer.h
packet_peer.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +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 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
pck_packer.h
resource_format_binary.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +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 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
resource_loader.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
resource_saver.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
resource_saver.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
SCsub
stream_peer.cpp Changed some code showed in LGTM and Coverage 2019-07-20 08:09:57 +02:00
stream_peer.h Add object encoding param to serialization methods 2019-04-01 15:53:19 +02:00
stream_peer_ssl.cpp Rewrite StreamPeerSSL with SSLContext helper class 2019-08-21 16:59:38 +02:00
stream_peer_ssl.h Rewrite StreamPeerSSL with SSLContext helper class 2019-08-21 16:59:38 +02:00
stream_peer_tcp.cpp Add TCP connect timeout. 2019-07-08 09:18:46 +02:00
stream_peer_tcp.h Add TCP connect timeout. 2019-07-08 09:18:46 +02:00
tcp_server.cpp Add TCP Server is_listening method 2019-07-03 18:42:46 +02:00
tcp_server.h Add TCP Server is_listening method 2019-07-03 18:42:46 +02:00
translation_loader_po.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
translation_loader_po.h Unexpose subclasses of ResourceFormatLoader and -Saver 2019-06-18 17:56:23 +02:00
xml_parser.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 2019-08-17 12:33:15 +02:00
xml_parser.h
zip_io.cpp
zip_io.h Fix typos with codespell 2019-05-19 13:10:35 +02:00