godot/core/io
2016-06-25 00:15:28 +02:00
..
aes256.cpp updated aes256 implementation to newer version from upstream. Also uses faster lookup table implemetation. 2015-12-08 16:13:06 -08:00
aes256.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
base64.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
base64.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
compression.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
compression.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
config_file.cpp classref: Directory and ConfigFile 2016-05-12 09:07:43 +02:00
config_file.h Added default value param to ConfigFile.get_value() 2016-01-01 21:12:54 +01:00
crypt.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
fastlz.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
fastlz.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
file_access_buffered.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
file_access_buffered.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
file_access_buffered_fa.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
file_access_compressed.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
file_access_compressed.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
file_access_encrypted.cpp -some changes by okam 2015-06-30 11:28:43 -03:00
file_access_encrypted.h -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
file_access_memory.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
file_access_memory.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
file_access_network.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
file_access_network.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
file_access_pack.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
file_access_pack.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
file_access_zip.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
file_access_zip.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
http_client.cpp fix - HTTPClient connection keep-alive duplicate Headers #4208 2016-04-29 07:42:40 +02:00
http_client.h Fix typo in http_client.h 2016-06-05 00:00:28 +02:00
image_loader.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
image_loader.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
ioapi.c Add missing license information (MiniZip) 2016-06-25 00:10:59 +02:00
ioapi.h Add missing license information (MiniZip) 2016-06-25 00:10:59 +02:00
ip.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
ip.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
ip_address.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
ip_address.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
json.cpp added a new function to escape properly json, fixes #3282 2016-01-10 15:01:06 -03:00
json.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
LICENSE-InfoZip.txt Add missing license information (MiniZip) 2016-06-25 00:10:59 +02:00
LICENSE-MiniZip.txt Add missing license information (MiniZip) 2016-06-25 00:10:59 +02:00
marshalls.cpp Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION. 2016-04-27 20:17:13 +02:00
marshalls.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
md5.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
md5.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
packet_peer.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
packet_peer.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
packet_peer_udp.cpp UDP Fixes 2014-11-13 00:53:12 -03:00
packet_peer_udp.h UDP Fixes 2014-11-13 00:53:12 -03:00
resource_format_binary.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
resource_format_binary.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
resource_format_xml.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
resource_format_xml.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
resource_loader.cpp fixed interactive_loader() not returning a cached scene 2016-06-25 00:15:28 +02:00
resource_loader.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
resource_saver.cpp remove trailing whitespace 2016-04-02 22:03:48 +02:00
resource_saver.h remove trailing whitespace 2016-04-02 22:03:48 +02:00
SCsub Cosmetic fixes to SCons buildsystem 2015-11-01 20:53:26 +01:00
stream_peer.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
stream_peer.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
stream_peer_ssl.cpp -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
stream_peer_ssl.h -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
stream_peer_tcp.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
stream_peer_tcp.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tcp_server.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tcp_server.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
translation_loader_po.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
translation_loader_po.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
unzip.c Add missing license information (MiniZip) 2016-06-25 00:10:59 +02:00
unzip.h Add missing license information (MiniZip) 2016-06-25 00:10:59 +02:00
xml_parser.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
xml_parser.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
zip.c Add missing license information (MiniZip) 2016-06-25 00:10:59 +02:00
zip.h Add missing license information (MiniZip) 2016-06-25 00:10:59 +02:00
zip_io.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00