godot/core/io
Rémi Verschelde f8db8a3faa Bring that Whole New World to the Old Continent too
Applies the clang-format style to the 2.1 branch as done for master in
5dbf1809c6.
2017-03-19 00:36:26 +01:00
..
aes256.cpp Style: No break before list brace 2017-03-18 21:05:58 +01:00
aes256.h
base64.c
base64.h
compression.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
compression.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
config_file.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
config_file.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
crypt.h
export_data.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
export_data.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
fastlz.c
fastlz.h
file_access_buffered.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_buffered.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_buffered_fa.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_compressed.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_compressed.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_encrypted.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_encrypted.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_memory.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_memory.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_network.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_network.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_pack.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_pack.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_zip.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
file_access_zip.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
http_client.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
http_client.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
image_loader.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
image_loader.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
ioapi.c
ioapi.h
ip.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
ip.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
ip_address.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
ip_address.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
json.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
json.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
LICENSE-InfoZip.txt
LICENSE-MiniZip.txt
marshalls.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
marshalls.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
md5.cpp
md5.h
packet_peer.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
packet_peer.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
packet_peer_udp.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
packet_peer_udp.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
pck_packer.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
pck_packer.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
resource_format_binary.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
resource_format_binary.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
resource_format_xml.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
resource_format_xml.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
resource_loader.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
resource_loader.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
resource_saver.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
resource_saver.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
sha-README.md Add sha256 to String and File/FileAccess. 2016-06-17 10:55:16 +03:00
sha256.c Add sha256 to String and File/FileAccess. 2016-06-17 10:55:16 +03:00
sha256.h Add sha256 to String and File/FileAccess. 2016-06-17 10:55:16 +03:00
stream_peer.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
stream_peer.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
stream_peer_ssl.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
stream_peer_ssl.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
stream_peer_tcp.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
stream_peer_tcp.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
tcp_server.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
tcp_server.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
translation_loader_po.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
translation_loader_po.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
unzip.c Zip-align exported APK 2016-06-13 00:19:45 +02:00
unzip.h
xml_parser.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
xml_parser.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
zip.c
zip.h
zip_io.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00