godot/core/io
reduz ee06a70ea6 Refactor MethodBind to use variadic templates
Removed make_binders and the old style generated binders.
2020-10-18 12:28:44 +02:00
..
compression.cpp HTTPRequest now accepts gzip 2020-09-02 12:59:59 -07:00
compression.h HTTPRequest now accepts gzip 2020-09-02 12:59:59 -07:00
config_file.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
config_file.h
dtls_server.cpp Fix editor crash when mbedtls is disabled. 2020-06-06 17:33:43 +02:00
dtls_server.h
file_access_buffered_fa.h Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
file_access_buffered.cpp
file_access_buffered.h Ensure FileAccessBuffered structs are properly initialized 2020-06-19 11:36:28 -04:00
file_access_compressed.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
file_access_compressed.h
file_access_encrypted.cpp Adds PCK encryption support (using script encryption key for export). 2020-09-05 14:53:39 +03:00
file_access_encrypted.h Adds PCK encryption support (using script encryption key for export). 2020-09-05 14:53:39 +03:00
file_access_memory.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
file_access_memory.h
file_access_network.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
file_access_network.h
file_access_pack.cpp Adds PCK encryption support (using script encryption key for export). 2020-09-05 14:53:39 +03:00
file_access_pack.h Adds PCK encryption support (using script encryption key for export). 2020-09-05 14:53:39 +03:00
file_access_zip.cpp Adds PCK encryption support (using script encryption key for export). 2020-09-05 14:53:39 +03:00
file_access_zip.h Fix crash when opening a ZIP data pack 2020-09-19 15:45:00 +02:00
http_client.cpp Fixes HTTPClient::poll crash after connection is self-assigned 2020-10-10 10:10:30 +08:00
http_client.h
image_loader.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
image_loader.h
ip_address.cpp [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
ip_address.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
ip.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
ip.h
json.cpp [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
json.h [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
logger.cpp Enable file logging by default on desktops to help with troubleshooting 2020-07-08 18:57:25 +02:00
logger.h
marshalls.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
marshalls.h Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
multiplayer_api.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
multiplayer_api.h
net_socket.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
net_socket.h
networked_multiplayer_peer.cpp
networked_multiplayer_peer.h
packet_peer_dtls.cpp Fix editor crash when mbedtls is disabled. 2020-06-06 17:33:43 +02:00
packet_peer_dtls.h
packet_peer_udp.cpp UDPServer handles PacketPeerUDP-client association 2020-07-14 14:10:18 +02:00
packet_peer_udp.h UDPServer handles PacketPeerUDP-client association 2020-07-14 14:10:18 +02:00
packet_peer.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
packet_peer.h Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +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 Adds PCK encryption support (using script encryption key for export). 2020-09-05 14:53:39 +03:00
resource_format_binary.cpp Improve format version mismatch error in binary loader 2020-10-05 14:49:41 +02:00
resource_format_binary.h
resource_importer.cpp Rename the ".import" folder to ".godot/imported" 2020-09-28 05:23:45 -04:00
resource_importer.h
resource_loader.cpp Merge pull request #41460 from Calinou/improve-resource-load-fail-message 2020-09-03 11:31:27 +02:00
resource_loader.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
resource_saver.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
resource_saver.h
SCsub
stream_peer_ssl.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
stream_peer_ssl.h
stream_peer_tcp.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
stream_peer_tcp.h Add override keywords. 2020-07-10 13:56:54 +01:00
stream_peer.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
stream_peer.h Add override keywords. 2020-07-10 13:56:54 +01:00
tcp_server.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
tcp_server.h
translation_loader_po.cpp Updated Translation architecture to have TranslationPO, did some commit fixes and updated class Reference. 2020-08-19 03:01:53 +02:00
translation_loader_po.h
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 [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
xml_parser.h
zip_io.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
zip_io.h