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