.. |
SCsub
|
9f9ee0c813
SCons: Add unobtrusive type hints in SCons files
|
7 months ago |
compression.cpp
|
b4f6663afa
Recycle `zstd` decompression context if possible, avoiding repeated allocations.
|
1 month ago |
compression.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
config_file.cpp
|
be86ce3103
Apply iwyu suggestion in core.
|
4 months ago |
config_file.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
dir_access.cpp
|
889410dcda
Add `String::replace_char(s)` methods for performance and convenience
|
2 weeks ago |
dir_access.h
|
d5cea9bb2e
Implement `DirAccess.is_equivalent` method.
|
1 month ago |
dtls_server.cpp
|
be86ce3103
Apply iwyu suggestion in core.
|
4 months ago |
dtls_server.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
file_access.compat.inc
|
a4b17e7852
[FileAccess] Return error codes from `store_*` methods.
|
4 months ago |
file_access.cpp
|
889410dcda
Add `String::replace_char(s)` methods for performance and convenience
|
2 weeks ago |
file_access.h
|
bd98aad3fa
Remove misleading and incorrect notes about endianness. Fix FileAccess and StreamPeer not doing what name suggests.
|
2 weeks ago |
file_access_compressed.cpp
|
68f4502a5b
Fix `FileAccessCompressed` claiming one byte more than it actually has.
|
2 weeks ago |
file_access_compressed.h
|
2d0ae77719
add GDSOFTCLASS to FileAccess and DirAccess derived classes
|
2 weeks ago |
file_access_encrypted.cpp
|
65161977e9
Merge pull request #103415 from bruvzg/iv_pools
|
1 month ago |
file_access_encrypted.h
|
2d0ae77719
add GDSOFTCLASS to FileAccess and DirAccess derived classes
|
2 weeks ago |
file_access_memory.cpp
|
bf9ef5f8a5
Merge pull request #100564 from YYF233333/iwyu
|
4 months ago |
file_access_memory.h
|
2d0ae77719
add GDSOFTCLASS to FileAccess and DirAccess derived classes
|
2 weeks ago |
file_access_pack.cpp
|
889410dcda
Add `String::replace_char(s)` methods for performance and convenience
|
2 weeks ago |
file_access_pack.h
|
2d0ae77719
add GDSOFTCLASS to FileAccess and DirAccess derived classes
|
2 weeks ago |
file_access_zip.cpp
|
a4b17e7852
[FileAccess] Return error codes from `store_*` methods.
|
4 months ago |
file_access_zip.h
|
2d0ae77719
add GDSOFTCLASS to FileAccess and DirAccess derived classes
|
2 weeks ago |
http_client.cpp
|
8ae16699c5
Do not use Dictionary::keys() for Dictionary iteration.
|
3 weeks ago |
http_client.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
http_client_tcp.cpp
|
23129a66ed
Replace append_utfx with direct String::utfx
|
4 weeks ago |
http_client_tcp.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
image.cpp
|
94282d88f9
Core: Use `Math` namespace for constants
|
2 weeks ago |
image.h
|
e3063f5675
Merge pull request #104590 from bruvzg/tex_decomp_load
|
1 month ago |
image_loader.cpp
|
be86ce3103
Apply iwyu suggestion in core.
|
4 months ago |
image_loader.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
ip.cpp
|
38f9769bc6
[Core] Improve error messages with `vformat`
|
5 months ago |
ip.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
ip_address.cpp
|
5113022dfe
Clean up some uses of `String::substr`
|
1 month ago |
ip_address.h
|
4320800621
Core: Expand `is_zero_constructible` coverage
|
1 month ago |
json.cpp
|
f7e4987d0e
Dictionary::get_key_list use LocalVector instead of List.
|
2 weeks ago |
json.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
logger.cpp
|
28089c40c1
Merge pull request #91006 from reduz/live-backtrace
|
2 days ago |
logger.h
|
d1dcb40d56
Ability to print and log script backtraces
|
3 days ago |
marshalls.cpp
|
fbe64ffb45
Change `get_class_static` to return `StringName`.
|
2 weeks ago |
marshalls.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month 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`
|
1 month 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`
|
1 month ago |
packed_data_container.cpp
|
bebe037abf
Add ConstIterator to Dictionary.
|
1 month ago |
packed_data_container.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
packet_peer.cpp
|
32c83a228d
Style: Add `WARNING:` as new comment admonition
|
7 months ago |
packet_peer.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
packet_peer_dtls.cpp
|
be86ce3103
Apply iwyu suggestion in core.
|
4 months ago |
packet_peer_dtls.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
packet_peer_udp.cpp
|
207a2b6472
Core: Integrate warning suppression macro helpers
|
3 weeks ago |
packet_peer_udp.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
pck_packer.cpp
|
f4de2cd22a
Use `resize_zeroed` instead of `resize` then `fill(0)` in several places.
|
1 month ago |
pck_packer.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
plist.cpp
|
23129a66ed
Replace append_utfx with direct String::utfx
|
4 weeks ago |
plist.h
|
fa0a3c9c6e
Add and require `GDSOFTCLASS` for `Object` subclasses that want to cast but do not use `GDCLASS`.
|
3 weeks ago |
remote_filesystem_client.cpp
|
3c304ab7cc
Merge pull request #96076 from AThousandShips/improve_null_check_core_drivers
|
4 months ago |
remote_filesystem_client.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
resource.cpp
|
f7e4987d0e
Dictionary::get_key_list use LocalVector instead of List.
|
2 weeks ago |
resource.h
|
e281a9ace2
Merge pull request #102650 from bruvzg/emit_changed_spam
|
1 month ago |
resource_format_binary.cpp
|
bd98aad3fa
Remove misleading and incorrect notes about endianness. Fix FileAccess and StreamPeer not doing what name suggests.
|
2 weeks ago |
resource_format_binary.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
resource_importer.cpp
|
c67b9a43e3
Merge pull request #100086 from erodozer/multipart-ext-import
|
2 weeks ago |
resource_importer.h
|
c67b9a43e3
Merge pull request #100086 from erodozer/multipart-ext-import
|
2 weeks ago |
resource_loader.cpp
|
a96e8ac62c
Remove old path remaps system
|
4 days ago |
resource_loader.h
|
a96e8ac62c
Remove old path remaps system
|
4 days 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`
|
1 month ago |
resource_uid.cpp
|
ff1f040893
Add create_id_for_path() to ResourceUID
|
2 weeks ago |
resource_uid.h
|
ff1f040893
Add create_id_for_path() to ResourceUID
|
2 weeks ago |
stream_peer.cpp
|
bd98aad3fa
Remove misleading and incorrect notes about endianness. Fix FileAccess and StreamPeer not doing what name suggests.
|
2 weeks ago |
stream_peer.h
|
bd98aad3fa
Remove misleading and incorrect notes about endianness. Fix FileAccess and StreamPeer not doing what name suggests.
|
2 weeks ago |
stream_peer_gzip.cpp
|
e2bef7041e
Fix `StreamPeerGZIP::finish()` internal buffer size usage
|
1 month ago |
stream_peer_gzip.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month 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`
|
1 month ago |
stream_peer_tls.cpp
|
3d575801ce
Allow ClassDB to create a Object without postinitialization for GDExtension.
|
8 months ago |
stream_peer_tls.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
tcp_server.cpp
|
3c304ab7cc
Merge pull request #96076 from AThousandShips/improve_null_check_core_drivers
|
4 months ago |
tcp_server.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
translation_loader_po.cpp
|
ffa6ef220b
Use `append_` instead of `parse_` for `String` methods.
|
1 month ago |
translation_loader_po.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month 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`
|
1 month ago |
xml_parser.cpp
|
ffa6ef220b
Use `append_` instead of `parse_` for `String` methods.
|
1 month ago |
xml_parser.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |
zip_io.cpp
|
23129a66ed
Replace append_utfx with direct String::utfx
|
4 weeks ago |
zip_io.h
|
324512e11c
Style: Replace header guards with `#pragma once`
|
1 month ago |