tefusion acd975a45a Fix HTTPClient _request using wrong size 1 year ago
..
SCsub cd4e46ee65 SCons: Format buildsystem files with psf/black 4 years ago
compression.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
compression.h d95794ec8a One Copyright Update to rule them all 1 year ago
config_file.cpp c2790ec2b9 Merge pull request #68450 from KoBeWi/bracket_escapist 1 year ago
config_file.h d95794ec8a One Copyright Update to rule them all 1 year ago
dir_access.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
dir_access.h cf0bd389cc Support long path in file access on windows 1 year ago
dtls_server.cpp adba870534 [NET] Refactor TLS configuration. 1 year ago
dtls_server.h adba870534 [NET] Refactor TLS configuration. 1 year ago
file_access.cpp c56058fe9a Fix FileAccess last open error flag update 1 year ago
file_access.h cf0bd389cc Support long path in file access on windows 1 year ago
file_access_compressed.cpp bc95b0b171 Restore FileAccess.close method. 1 year ago
file_access_compressed.h bc95b0b171 Restore FileAccess.close method. 1 year ago
file_access_encrypted.cpp bc95b0b171 Restore FileAccess.close method. 1 year ago
file_access_encrypted.h bc95b0b171 Restore FileAccess.close method. 1 year ago
file_access_memory.cpp 1f51ceddf3 Fix moving position indicator out of bounds in FileAccessMemory 1 year ago
file_access_memory.h bc95b0b171 Restore FileAccess.close method. 1 year ago
file_access_network.cpp bc95b0b171 Restore FileAccess.close method. 1 year ago
file_access_network.h bc95b0b171 Restore FileAccess.close method. 1 year ago
file_access_pack.cpp bc95b0b171 Restore FileAccess.close method. 1 year ago
file_access_pack.h bc95b0b171 Restore FileAccess.close method. 1 year ago
file_access_zip.cpp bc95b0b171 Restore FileAccess.close method. 1 year ago
file_access_zip.h bc95b0b171 Restore FileAccess.close method. 1 year ago
http_client.cpp acd975a45a Fix HTTPClient _request using wrong size 1 year ago
http_client.h adba870534 [NET] Refactor TLS configuration. 1 year ago
http_client_tcp.cpp 238b8357a3 [TLS] Fix crashes trying to use TLS when not available. 1 year ago
http_client_tcp.h adba870534 [NET] Refactor TLS configuration. 1 year ago
image.cpp 3445fa7dbc Expose more compression formats in Image and fix compress check 1 year ago
image.h 28f51ba547 Refactor high quality texture import 1 year ago
image_loader.cpp c0083e431b Cleanup unused engine code v2 1 year ago
image_loader.h c0083e431b Cleanup unused engine code v2 1 year ago
ip.cpp 6ed9e03449 Fix data races in startup/teardown 1 year ago
ip.h d95794ec8a One Copyright Update to rule them all 1 year ago
ip_address.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
ip_address.h d95794ec8a One Copyright Update to rule them all 1 year ago
json.cpp 5a7624e50f Modify JSON.stringify so that it doesn't create unnecessary empty lines from empty arrays 1 year ago
json.h 1aaff63b8f Fixes to JSON as resource 1 year ago
logger.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
logger.h d95794ec8a One Copyright Update to rule them all 1 year ago
marshalls.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
marshalls.h 5b1df48c6c Convert en_GB spelling to en_US with codespell 1 year ago
missing_resource.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
missing_resource.h d95794ec8a One Copyright Update to rule them all 1 year ago
net_socket.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
net_socket.h d95794ec8a One Copyright Update to rule them all 1 year ago
packed_data_container.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
packed_data_container.h d95794ec8a One Copyright Update to rule them all 1 year ago
packet_peer.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
packet_peer.h d95794ec8a One Copyright Update to rule them all 1 year ago
packet_peer_dtls.cpp adba870534 [NET] Refactor TLS configuration. 1 year ago
packet_peer_dtls.h adba870534 [NET] Refactor TLS configuration. 1 year ago
packet_peer_udp.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
packet_peer_udp.h d95794ec8a One Copyright Update to rule them all 1 year ago
pck_packer.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
pck_packer.h d95794ec8a One Copyright Update to rule them all 1 year ago
resource.cpp c586835541 Make `ResourceCache::get_cached_resources` thread-safe 1 year ago
resource.h c0083e431b Cleanup unused engine code v2 1 year ago
resource_format_binary.cpp 87e6885f5e Fix loading of binary resources with typed arrays 1 year ago
resource_format_binary.h ebd0b40f6e Merge pull request #71687 from reduz/support-script-class-name-in-efs 1 year ago
resource_importer.cpp 07a964fce3 Ability to change a resource UID from API 1 year ago
resource_importer.h 07a964fce3 Ability to change a resource UID from API 1 year ago
resource_loader.cpp a37eb88c5b Lift restriction that resource load thread requester has to be the initiator 1 year ago
resource_loader.h 618bb173ba Fix race condition in resource loader when a load task is reused 1 year ago
resource_saver.cpp 9e9eac4676 Use enum instead of int in virtual methods return type 1 year ago
resource_saver.h 9e9eac4676 Use enum instead of int in virtual methods return type 1 year ago
resource_uid.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
resource_uid.h d95794ec8a One Copyright Update to rule them all 1 year ago
stream_peer.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
stream_peer.h d95794ec8a One Copyright Update to rule them all 1 year ago
stream_peer_gzip.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
stream_peer_gzip.h d95794ec8a One Copyright Update to rule them all 1 year ago
stream_peer_tcp.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
stream_peer_tcp.h d95794ec8a One Copyright Update to rule them all 1 year ago
stream_peer_tls.cpp 7cd80e6a6d [Net] Remove StreamPeerTLS.blocking_handshake option. 1 year ago
stream_peer_tls.h 7cd80e6a6d [Net] Remove StreamPeerTLS.blocking_handshake option. 1 year ago
tcp_server.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
tcp_server.h d95794ec8a One Copyright Update to rule them all 1 year ago
translation_loader_po.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
translation_loader_po.h d95794ec8a One Copyright Update to rule them all 1 year ago
udp_server.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
udp_server.h d95794ec8a One Copyright Update to rule them all 1 year ago
xml_parser.cpp db7d8c2d87 [GDExtension] Expose some low level functions and String operators. 1 year ago
xml_parser.h db7d8c2d87 [GDExtension] Expose some low level functions and String operators. 1 year ago
zip_io.cpp d95794ec8a One Copyright Update to rule them all 1 year ago
zip_io.h d95794ec8a One Copyright Update to rule them all 1 year ago