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 年間 前