godot/core/io
Clay John 61c7b7fb13
Merge pull request #67853 from Zylann/fix_lods_with_doubles
Fix usages of mesh simplification functions in float=64 builds
2023-01-02 12:33:44 -07:00
..
compression.cpp
compression.h
config_file.cpp
config_file.h
dir_access.cpp Fix exporting big templates 2022-10-19 08:29:29 +02:00
dir_access.h Make some File/Dir methods private 2022-09-27 17:35:52 +02:00
dtls_server.cpp
dtls_server.h
file_access_compressed.cpp
file_access_compressed.h
file_access_encrypted.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
file_access_encrypted.h
file_access_memory.cpp
file_access_memory.h
file_access_network.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
file_access_network.h
file_access_pack.cpp
file_access_pack.h
file_access_zip.cpp
file_access_zip.h
file_access.cpp Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
file_access.h Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
http_client_tcp.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
http_client_tcp.h
http_client.cpp
http_client.h
image_loader.cpp Simplify GDVIRTUAL_CALL calls 2022-10-19 00:05:48 +02:00
image_loader.h
image.cpp Fix crashed when compressing empty image data. 2022-12-21 16:39:35 +06:30
image.h Merge pull request #65376 from reduz/astc-support 2022-12-20 12:44:30 +01:00
ip_address.cpp
ip_address.h
ip.cpp
ip.h
json.cpp
json.h
logger.cpp Logger: Don't print error twice on ERR_PRINT 2022-10-04 17:56:30 +02:00
logger.h
marshalls.cpp Fix usages of mesh simplification functions in float=64 builds 2022-11-12 00:38:00 +00:00
marshalls.h Fix usages of mesh simplification functions in float=64 builds 2022-11-12 00:38:00 +00:00
missing_resource.cpp
missing_resource.h
net_socket.cpp
net_socket.h
packed_data_container.cpp
packed_data_container.h
packet_peer_dtls.cpp
packet_peer_dtls.h
packet_peer_udp.cpp
packet_peer_udp.h
packet_peer.cpp
packet_peer.h Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
pck_packer.cpp Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
pck_packer.h
resource_format_binary.cpp Defer clearing of ResourceUID cache and silence warnings 2022-10-10 11:20:23 +02:00
resource_format_binary.h
resource_importer.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
resource_importer.h
resource_loader.cpp Fix ResourceLoader::thread_load_tasks crash 2022-12-07 16:59:10 -05:00
resource_loader.h Fix ResourceLoader::thread_load_tasks crash 2022-12-07 16:59:10 -05:00
resource_saver.cpp Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't 2022-10-31 11:55:56 +01:00
resource_saver.h Expose the logic to recognize a save path in ResourceSaver 2022-10-28 11:15:25 +02:00
resource_uid.cpp Fix crash when executing ResourceUID.set_id 2022-09-30 09:41:05 +08:00
resource_uid.h
resource.cpp [Core] Fix Resource.resource_name type. 2022-11-29 15:43:08 +01:00
resource.h
SCsub
stream_peer_gzip.cpp
stream_peer_gzip.h
stream_peer_tcp.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
stream_peer_tcp.h Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
stream_peer_tls.cpp
stream_peer_tls.h
stream_peer.cpp
stream_peer.h Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
tcp_server.cpp
tcp_server.h
translation_loader_po.cpp
translation_loader_po.h
udp_server.cpp
udp_server.h
xml_parser.cpp Implement SVG in OT support. 2022-11-04 14:10:54 +02:00
xml_parser.h Implement SVG in OT support. 2022-11-04 14:10:54 +02:00
zip_io.cpp Expose minizip API to allow creating zips using scripts 2022-10-14 21:51:38 +02:00
zip_io.h