godot/core/io
reduz 5288ff538d Create Variant built-in functions.
-Moved Expression to use this, removed its own.
-Eventually GDScript/VisualScript/GDNative need to be moved to this.
-Given the JSON functions were hacked-in, removed them and created a new JSONParser class
-Made sure these functions appear properly in documentation, since they will be removed from GDScript
2020-11-10 19:31:10 -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
file_access_buffered_fa.h
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_compressed.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
file_access_compressed.h
file_access_encrypted.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
file_access_encrypted.h
file_access_memory.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
file_access_memory.h
file_access_network.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
file_access_network.h
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
file_access_zip.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
http_client.cpp Fixes HTTPClient::poll crash after connection is self-assigned 2020-10-10 10:10:30 +08:00
http_client.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03: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
image.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
image.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
ip_address.cpp
ip_address.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
json.cpp Create Variant built-in functions. 2020-11-10 19:31:10 -03:00
json.h Create Variant built-in functions. 2020-11-10 19:31:10 -03: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
multiplayer_api.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
net_socket.cpp
net_socket.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
networked_multiplayer_peer.cpp
networked_multiplayer_peer.h
packed_data_container.cpp Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01:00
packed_data_container.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
packet_peer_udp.cpp
packet_peer_udp.h
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
pck_packer.cpp
pck_packer.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
resource_format_binary.cpp Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01:00
resource_format_binary.h
resource_importer.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
resource_importer.h
resource_loader.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
resource_loader.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
resource_saver.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
resource_saver.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
resource.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
resource.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
SCsub
stream_peer_ssl.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
stream_peer_ssl.h
stream_peer_tcp.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
stream_peer_tcp.h
stream_peer.cpp
stream_peer.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
tcp_server.cpp
tcp_server.h
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
udp_server.h
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
zip_io.h