Thaddeus Crews 207a2b6472 Core: Integrate warning suppression macro helpers 5 days ago
..
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files 6 months ago
compression.cpp b4f6663afa Recycle `zstd` decompression context if possible, avoiding repeated allocations. 3 weeks ago
compression.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
config_file.cpp be86ce3103 Apply iwyu suggestion in core. 3 months ago
config_file.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
dir_access.cpp d5cea9bb2e Implement `DirAccess.is_equivalent` method. 1 week ago
dir_access.h d5cea9bb2e Implement `DirAccess.is_equivalent` method. 1 week ago
dtls_server.cpp be86ce3103 Apply iwyu suggestion in core. 3 months ago
dtls_server.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
file_access.compat.inc a4b17e7852 [FileAccess] Return error codes from `store_*` methods. 4 months ago
file_access.cpp 23129a66ed Replace append_utfx with direct String::utfx 6 days ago
file_access.h 85d3be8070 [FileAccess] Implement `get_size` and `get_access_time` methods. 3 weeks ago
file_access_compressed.cpp b67e213b16 Optimize `FileAccessCompressed::get_buffer` by using `memcpy`. 2 weeks ago
file_access_compressed.h 85d3be8070 [FileAccess] Implement `get_size` and `get_access_time` methods. 3 weeks ago
file_access_encrypted.cpp 65161977e9 Merge pull request #103415 from bruvzg/iv_pools 2 weeks ago
file_access_encrypted.h 65161977e9 Merge pull request #103415 from bruvzg/iv_pools 2 weeks ago
file_access_memory.cpp bf9ef5f8a5 Merge pull request #100564 from YYF233333/iwyu 3 months ago
file_access_memory.h 85d3be8070 [FileAccess] Implement `get_size` and `get_access_time` methods. 3 weeks ago
file_access_pack.cpp 23129a66ed Replace append_utfx with direct String::utfx 6 days ago
file_access_pack.h 85d3be8070 [FileAccess] Implement `get_size` and `get_access_time` methods. 3 weeks ago
file_access_zip.cpp a4b17e7852 [FileAccess] Return error codes from `store_*` methods. 4 months ago
file_access_zip.h 85d3be8070 [FileAccess] Implement `get_size` and `get_access_time` methods. 3 weeks ago
http_client.cpp 5113022dfe Clean up some uses of `String::substr` 4 weeks ago
http_client.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
http_client_tcp.cpp 23129a66ed Replace append_utfx with direct String::utfx 6 days ago
http_client_tcp.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
image.cpp 4f4031a675 Replace size() == 0 with is_empty(). 3 days ago
image.h e3063f5675 Merge pull request #104590 from bruvzg/tex_decomp_load 1 week ago
image_loader.cpp be86ce3103 Apply iwyu suggestion in core. 3 months ago
image_loader.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
ip.cpp 38f9769bc6 [Core] Improve error messages with `vformat` 5 months ago
ip.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
ip_address.cpp 5113022dfe Clean up some uses of `String::substr` 4 weeks ago
ip_address.h 4320800621 Core: Expand `is_zero_constructible` coverage 2 weeks ago
json.cpp 75881f8322 Use initializer list in Arrays 1 week ago
json.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
logger.cpp d9ef361d12 Core: Isolate `Ref` forward declare logic 1 week ago
logger.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
marshalls.cpp ffa6ef220b Use `append_` instead of `parse_` for `String` methods. 1 week ago
marshalls.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
missing_resource.cpp 95d2909474 Fix missing resource properties being dropped on save 5 months ago
missing_resource.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
net_socket.cpp d95794ec8a One Copyright Update to rule them all 2 years ago
net_socket.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
packed_data_container.cpp bebe037abf Add ConstIterator to Dictionary. 3 weeks ago
packed_data_container.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
packet_peer.cpp 32c83a228d Style: Add `WARNING:` as new comment admonition 6 months ago
packet_peer.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
packet_peer_dtls.cpp be86ce3103 Apply iwyu suggestion in core. 3 months ago
packet_peer_dtls.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
packet_peer_udp.cpp 207a2b6472 Core: Integrate warning suppression macro helpers 2 days ago
packet_peer_udp.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
pck_packer.cpp f4de2cd22a Use `resize_zeroed` instead of `resize` then `fill(0)` in several places. 3 weeks ago
pck_packer.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
plist.cpp 23129a66ed Replace append_utfx with direct String::utfx 6 days ago
plist.h fa0a3c9c6e Add and require `GDSOFTCLASS` for `Object` subclasses that want to cast but do not use `GDCLASS`. 5 days ago
remote_filesystem_client.cpp 3c304ab7cc Merge pull request #96076 from AThousandShips/improve_null_check_core_drivers 3 months ago
remote_filesystem_client.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
resource.cpp 581d675eeb Core: Convert `Math` class to namespace 2 weeks ago
resource.h e281a9ace2 Merge pull request #102650 from bruvzg/emit_changed_spam 3 weeks ago
resource_format_binary.cpp 23129a66ed Replace append_utfx with direct String::utfx 6 days ago
resource_format_binary.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
resource_importer.cpp b384de9013 Load decompressable texture format is no supported one found. 1 week ago
resource_importer.h b384de9013 Load decompressable texture format is no supported one found. 1 week ago
resource_loader.cpp 1cb3cfaa8e Style: Convert namespaces to PascalCase 1 week ago
resource_loader.h 1cb3cfaa8e Style: Convert namespaces to PascalCase 1 week ago
resource_saver.cpp 38f9769bc6 [Core] Improve error messages with `vformat` 5 months ago
resource_saver.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
resource_uid.cpp abe413ff8c Fix icons with non-ASCII file names in project manager. 2 weeks ago
resource_uid.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
stream_peer.cpp 23129a66ed Replace append_utfx with direct String::utfx 6 days ago
stream_peer.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
stream_peer_gzip.cpp e2bef7041e Fix `StreamPeerGZIP::finish()` internal buffer size usage 2 weeks ago
stream_peer_gzip.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
stream_peer_tcp.cpp ec650a2f09 [Core,Drivers] Improve use of `Ref.is_null/valid` 5 months ago
stream_peer_tcp.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
stream_peer_tls.cpp 3d575801ce Allow ClassDB to create a Object without postinitialization for GDExtension. 7 months ago
stream_peer_tls.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
tcp_server.cpp 3c304ab7cc Merge pull request #96076 from AThousandShips/improve_null_check_core_drivers 3 months ago
tcp_server.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
translation_loader_po.cpp ffa6ef220b Use `append_` instead of `parse_` for `String` methods. 1 week ago
translation_loader_po.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
udp_server.cpp ec650a2f09 [Core,Drivers] Improve use of `Ref.is_null/valid` 5 months ago
udp_server.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
xml_parser.cpp ffa6ef220b Use `append_` instead of `parse_` for `String` methods. 1 week ago
xml_parser.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago
zip_io.cpp 23129a66ed Replace append_utfx with direct String::utfx 6 days ago
zip_io.h 324512e11c Style: Replace header guards with `#pragma once` 4 weeks ago