godot/core/io
Rémi Verschelde d15de6f264
Merge pull request #96292 from AThousandShips/null_check_ref_fix
Cleanup of raw `nullptr` checks with `Ref`
2024-09-03 16:13:55 +02:00
..
compression.cpp
compression.h
config_file.cpp
config_file.h
dir_access.cpp
dir_access.h
dtls_server.cpp Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
dtls_server.h Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
file_access_compressed.cpp Reduce code duplication in FileAccess 2024-09-01 12:39:32 +02:00
file_access_compressed.h Reduce code duplication in FileAccess 2024-09-01 12:39:32 +02:00
file_access_encrypted.cpp Merge pull request #96292 from AThousandShips/null_check_ref_fix 2024-09-03 16:13:55 +02:00
file_access_encrypted.h Reduce code duplication in FileAccess 2024-09-01 12:39:32 +02:00
file_access_memory.cpp Reduce code duplication in FileAccess 2024-09-01 12:39:32 +02:00
file_access_memory.h Reduce code duplication in FileAccess 2024-09-01 12:39:32 +02:00
file_access_pack.cpp Reduce code duplication in FileAccess 2024-09-01 12:39:32 +02:00
file_access_pack.h Reduce code duplication in FileAccess 2024-09-01 12:39:32 +02:00
file_access_zip.cpp Reduce code duplication in FileAccess 2024-09-01 12:39:32 +02:00
file_access_zip.h Reduce code duplication in FileAccess 2024-09-01 12:39:32 +02:00
file_access.cpp Reduce code duplication in FileAccess 2024-09-01 12:39:32 +02:00
file_access.h Reduce code duplication in FileAccess 2024-09-01 12:39:32 +02:00
http_client_tcp.cpp Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
http_client_tcp.h Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
http_client.cpp Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
http_client.h Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
image_loader.cpp
image_loader.h
image.cpp Cleanup of raw nullptr checks with Ref 2024-08-31 15:01:09 +02:00
image.h Image: Add a method for detecting signed values 2024-08-27 09:23:17 +02:00
ip_address.cpp
ip_address.h
ip.cpp [Core] Allow locking/unlocking of MutexLock 2024-08-26 12:38:03 +02:00
ip.h
json.cpp Ability to convert native engine types to JSON and back. 2024-08-29 10:57:15 -07:00
json.h Ability to convert native engine types to JSON and back. 2024-08-29 10:57:15 -07:00
logger.cpp Remove confusing USER prefix from script-logged errors 2024-08-27 15:00:48 +01:00
logger.h
marshalls.cpp
marshalls.h
missing_resource.cpp
missing_resource.h
net_socket.cpp
net_socket.h
packed_data_container.cpp
packed_data_container.h Add support for compiling with VS clang-cl toolset 2024-08-28 13:30:44 -05:00
packet_peer_dtls.cpp Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
packet_peer_dtls.h Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
packet_peer_udp.cpp
packet_peer_udp.h
packet_peer.cpp
packet_peer.h
pck_packer.cpp
pck_packer.h
plist.cpp Cleanup of raw nullptr checks with Ref 2024-08-31 15:01:09 +02:00
plist.h
remote_filesystem_client.cpp
remote_filesystem_client.h
resource_format_binary.cpp
resource_format_binary.h
resource_importer.cpp Fix Addon requires editor restart to become functional 2024-09-02 16:54:45 -04:00
resource_importer.h Fix Addon requires editor restart to become functional 2024-09-02 16:54:45 -04:00
resource_loader.cpp Use MutexLock in more places 2024-08-29 14:12:59 +02:00
resource_loader.h WorkerThreadPool (plus friends): Overhaul unlock allowance zones 2024-08-21 12:22:52 +02:00
resource_saver.cpp
resource_saver.h
resource_uid.cpp
resource_uid.h
resource.cpp Use MutexLock in more places 2024-08-29 14:12:59 +02:00
resource.h
SCsub
stream_peer_gzip.cpp
stream_peer_gzip.h
stream_peer_tcp.cpp
stream_peer_tcp.h
stream_peer_tls.cpp Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
stream_peer_tls.h Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
stream_peer.cpp
stream_peer.h
tcp_server.cpp
tcp_server.h
translation_loader_po.cpp
translation_loader_po.h
udp_server.cpp
udp_server.h
xml_parser.cpp
xml_parser.h
zip_io.cpp
zip_io.h