Rémi Verschelde def12f7cc4 Remove forward compat parsing of PackedVector4Array in binary format 9 ماه پیش
..
SCsub cd4e46ee65 SCons: Format buildsystem files with psf/black 4 سال پیش
compression.cpp 893f889d74 [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 1 سال پیش
compression.h 0e4bd964cc Expose brotli decompression to the scripting API. 1 سال پیش
config_file.cpp c2790ec2b9 Merge pull request #68450 from KoBeWi/bracket_escapist 2 سال پیش
config_file.h d95794ec8a One Copyright Update to rule them all 2 سال پیش
dir_access.cpp 97bcd8a631 Add method to check if filesystem is case sensitive. 1 سال پیش
dir_access.h 97bcd8a631 Add method to check if filesystem is case sensitive. 1 سال پیش
dtls_server.cpp adba870534 [NET] Refactor TLS configuration. 2 سال پیش
dtls_server.h adba870534 [NET] Refactor TLS configuration. 2 سال پیش
file_access.cpp 2042283d32 Explicitly initialize all of `FileAccess::create_func[ACCESS_MAX]` 11 ماه پیش
file_access.h bf3f6e3b55 Error handling for `FileAccess.get_file_as_*` 1 سال پیش
file_access_compressed.cpp 8aa6f29b56 [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on macOS/BSD and Windows. 1 سال پیش
file_access_compressed.h 8aa6f29b56 [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on macOS/BSD and Windows. 1 سال پیش
file_access_encrypted.cpp 8aa6f29b56 [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on macOS/BSD and Windows. 1 سال پیش
file_access_encrypted.h 8aa6f29b56 [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on macOS/BSD and Windows. 1 سال پیش
file_access_memory.cpp f4106e5fb3 Fix FileAccessMemory off by one error in eof_reached 11 ماه پیش
file_access_memory.h 8aa6f29b56 [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on macOS/BSD and Windows. 1 سال پیش
file_access_pack.cpp a47a07d13b Fix FileAccessPack::get_buffer will update pos past the length of file 1 سال پیش
file_access_pack.h 8aa6f29b56 [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on macOS/BSD and Windows. 1 سال پیش
file_access_zip.cpp f18aa00e85 Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 1 سال پیش
file_access_zip.h 8aa6f29b56 [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on macOS/BSD and Windows. 1 سال پیش
http_client.cpp 1514376e46 Fix HTTPClient _request using wrong size 1 سال پیش
http_client.h adba870534 [NET] Refactor TLS configuration. 2 سال پیش
http_client_tcp.cpp eeac6f8c7f [TLS] Fix crashes trying to use TLS when not available. 1 سال پیش
http_client_tcp.h adba870534 [NET] Refactor TLS configuration. 2 سال پیش
image.cpp 0224a60b43 Added error to catch conversion on invalid image 1 سال پیش
image.h 0045dc204c Revert "Implement loading DDS textures at run-time" 1 سال پیش
image_loader.cpp c0083e431b Cleanup unused engine code v2 2 سال پیش
image_loader.h c0083e431b Cleanup unused engine code v2 2 سال پیش
ip.cpp 893f889d74 [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 1 سال پیش
ip.h eb391d3302 Display `BitField[Enum]` in docs to distinguish from `Enum` 1 سال پیش
ip_address.cpp d95794ec8a One Copyright Update to rule them all 2 سال پیش
ip_address.h d95794ec8a One Copyright Update to rule them all 2 سال پیش
json.cpp 427b293c7d Disallow invalid escape sequences in JSON.parse 1 سال پیش
json.h 1aaff63b8f Fixes to JSON as resource 2 سال پیش
logger.cpp d95794ec8a One Copyright Update to rule them all 2 سال پیش
logger.h d95794ec8a One Copyright Update to rule them all 2 سال پیش
marshalls.cpp 210461f2ed Prevent `encode_variant` doing `memcpy` from `nullptr` 1 سال پیش
marshalls.h 5b1df48c6c Convert en_GB spelling to en_US with codespell 2 سال پیش
missing_resource.cpp d95794ec8a One Copyright Update to rule them all 2 سال پیش
missing_resource.h d95794ec8a One Copyright Update to rule them all 2 سال پیش
net_socket.cpp d95794ec8a One Copyright Update to rule them all 2 سال پیش
net_socket.h d95794ec8a One Copyright Update to rule them all 2 سال پیش
packed_data_container.cpp 893f889d74 [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 1 سال پیش
packed_data_container.h c08e96ef0d Improve and document PackedDataContainer 1 سال پیش
packet_peer.cpp d95794ec8a One Copyright Update to rule them all 2 سال پیش
packet_peer.h d8ff69d53c Extract ScriptInstance to simplify includes 1 سال پیش
packet_peer_dtls.cpp adba870534 [NET] Refactor TLS configuration. 2 سال پیش
packet_peer_dtls.h adba870534 [NET] Refactor TLS configuration. 2 سال پیش
packet_peer_udp.cpp d95794ec8a One Copyright Update to rule them all 2 سال پیش
packet_peer_udp.h d95794ec8a One Copyright Update to rule them all 2 سال پیش
pck_packer.cpp 067807c1cb Remove nondeterminism in pck_packer 1 سال پیش
pck_packer.h d95794ec8a One Copyright Update to rule them all 2 سال پیش
remote_filesystem_client.cpp faaf27f284 Fix various typos with codespell 1 سال پیش
remote_filesystem_client.h efdff9cbc2 Fix GCC -Wmaybe-uninitialized warnings 1 سال پیش
resource.cpp 6f339b07f0 Fix Resource::get_rid override not working in GDExtension 10 ماه پیش
resource.h a3627b6e37 Assign temporary path to preloaded resources 1 سال پیش
resource_format_binary.cpp def12f7cc4 Remove forward compat parsing of PackedVector4Array in binary format 9 ماه پیش
resource_format_binary.h f37c2b5be2 Fix ImageTextureLayered serialisation issues. 1 سال پیش
resource_importer.cpp 8352122e70 Document editor import options in the class reference 1 سال پیش
resource_importer.h 58076b9ccb Implement glTF compat version system for files from older Godot versions 1 سال پیش
resource_loader.cpp 63f45cd75d Revert "Push p_original_path into load_paths_stack and sub_tasks instead of p_path." 10 ماه پیش
resource_loader.h a5aa6910bc Avoid regressing in progress reporting in resource load 11 ماه پیش
resource_saver.cpp 4564a8513a Correctly check scripts that must inherit `EditorPlugin` 1 سال پیش
resource_saver.h d8ff69d53c Extract ScriptInstance to simplify includes 1 سال پیش
resource_uid.cpp 2263d94cc3 Add comment why off-by-one error is hard to fix 1 سال پیش
resource_uid.h d95794ec8a One Copyright Update to rule them all 2 سال پیش
stream_peer.cpp d95794ec8a One Copyright Update to rule them all 2 سال پیش
stream_peer.h d8ff69d53c Extract ScriptInstance to simplify includes 1 سال پیش
stream_peer_gzip.cpp c00caa766e add check for negative buffer_size inside start_(de)compression method. 11 ماه پیش
stream_peer_gzip.h d95794ec8a One Copyright Update to rule them all 2 سال پیش
stream_peer_tcp.cpp e5ea748dcf FIX: Return if TCP is in STATUS_CONNECTED 10 ماه پیش
stream_peer_tcp.h d95794ec8a One Copyright Update to rule them all 2 سال پیش
stream_peer_tls.cpp 7cd80e6a6d [Net] Remove StreamPeerTLS.blocking_handshake option. 2 سال پیش
stream_peer_tls.h 7cd80e6a6d [Net] Remove StreamPeerTLS.blocking_handshake option. 2 سال پیش
tcp_server.cpp d95794ec8a One Copyright Update to rule them all 2 سال پیش
tcp_server.h d95794ec8a One Copyright Update to rule them all 2 سال پیش
translation_loader_po.cpp d95794ec8a One Copyright Update to rule them all 2 سال پیش
translation_loader_po.h d95794ec8a One Copyright Update to rule them all 2 سال پیش
udp_server.cpp d95794ec8a One Copyright Update to rule them all 2 سال پیش
udp_server.h d95794ec8a One Copyright Update to rule them all 2 سال پیش
xml_parser.cpp 893f889d74 [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 1 سال پیش
xml_parser.h eb391d3302 Display `BitField[Enum]` in docs to distinguish from `Enum` 1 سال پیش
zip_io.cpp 893f889d74 [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 1 سال پیش
zip_io.h 1326b7e04f Fix buffer over-read and memory leaks when using long filepaths in a zip archive and improved robustness of long filepaths and reading files. 1 سال پیش