Fabio Alessandrelli 65ce1360b4 network: Normalize IP parsing, fix IPv6, tests пре 2 недеља
..
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files пре 1 година
compression.cpp 5777a88b76 Support 64-bit sizes in Compression пре 8 месеци
compression.h 5777a88b76 Support 64-bit sizes in Compression пре 8 месеци
config_file.cpp b8e44a0000 Improve ConfigFile get_sections and get_section_keys by returning Vector<String> пре 9 месеци
config_file.h b8e44a0000 Improve ConfigFile get_sections and get_section_keys by returning Vector<String> пре 9 месеци
delta_encoding.cpp 3e97ee7750 Replace usage of Zstandard advanced API пре 2 месеци
delta_encoding.h 0cc88f34da Add support for delta encoding to patch PCKs пре 2 месеци
dir_access.cpp 0f047944e4 Statically protect `Object::cast_to` for unrelated `Object` types. пре 2 месеци
dir_access.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
dtls_server.cpp 5af4bef46f Inline static variables (part 1) пре 9 месеци
dtls_server.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
file_access.compat.inc 0844d4b11f Fix `FileAccess::create_temp()` not using `FileAccess::ModeFlags` пре 4 недеља
file_access.cpp 0844d4b11f Fix `FileAccess::create_temp()` not using `FileAccess::ModeFlags` пре 4 недеља
file_access.h 0844d4b11f Fix `FileAccess::create_temp()` not using `FileAccess::ModeFlags` пре 4 недеља
file_access_compressed.cpp ebdf57fbf1 Optimize data flushing for `FileAccessCompressed` and `FileAccessEncrypted` пре 4 месеци
file_access_compressed.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
file_access_encrypted.cpp ebdf57fbf1 Optimize data flushing for `FileAccessCompressed` and `FileAccessEncrypted` пре 4 месеци
file_access_encrypted.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
file_access_memory.cpp 3fa73d4f5f FileAccessMemory: prevent seeking past end of file пре 2 месеци
file_access_memory.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
file_access_pack.cpp 0cc88f34da Add support for delta encoding to patch PCKs пре 2 месеци
file_access_pack.h 0cc88f34da Add support for delta encoding to patch PCKs пре 2 месеци
file_access_patched.cpp 0cc88f34da Add support for delta encoding to patch PCKs пре 2 месеци
file_access_patched.h 0cc88f34da Add support for delta encoding to patch PCKs пре 2 месеци
file_access_zip.cpp 38c69f1814 Fix file handle leak in ZipArchive and FileAccessZip пре 7 месеци
file_access_zip.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
http_client.cpp 8ae16699c5 Do not use Dictionary::keys() for Dictionary iteration. пре 9 месеци
http_client.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
http_client_tcp.cpp 23129a66ed Replace append_utfx with direct String::utfx пре 10 месеци
http_client_tcp.h e366471fdc Add GDSOFTCLASS to deeper inheritors of Object пре 4 месеци
image.cpp 6145b0ca29 Add Image.load_exr_from_buffer and enable tinyexr by default пре 2 месеци
image.h 6145b0ca29 Add Image.load_exr_from_buffer and enable tinyexr by default пре 2 месеци
image_loader.cpp 5af4bef46f Inline static variables (part 1) пре 9 месеци
image_loader.h e366471fdc Add GDSOFTCLASS to deeper inheritors of Object пре 4 месеци
ip.cpp bc7e68dfd1 Typos пре 5 месеци
ip.h 5af4bef46f Inline static variables (part 1) пре 9 месеци
ip_address.cpp 65ce1360b4 network: Normalize IP parsing, fix IPv6, tests пре 2 недеља
ip_address.h 65ce1360b4 network: Normalize IP parsing, fix IPv6, tests пре 2 недеља
json.cpp 6e047a0287 Fix bug where optional argument is not validated before use пре 2 месеци
json.h e366471fdc Add GDSOFTCLASS to deeper inheritors of Object пре 4 месеци
logger.cpp ead282ff13 Remove `file_access.h` and `script_backtrace.h` includes from `logger.h`. пре 3 месеци
logger.h ead282ff13 Remove `file_access.h` and `script_backtrace.h` includes from `logger.h`. пре 3 месеци
marshalls.cpp 057759d413 Fix for debugging typed dictionaries пре 8 месеци
marshalls.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
missing_resource.cpp e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
missing_resource.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
net_socket.cpp d95794ec8a One Copyright Update to rule them all пре 3 година
net_socket.h 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
packed_data_container.cpp bebe037abf Add ConstIterator to Dictionary. пре 10 месеци
packed_data_container.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
packet_peer.cpp f6f1df7d73 Add 64-bit versions of core power of 2 functions пре 8 месеци
packet_peer.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
packet_peer_dtls.cpp 5af4bef46f Inline static variables (part 1) пре 9 месеци
packet_peer_dtls.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
packet_peer_udp.cpp 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
packet_peer_udp.h 324512e11c Style: Replace header guards with `#pragma once` пре 10 месеци
pck_packer.cpp 6e823b4b14 PCKPacker: Fix first file being written mis-aligned пре 7 месеци
pck_packer.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
plist.cpp b13a0e1834 Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized. пре 7 месеци
plist.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
remote_filesystem_client.cpp 5777a88b76 Support 64-bit sizes in Compression пре 8 месеци
remote_filesystem_client.h 324512e11c Style: Replace header guards with `#pragma once` пре 10 месеци
resource.cpp e815a8f899 Do not attempt deleting local cache in `Resource::_teardown_duplicate_from_variant`. пре 1 месец
resource.h e815a8f899 Do not attempt deleting local cache in `Resource::_teardown_duplicate_from_variant`. пре 1 месец
resource_format_binary.cpp bd65cfa876 Revert "Replace many uses of `is_class` with `derives_from`." пре 4 месеци
resource_format_binary.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
resource_importer.cpp 454e4f817c Make build profile project detection also set build options пре 8 месеци
resource_importer.h e366471fdc Add GDSOFTCLASS to deeper inheritors of Object пре 4 месеци
resource_loader.cpp ed1ec3a0ee Merge pull request #111387 from Chaosed0/core/fix-resource-loader-ignore-cache пре 1 месец
resource_loader.h 5806e3c761 ResourceLoader: Fix potential infinite recursion in progress reporting пре 1 месец
resource_saver.cpp 090a4540b7 Use `RequiredParam` and `RequiredResult` in a handful of places in order to test пре 2 месеци
resource_saver.h 308f23f21d Synchronize the names for `RequiredParam<T>` arguments in header files пре 1 месец
resource_uid.cpp 5acd0c0143 Merge pull request #111858 from KoBeWi/IcOn.SvG пре 3 недеља
resource_uid.h 60591dc7e8 Add reverse UID cache пре 1 месец
socket_server.cpp 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
socket_server.h 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
stream_peer.cpp bd98aad3fa Remove misleading and incorrect notes about endianness. Fix FileAccess and StreamPeer not doing what name suggests. пре 9 месеци
stream_peer.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
stream_peer_gzip.cpp e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
stream_peer_gzip.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
stream_peer_socket.compat.inc 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
stream_peer_socket.cpp 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
stream_peer_socket.h 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
stream_peer_tcp.cpp 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
stream_peer_tcp.h 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
stream_peer_tls.cpp 3d575801ce Allow ClassDB to create a Object without postinitialization for GDExtension. пре 1 година
stream_peer_tls.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
stream_peer_uds.cpp 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
stream_peer_uds.h 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
tcp_server.cpp 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
tcp_server.h 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
translation_loader_po.cpp 43e323dce5 Remove `TranslationPO` пре 2 месеци
translation_loader_po.h e14263f917 Remove empty constructors and destructors from core/ пре 2 месеци
udp_server.cpp 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
udp_server.h 324512e11c Style: Replace header guards with `#pragma once` пре 10 месеци
uds_server.cpp 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
uds_server.h 7227fdd805 Core: Add UNIX domain socket support пре 4 месеци
xml_parser.cpp ffa6ef220b Use `append_` instead of `parse_` for `String` methods. пре 10 месеци
xml_parser.h 324512e11c Style: Replace header guards with `#pragma once` пре 10 месеци
zip_io.cpp 3207066e19 Add `Memory::alloc_static_zeroed` to allocate memory that's filled with zeroes. пре 8 месеци
zip_io.h 324512e11c Style: Replace header guards with `#pragma once` пре 10 месеци