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 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 Adds PCK encryption support (using script encryption key for export). 2020-09-05 14:53:39 +03: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 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02: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 Adds PCK encryption support (using script encryption key for export). 2020-09-05 14:53:39 +03:00
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.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
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 Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
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 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 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 Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
multiplayer_api.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03: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 Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03: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 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
pck_packer.cpp Adds PCK encryption support (using script encryption key for export). 2020-09-05 14:53:39 +03:00
pck_packer.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
resource_format_binary.cpp Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01: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 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
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
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 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 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