godot/core/io
reduz 70f5972905 Refactored Mesh internals and formats.
-Changed how mesh data is organized, hoping to make it more efficient on Vulkan and GLES.
-Removed compression, it now always uses the most efficient format.
-Added support for custom arrays (up to 8 custom formats)
-Added support for 8 weights in skeleton data.
-Added a simple optional versioning system for imported assets, to reimport if binary is newer
-Fixes #43979 (I needed to test)

WARNING:

-NOT backwards compatible with previous 4.x-devel, will most likely never be, but it will force reimport scenes due to version change.
-NOT backwards compatible with 3.x scenes, this will be eventually re-added.
-Skeletons not working any longer, will fix in next PR.
2020-12-02 13:07:59 -03:00
..
compression.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
compression.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
config_file.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
config_file.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
dtls_server.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
dtls_server.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
file_access_buffered.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
file_access_buffered.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
file_access_buffered_fa.h Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
file_access_compressed.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
file_access_compressed.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
file_access_encrypted.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
file_access_encrypted.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
file_access_memory.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
file_access_memory.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
file_access_network.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
file_access_network.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
file_access_pack.cpp Merge pull request #40748 from RandomShaper/improve_packed_fs_api 2020-11-10 10:59:34 +01:00
file_access_pack.h Merge pull request #40748 from RandomShaper/improve_packed_fs_api 2020-11-10 10:59:34 +01:00
file_access_zip.cpp Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
file_access_zip.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
http_client.cpp Allows HTTPClient to talk to proxy server 2020-11-14 21:25:15 +08:00
http_client.h Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
image.cpp Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelv 2020-11-21 02:42:29 -05:00
image.h Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelv 2020-11-21 02:42:29 -05:00
image_loader.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
image_loader.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
ip.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
ip.h Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
ip_address.cpp Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
ip_address.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
json.cpp Create Variant built-in functions. 2020-11-10 19:31:10 -03:00
json.h Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
logger.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
logger.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
marshalls.cpp Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01:00
marshalls.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
multiplayer_api.cpp add root_node as property of MultiplayerAPI 2020-07-05 16:15:04 +02:00
multiplayer_api.h Merge pull request #40136 from Jummit/multiplayer-root-node-getters 2020-11-27 18:36:07 +01:00
net_socket.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
net_socket.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
networked_multiplayer_peer.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
networked_multiplayer_peer.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
packed_data_container.cpp Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01:00
packed_data_container.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
packet_peer.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
packet_peer.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
packet_peer_dtls.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
packet_peer_dtls.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
packet_peer_udp.cpp Disable SO_REUSEADDR for UDP. 2020-11-27 14:12:34 +01:00
packet_peer_udp.h UDPServer handles PacketPeerUDP-client association 2020-07-14 14:10:18 +02:00
pck_packer.cpp Adds PCK encryption support (using script encryption key for export). 2020-09-05 14:53:39 +03:00
pck_packer.h Initialize class/struct variables with default values in core/ and drivers/ 2020-11-23 17:38:46 +01:00
resource.cpp Fix crash duplicating local-to-scene resources 2020-11-18 23:45:30 +01:00
resource.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
resource_format_binary.cpp Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
resource_format_binary.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
resource_importer.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
resource_importer.h Refactored Mesh internals and formats. 2020-12-02 13:07:59 -03:00
resource_loader.cpp fix custom loader/saver broken 2020-11-15 22:14:06 +08:00
resource_loader.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
resource_saver.cpp fix custom loader/saver broken 2020-11-15 22:14:06 +08:00
resource_saver.h Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
stream_peer.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
stream_peer.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
stream_peer_ssl.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
stream_peer_ssl.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
stream_peer_tcp.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
stream_peer_tcp.h Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
tcp_server.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
tcp_server.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
translation_loader_po.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
translation_loader_po.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
udp_server.cpp UDPServer handles PacketPeerUDP-client association 2020-07-14 14:10:18 +02:00
udp_server.h UDPServer handles PacketPeerUDP-client association 2020-07-14 14:10:18 +02:00
xml_parser.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
xml_parser.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
zip_io.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
zip_io.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00