godot/core/io
Yuri Roubinsky a4b7de6b23 Fix console colors on Windows 2021-11-26 13:10:55 +03:00
..
SCsub
compression.cpp
compression.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
config_file.cpp Project feature warning system 2021-11-24 10:32:07 -06:00
config_file.h
dir_access.cpp Rename String::is_rel_path to String::is_relative_path 2021-08-29 20:41:29 -04:00
dir_access.h
dtls_server.cpp
dtls_server.h
file_access.cpp Tests: Improve coverage for `File::get_csv_line()` 2021-08-04 11:53:21 +02:00
file_access.h
file_access_compressed.cpp Fix some LGTM errors of "Multiplication result converted to larger type" 2021-10-12 00:17:27 -05:00
file_access_compressed.h
file_access_encrypted.cpp
file_access_encrypted.h
file_access_memory.cpp
file_access_memory.h
file_access_network.cpp
file_access_network.h
file_access_pack.cpp Use range iterators for `Map` 2021-09-30 15:09:12 -06:00
file_access_pack.h
file_access_zip.cpp Fix some LGTM errors of "Multiplication result converted to larger type" 2021-10-12 00:17:27 -05:00
file_access_zip.h
http_client.cpp String: Remove `erase` method, bindings can't mutate String 2021-11-11 11:23:32 +01:00
http_client.h
http_client_tcp.cpp Try other resolved IPs if one fails to connect 2021-08-30 13:00:48 +08:00
http_client_tcp.h Try other resolved IPs if one fails to connect 2021-08-30 13:00:48 +08:00
image.cpp Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb() 2021-11-23 18:06:26 +01:00
image.h Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb() 2021-11-23 18:06:26 +01:00
image_loader.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
image_loader.h
ip.cpp Use range iterators for `Map` 2021-09-30 15:09:12 -06:00
ip.h
ip_address.cpp
ip_address.h
json.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
json.h
logger.cpp Fix console colors on Windows 2021-11-26 13:10:55 +03:00
logger.h Remove unimplemented methods 2021-10-21 18:44:25 +01:00
marshalls.cpp [Marshalls] Fix Float64Array and Int64Array serialization. 2021-08-02 13:35:33 +02:00
marshalls.h clang-format: Various fixes to comments alignment from `clang-format` 13 2021-10-28 15:43:36 +02:00
net_socket.cpp
net_socket.h
packed_data_container.cpp Fix crash when executing PackedDataContainer._iter_init 2021-11-21 20:14:59 +08:00
packed_data_container.h
packet_peer.cpp [Net] Enable PacketPeer native extensions. 2021-09-24 18:40:39 +02:00
packet_peer.h [Net] Enable PacketPeer native extensions. 2021-09-24 18:40:39 +02:00
packet_peer_dtls.cpp
packet_peer_dtls.h
packet_peer_udp.cpp
packet_peer_udp.h
pck_packer.cpp Fix divide by zero in pck_packer 2021-11-17 18:07:29 +00:00
pck_packer.h Fix divide by zero in pck_packer 2021-11-17 18:07:29 +00:00
resource.cpp Add a name to TileSet sources 2021-10-14 14:54:48 +02:00
resource.h Add is_built_in() method to Resource 2021-11-04 12:45:58 +01:00
resource_format_binary.cpp Add is_built_in() method to Resource 2021-11-04 12:45:58 +01:00
resource_format_binary.h Use constant for reserved field count 2021-07-29 22:24:29 -07:00
resource_importer.cpp Provide a getter for the project data directory. 2021-09-15 12:52:03 -07:00
resource_importer.h Add path to functions that return iporter options 2021-11-14 14:06:10 -03:00
resource_loader.cpp Use range iterators for `Map` 2021-09-30 15:09:12 -06:00
resource_loader.h Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
resource_saver.cpp Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
resource_saver.h Replace BIND_VMETHOD by new GDVIRTUAL syntax 2021-08-22 08:23:58 -03:00
resource_uid.cpp Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master 2021-10-05 21:02:27 +02:00
resource_uid.h Provide a getter for the project data directory. 2021-09-15 12:52:03 -07:00
stream_peer.cpp [Net] StreamPeer GDExtension. 2021-09-24 18:40:39 +02:00
stream_peer.h [Net] StreamPeer GDExtension. 2021-09-24 18:40:39 +02:00
stream_peer_ssl.cpp
stream_peer_ssl.h
stream_peer_tcp.cpp
stream_peer_tcp.h
tcp_server.cpp
tcp_server.h
translation_loader_po.cpp
translation_loader_po.h
udp_server.cpp
udp_server.h
xml_parser.cpp
xml_parser.h
zip_io.cpp Fix some LGTM errors of "Multiplication result converted to larger type" 2021-10-12 00:17:27 -05:00
zip_io.h