virtualx-engine/core/io
Rémi Verschelde 8cec1c63c2
Merge pull request #63629 from dsnopek/fix-locale-remap-with-binary-resources-3.x
[3.x] Fix locale resource remapping with binary conversion on export
2022-08-08 20:03:56 +02:00
..
compression.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
compression.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
config_file.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
config_file.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
dtls_server.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
dtls_server.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
file_access_compressed.cpp [File] Fix FileAccessCompressed::get_buffer return value. 2022-08-08 09:50:41 +02:00
file_access_compressed.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
file_access_encrypted.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
file_access_encrypted.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
file_access_memory.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
file_access_memory.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
file_access_network.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
file_access_network.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
file_access_pack.cpp [3.x] Improve embedded PCK loading and exporting. 2022-04-28 11:11:48 +03:00
file_access_pack.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
file_access_zip.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
file_access_zip.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
http_client.cpp [Net] Fix get_response_body_length for large files. 2022-01-25 18:23:04 +01:00
http_client.h [Net] Fix get_response_body_length for large files. 2022-01-25 18:23:04 +01:00
image_loader.cpp Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
image_loader.h Merge pull request #62408 from Razoric480/raz/fix-no-cache 2022-08-05 23:43:54 +02:00
ip.cpp Increase the maximum number of concurrent DNS queries from 32 to 256 2022-03-25 17:13:51 +01:00
ip.h Increase the maximum number of concurrent DNS queries from 32 to 256 2022-03-25 17:13:51 +01:00
ip_address.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
ip_address.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
json.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
json.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
logger.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
logger.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
marshalls.cpp Fixed variant decoding Segmentation Fault 2022-02-15 12:30:40 +01:00
marshalls.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
multiplayer_api.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
multiplayer_api.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
net_socket.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
net_socket.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
networked_multiplayer_custom.cpp Add error messages and docs to explain restrictions when calling NetworkedMultiplayerCustom.initialize() 2022-07-29 13:51:44 -05:00
networked_multiplayer_custom.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
networked_multiplayer_peer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
networked_multiplayer_peer.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
packet_peer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
packet_peer.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
packet_peer_dtls.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
packet_peer_dtls.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
packet_peer_udp.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
packet_peer_udp.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
pck_packer.cpp Print every file exported with PCKPacker.flush()s verbose parameter 2022-03-02 11:00:26 +01:00
pck_packer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
resource_format_binary.cpp Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
resource_format_binary.h Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
resource_importer.cpp Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
resource_importer.h Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
resource_loader.cpp Merge pull request #63629 from dsnopek/fix-locale-remap-with-binary-resources-3.x 2022-08-08 20:03:56 +02:00
resource_loader.h Merge pull request #62408 from Razoric480/raz/fix-no-cache 2022-08-05 23:43:54 +02:00
resource_saver.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
resource_saver.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
stream_peer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
stream_peer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
stream_peer_ssl.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
stream_peer_ssl.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
stream_peer_tcp.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
stream_peer_tcp.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
tcp_server.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
tcp_server.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
translation_loader_po.cpp Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
translation_loader_po.h Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
udp_server.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
udp_server.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
xml_parser.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
xml_parser.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
zip_io.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
zip_io.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00