Pedro J. Estébanez a0c17446ad ResourceLoader: Report error if resource type unrecognized 2 ヶ月 前
..
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 a8bc9f3e78 Add const lvalue ref to core/* container parameters 9 ヶ月 前
config_file.h a8bc9f3e78 Add const lvalue ref to core/* container parameters 9 ヶ月 前
dir_access.cpp c53a4a7f64 Merge pull request #90069 from KoBeWi/file_suicide_prevention_measures 5 ヶ月 前
dir_access.h 9903e6779b Enforce template syntax `typename` over `class` 8 ヶ月 前
dtls_server.cpp adba870534 [NET] Refactor TLS configuration. 1 年間 前
dtls_server.h adba870534 [NET] Refactor TLS configuration. 1 年間 前
file_access.cpp e4fa8543ea Revert "Fix FileSystem dock won't show any file folders" 5 ヶ月 前
file_access.h 88b3e68f93 [FileAccess] Implement `resize` method. 7 ヶ月 前
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 88b3e68f93 [FileAccess] Implement `resize` method. 7 ヶ月 前
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 88b3e68f93 [FileAccess] Implement `resize` method. 7 ヶ月 前
file_access_memory.cpp a8bc9f3e78 Add const lvalue ref to core/* container parameters 9 ヶ月 前
file_access_memory.h 88b3e68f93 [FileAccess] Implement `resize` method. 7 ヶ月 前
file_access_pack.cpp 613600fa89 Fix use-after-free in `FileAccess::exists` 3 ヶ月 前
file_access_pack.h 88b3e68f93 [FileAccess] Implement `resize` method. 7 ヶ月 前
file_access_zip.cpp efccebd3db [Core] Use unztell64 in FileAccessZIP to ensure 64 bit return 7 ヶ月 前
file_access_zip.h 88b3e68f93 [FileAccess] Implement `resize` method. 7 ヶ月 前
http_client.cpp a3cb1b096f Add const references detected by clang-tidy 11 ヶ月 前
http_client.h adba870534 [NET] Refactor TLS configuration. 1 年間 前
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. 1 年間 前
image.cpp 0ed45629fd Support 64-bit image sizes for VRAM compression 4 ヶ月 前
image.h 0ed45629fd Support 64-bit image sizes for VRAM compression 4 ヶ月 前
image_loader.cpp a8bc9f3e78 Add const lvalue ref to core/* container parameters 9 ヶ月 前
image_loader.h d4e1a74efb Add 'override' mark to ResourceFormat class 8 ヶ月 前
ip.cpp 955d5affa8 Reduce and prevent unnecessary random-access to `List` 6 ヶ月 前
ip.h eb391d3302 Display `BitField[Enum]` in docs to distinguish from `Enum` 1 年間 前
ip_address.cpp a0dbdcc3ab Replace `find` with `contains/has` where applicable 6 ヶ月 前
ip_address.h d95794ec8a One Copyright Update to rule them all 1 年間 前
json.cpp b1f5e9fe3a Rename internal is_ascii_char to is_ascii_alphabet_char 7 ヶ月 前
json.h d4e1a74efb Add 'override' mark to ResourceFormat class 8 ヶ月 前
logger.cpp 5b3857e5f1 Fix UTF-8 misintepreted as Latin-1 when logging to file 4 ヶ月 前
logger.h 459f14c098 Strip ANSI escape codes from file logging 7 ヶ月 前
marshalls.cpp 31454423ba [Core] Fix TypedArray encoding when full objects is disabled 4 ヶ月 前
marshalls.h 5b1df48c6c Convert en_GB spelling to en_US with codespell 1 年間 前
missing_resource.cpp d95794ec8a One Copyright Update to rule them all 1 年間 前
missing_resource.h d95794ec8a One Copyright Update to rule them all 1 年間 前
net_socket.cpp d95794ec8a One Copyright Update to rule them all 1 年間 前
net_socket.h a8bc9f3e78 Add const lvalue ref to core/* container parameters 9 ヶ月 前
packed_data_container.cpp 413c11357d Use Core/Scene stringnames consistently 6 ヶ月 前
packed_data_container.h c08e96ef0d Improve and document PackedDataContainer 1 年間 前
packet_peer.cpp 24fe0715b5 Promote CowData to 64 bits 10 ヶ月 前
packet_peer.h d8ff69d53c Extract ScriptInstance to simplify includes 1 年間 前
packet_peer_dtls.cpp adba870534 [NET] Refactor TLS configuration. 1 年間 前
packet_peer_dtls.h adba870534 [NET] Refactor TLS configuration. 1 年間 前
packet_peer_udp.cpp 247a481001 Fix a couple GCC 14 `-Wmaybe-uninitialized` warnings 4 ヶ月 前
packet_peer_udp.h a8bc9f3e78 Add const lvalue ref to core/* container parameters 9 ヶ月 前
pck_packer.cpp 067807c1cb Remove nondeterminism in pck_packer 1 年間 前
pck_packer.h d95794ec8a One Copyright Update to rule them all 1 年間 前
plist.cpp 491077239c [macOS/iOS export] Add option to set custom Info.plist data. 10 ヶ月 前
plist.h 491077239c [macOS/iOS export] Add option to set custom Info.plist data. 10 ヶ月 前
remote_filesystem_client.cpp faaf27f284 Fix various typos with codespell 1 年間 前
remote_filesystem_client.h efdff9cbc2 Fix GCC -Wmaybe-uninitialized warnings 1 年間 前
resource.cpp f806cfb72b ResourceLoader: Add thread-aware resource changed mechanism 2 ヶ月 前
resource.h 7319b612f3 Speed up inspector updates for TileMap 8 ヶ月 前
resource_format_binary.cpp c1391489e3 GDScript: Enhance handling of cyclic dependencies 4 ヶ月 前
resource_format_binary.h d4e1a74efb Add 'override' mark to ResourceFormat class 8 ヶ月 前
resource_importer.cpp 74f9f12c71 Merge pull request #92320 from Hilderin/fix-importing-assets-with-csv 5 ヶ月 前
resource_importer.h e4fa8543ea Revert "Fix FileSystem dock won't show any file folders" 5 ヶ月 前
resource_loader.cpp a0c17446ad ResourceLoader: Report error if resource type unrecognized 2 週間 前
resource_loader.h f806cfb72b ResourceLoader: Add thread-aware resource changed mechanism 2 ヶ月 前
resource_saver.cpp 49ae632b7d Fix import and saving related crashes 7 ヶ月 前
resource_saver.h a8bc9f3e78 Add const lvalue ref to core/* container parameters 9 ヶ月 前
resource_uid.cpp 5e6adb4a2d Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs 8 ヶ月 前
resource_uid.h 5e6adb4a2d Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs 8 ヶ月 前
stream_peer.cpp d95794ec8a One Copyright Update to rule them all 1 年間 前
stream_peer.h d8ff69d53c Extract ScriptInstance to simplify includes 1 年間 前
stream_peer_gzip.cpp da886006a0 add check for negative buffer_size inside start_(de)compression method. 8 ヶ月 前
stream_peer_gzip.h d95794ec8a One Copyright Update to rule them all 1 年間 前
stream_peer_tcp.cpp 61a2f5c534 FIX: Return if TCP is in STATUS_CONNECTED 7 ヶ月 前
stream_peer_tcp.h d95794ec8a One Copyright Update to rule them all 1 年間 前
stream_peer_tls.cpp 7cd80e6a6d [Net] Remove StreamPeerTLS.blocking_handshake option. 1 年間 前
stream_peer_tls.h 7cd80e6a6d [Net] Remove StreamPeerTLS.blocking_handshake option. 1 年間 前
tcp_server.cpp d95794ec8a One Copyright Update to rule them all 1 年間 前
tcp_server.h d95794ec8a One Copyright Update to rule them all 1 年間 前
translation_loader_po.cpp d95794ec8a One Copyright Update to rule them all 1 年間 前
translation_loader_po.h d4e1a74efb Add 'override' mark to ResourceFormat class 8 ヶ月 前
udp_server.cpp 955d5affa8 Reduce and prevent unnecessary random-access to `List` 6 ヶ月 前
udp_server.h d95794ec8a One Copyright Update to rule them all 1 年間 前
xml_parser.cpp 684752e75b Replace error checks against `size` with `is_empty` 9 ヶ月 前
xml_parser.h eb391d3302 Display `BitField[Enum]` in docs to distinguish from `Enum` 1 年間 前
zip_io.cpp a8bc9f3e78 Add const lvalue ref to core/* container parameters 9 ヶ月 前
zip_io.h a8bc9f3e78 Add const lvalue ref to core/* container parameters 9 ヶ月 前