Thaddeus Crews 610a5bd65b Merge pull request #109276 from bruvzg/sym_copy 3 天之前
..
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files 11 月之前
compression.cpp 5777a88b76 Support 64-bit sizes in Compression 2 月之前
compression.h 5777a88b76 Support 64-bit sizes in Compression 2 月之前
config_file.cpp b8e44a0000 Improve ConfigFile get_sections and get_section_keys by returning Vector<String> 4 月之前
config_file.h b8e44a0000 Improve ConfigFile get_sections and get_section_keys by returning Vector<String> 4 月之前
dir_access.cpp 19dbfec777 Fix symlink copy in `DirAccess::copy_dir`. 2 周之前
dir_access.h 5af4bef46f Inline static variables (part 1) 3 月之前
dtls_server.cpp 5af4bef46f Inline static variables (part 1) 3 月之前
dtls_server.h 5af4bef46f Inline static variables (part 1) 3 月之前
file_access.compat.inc a4b17e7852 [FileAccess] Return error codes from `store_*` methods. 8 月之前
file_access.cpp 42733a2a5c Implement sparse bundle PCK support. 1 月之前
file_access.h 42733a2a5c Implement sparse bundle PCK support. 1 月之前
file_access_compressed.cpp 5777a88b76 Support 64-bit sizes in Compression 2 月之前
file_access_compressed.h f6f1df7d73 Add 64-bit versions of core power of 2 functions 2 月之前
file_access_encrypted.cpp 65161977e9 Merge pull request #103415 from bruvzg/iv_pools 5 月之前
file_access_encrypted.h 2d0ae77719 add GDSOFTCLASS to FileAccess and DirAccess derived classes 4 月之前
file_access_memory.cpp bf9ef5f8a5 Merge pull request #100564 from YYF233333/iwyu 8 月之前
file_access_memory.h 2d0ae77719 add GDSOFTCLASS to FileAccess and DirAccess derived classes 4 月之前
file_access_pack.cpp 42733a2a5c Implement sparse bundle PCK support. 1 月之前
file_access_pack.h 42733a2a5c Implement sparse bundle PCK support. 1 月之前
file_access_zip.cpp 38c69f1814 Fix file handle leak in ZipArchive and FileAccessZip 2 月之前
file_access_zip.h 38c69f1814 Fix file handle leak in ZipArchive and FileAccessZip 2 月之前
http_client.cpp 8ae16699c5 Do not use Dictionary::keys() for Dictionary iteration. 4 月之前
http_client.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
http_client_tcp.cpp 23129a66ed Replace append_utfx with direct String::utfx 4 月之前
http_client_tcp.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
image.cpp 638c6a5659 Fix Image format RGB565 conversion 2 周之前
image.h 873833b4a7 Remove redundant `queue_redraw()` & fix typo 2 月之前
image_loader.cpp 5af4bef46f Inline static variables (part 1) 3 月之前
image_loader.h 5af4bef46f Inline static variables (part 1) 3 月之前
ip.cpp 1498eb327f Make `IPAddress` to `String` conversion explicit. 2 月之前
ip.h 5af4bef46f Inline static variables (part 1) 3 月之前
ip_address.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 3 月之前
ip_address.h 1498eb327f Make `IPAddress` to `String` conversion explicit. 2 月之前
json.cpp b626695f70 Fix internal JSON stringify not preserving p_full_precision 1 月之前
json.h b626695f70 Fix internal JSON stringify not preserving p_full_precision 1 月之前
logger.cpp 24494d840e Core: Unify display of error type prefixes 2 月之前
logger.h 24494d840e Core: Unify display of error type prefixes 2 月之前
marshalls.cpp 057759d413 Fix for debugging typed dictionaries 3 月之前
marshalls.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
missing_resource.cpp 95d2909474 Fix missing resource properties being dropped on save 9 月之前
missing_resource.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
net_socket.cpp d95794ec8a One Copyright Update to rule them all 2 年之前
net_socket.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
packed_data_container.cpp bebe037abf Add ConstIterator to Dictionary. 5 月之前
packed_data_container.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
packet_peer.cpp f6f1df7d73 Add 64-bit versions of core power of 2 functions 2 月之前
packet_peer.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
packet_peer_dtls.cpp 5af4bef46f Inline static variables (part 1) 3 月之前
packet_peer_dtls.h 5af4bef46f Inline static variables (part 1) 3 月之前
packet_peer_udp.cpp 1498eb327f Make `IPAddress` to `String` conversion explicit. 2 月之前
packet_peer_udp.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
pck_packer.cpp 6e823b4b14 PCKPacker: Fix first file being written mis-aligned 2 月之前
pck_packer.h 8cb2817976 [PCK] Move directory to the end of file, write exported/saved PCK in place. 2 月之前
plist.cpp b13a0e1834 Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized. 2 月之前
plist.h fa0a3c9c6e Add and require `GDSOFTCLASS` for `Object` subclasses that want to cast but do not use `GDCLASS`. 4 月之前
remote_filesystem_client.cpp 5777a88b76 Support 64-bit sizes in Compression 2 月之前
remote_filesystem_client.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
resource.cpp 5033a6af07 Never duplicate Scripts when duplicating resources recursively 1 周之前
resource.h d0826b0bfe Fix external resource IDs being lost for default properties 3 周之前
resource_format_binary.cpp 784823ada1 Fix `script` property of custom resources inherited from scripts are not saved 2 月之前
resource_format_binary.h 5af4bef46f Inline static variables (part 1) 3 月之前
resource_importer.cpp 454e4f817c Make build profile project detection also set build options 2 月之前
resource_importer.h 454e4f817c Make build profile project detection also set build options 2 月之前
resource_loader.cpp c2202d36c1 Merge pull request #103838 from ebeem/master 3 周之前
resource_loader.h a96e8ac62c Remove old path remaps system 4 月之前
resource_saver.cpp 38f9769bc6 [Core] Improve error messages with `vformat` 9 月之前
resource_saver.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
resource_uid.cpp b13a0e1834 Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized. 2 月之前
resource_uid.h ff1f040893 Add create_id_for_path() to ResourceUID 4 月之前
stream_peer.cpp bd98aad3fa Remove misleading and incorrect notes about endianness. Fix FileAccess and StreamPeer not doing what name suggests. 4 月之前
stream_peer.h bd98aad3fa Remove misleading and incorrect notes about endianness. Fix FileAccess and StreamPeer not doing what name suggests. 4 月之前
stream_peer_gzip.cpp f6f1df7d73 Add 64-bit versions of core power of 2 functions 2 月之前
stream_peer_gzip.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
stream_peer_tcp.cpp ec650a2f09 [Core,Drivers] Improve use of `Ref.is_null/valid` 9 月之前
stream_peer_tcp.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
stream_peer_tls.cpp 3d575801ce Allow ClassDB to create a Object without postinitialization for GDExtension. 1 年之前
stream_peer_tls.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
tcp_server.cpp 3c304ab7cc Merge pull request #96076 from AThousandShips/improve_null_check_core_drivers 8 月之前
tcp_server.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
translation_loader_po.cpp ffa6ef220b Use `append_` instead of `parse_` for `String` methods. 4 月之前
translation_loader_po.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
udp_server.cpp ec650a2f09 [Core,Drivers] Improve use of `Ref.is_null/valid` 9 月之前
udp_server.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
xml_parser.cpp ffa6ef220b Use `append_` instead of `parse_` for `String` methods. 4 月之前
xml_parser.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前
zip_io.cpp 3207066e19 Add `Memory::alloc_static_zeroed` to allocate memory that's filled with zeroes. 3 月之前
zip_io.h 324512e11c Style: Replace header guards with `#pragma once` 5 月之前