godot/core/io
2018-09-02 14:00:16 -03:00
..
compression.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
compression.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
config_file.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
config_file.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
file_access_buffered.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
file_access_buffered.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
file_access_buffered_fa.h Revert "added get_creation_time function for gdscript" 2018-08-10 13:29:49 -03:00
file_access_compressed.cpp Revert "added get_creation_time function for gdscript" 2018-08-10 13:29:49 -03:00
file_access_compressed.h Revert "added get_creation_time function for gdscript" 2018-08-10 13:29:49 -03:00
file_access_encrypted.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
file_access_encrypted.h Revert "added get_creation_time function for gdscript" 2018-08-10 13:29:49 -03:00
file_access_memory.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
file_access_memory.h Revert "added get_creation_time function for gdscript" 2018-08-10 13:29:49 -03:00
file_access_network.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
file_access_network.h Revert "added get_creation_time function for gdscript" 2018-08-10 13:29:49 -03:00
file_access_pack.cpp Fix listing files inside directory in pack file 2018-03-18 14:04:50 +01:00
file_access_pack.h Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
file_access_zip.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
file_access_zip.h Revert "added get_creation_time function for gdscript" 2018-08-10 13:29:49 -03:00
http_client.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
http_client.h HTTP client now uses non blocking handshake 2018-07-16 13:08:17 +02:00
image_loader.cpp ResourceFormatLoaderImage::get_resource_type now uses file path 2018-08-04 15:14:28 -05:00
image_loader.h It is now possible to import images as a separate resource, closes #5738 and likely many others 2018-07-29 16:45:23 -03:00
ip.cpp Fix DNS resolution when cache is invalid. 2018-08-28 12:32:04 +02:00
ip.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
ip_address.cpp Fix typos with codespell 2018-02-21 19:46:06 +01:00
ip_address.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
json.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
json.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
logger.cpp Fixed regression making the logger not respect the max files limit. 2018-06-12 12:57:48 -03:00
logger.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
marshalls.cpp Fix marshalls size checks. 2018-07-29 03:00:34 +02:00
marshalls.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
multiplayer_api.cpp doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
multiplayer_api.h MultiplayerAPI::send_bytes transfer mode support. 2018-07-08 09:47:22 +02:00
networked_multiplayer_peer.cpp Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
networked_multiplayer_peer.h Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
packet_peer.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
packet_peer.h Bind many more properties to scripts 2018-01-12 00:58:14 +02:00
packet_peer_udp.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
packet_peer_udp.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pck_packer.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
pck_packer.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
resource_format_binary.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
resource_format_binary.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
resource_import.cpp Removed fallback system and merged bptc into s3tc 2018-08-27 13:47:35 -03:00
resource_import.h Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 2018-01-06 16:38:36 -03:00
resource_loader.cpp Change ResourceLoader::load to make it more thread safe. 2018-09-02 14:00:16 -03:00
resource_loader.h Added function ResourceLoader.exists(), to check if a resource exists. Closes #19140 2018-08-10 15:57:43 -03:00
resource_saver.cpp Revert "added get_creation_time function for gdscript" 2018-08-10 13:29:49 -03:00
resource_saver.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Add an option to use zstd's recently introduced long range matching (off by default). 2017-10-27 12:26:13 -04:00
stream_peer.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
stream_peer.h Change function signature from float to double to match type get_doubleCloses #16160 2018-01-29 15:45:46 -08:00
stream_peer_ssl.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
stream_peer_ssl.h Implement non blocking-handshake for StreamPeerSSL 2018-07-16 13:08:17 +02:00
stream_peer_tcp.cpp Fix DNS resolution when cache is invalid. 2018-08-28 12:32:04 +02:00
stream_peer_tcp.h Display set_nodelay to GDScript 2018-01-30 13:22:15 -02:00
tcp_server.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
tcp_server.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
translation_loader_po.cpp Fix loading PO files with missing newline after last msgstr 2018-07-24 13:32:37 +02:00
translation_loader_po.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
xml_parser.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
xml_parser.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
zip_io.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00