godot/core/io
David Nikdel 5e6adb4a2d Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs
fixes godotengine#82061
fixes godotengine#61556

Also, distinguish between main pack and DLC packs.
It's desirable to downloaded content to be as small as possible. This change avoids bloating non-main pack files with new versions of resources that are all read on startup and never used again. They have no effect if loaded after startup.
- project.godot/project.binary file
- extension_list.cfg
- app icon and boot_splash
- .ico and .icns files (these can still be opted in for DLC by listing them explicitly in the include filter)
2024-03-06 12:14:21 -05:00
..
compression.cpp
compression.h
config_file.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
config_file.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
dir_access.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
dir_access.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
dtls_server.cpp
dtls_server.h
file_access_compressed.cpp
file_access_compressed.h
file_access_encrypted.cpp
file_access_encrypted.h
file_access_memory.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
file_access_memory.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
file_access_pack.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
file_access_pack.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
file_access_zip.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
file_access_zip.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
file_access.cpp Explicitly initialize all of FileAccess::create_func[ACCESS_MAX] 2024-01-31 10:46:14 +01:00
file_access.h
http_client_tcp.cpp
http_client_tcp.h
http_client.cpp Add const references detected by clang-tidy 2023-12-16 13:36:44 -05:00
http_client.h
image_loader.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
image_loader.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
image.cpp Merge pull request #87971 from bruvzg/font_no_image_dup 2024-02-15 17:35:36 +01:00
image.h Merge pull request #87971 from bruvzg/font_no_image_dup 2024-02-15 17:35:36 +01:00
ip_address.cpp
ip_address.h
ip.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
ip.h
json.cpp
json.h
logger.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
logger.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
marshalls.cpp Prevent encoding/decoding objects that cannot be instantiated 2023-12-18 22:06:08 +01:00
marshalls.h
missing_resource.cpp
missing_resource.h
net_socket.cpp
net_socket.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
packed_data_container.cpp
packed_data_container.h
packet_peer_dtls.cpp
packet_peer_dtls.h
packet_peer_udp.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
packet_peer_udp.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
packet_peer.cpp Promote CowData to 64 bits 2024-01-19 17:41:10 +01:00
packet_peer.h
pck_packer.cpp
pck_packer.h
plist.cpp [macOS/iOS export] Add option to set custom Info.plist data. 2024-01-11 21:05:35 +02:00
plist.h [macOS/iOS export] Add option to set custom Info.plist data. 2024-01-11 21:05:35 +02:00
remote_filesystem_client.cpp
remote_filesystem_client.h
resource_format_binary.cpp Enhance cache modes in resource loading 2024-02-26 14:59:04 +01:00
resource_format_binary.h Enhance cache modes in resource loading 2024-02-26 14:59:04 +01:00
resource_importer.cpp
resource_importer.h Implement glTF compat version system for files from older Godot versions 2023-11-03 12:07:25 -05:00
resource_loader.cpp Enhance cache modes in resource loading 2024-02-26 14:59:04 +01:00
resource_loader.h Enhance cache modes in resource loading 2024-02-26 14:59:04 +01:00
resource_saver.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
resource_saver.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
resource_uid.cpp Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs 2024-03-06 12:14:21 -05:00
resource_uid.h Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs 2024-03-06 12:14:21 -05:00
resource.cpp Improve thread safety of resource loading 2024-02-28 15:19:22 +01:00
resource.h Enhance cache modes in resource loading 2024-02-26 14:59:04 +01:00
SCsub
stream_peer_gzip.cpp
stream_peer_gzip.h
stream_peer_tcp.cpp
stream_peer_tcp.h
stream_peer_tls.cpp
stream_peer_tls.h
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 Replace error checks against size with is_empty 2024-02-09 12:50:15 +01:00
xml_parser.h
zip_io.cpp Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00
zip_io.h Add const lvalue ref to core/* container parameters 2024-02-14 11:20:36 -03:00