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