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