godot/core/io
Rémi Verschelde d4993b74fc Add missing argument names in GDScript bindings
All classes were reviewed apart from VisualServer for which no argument name is documented at all.
While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
2015-12-28 02:13:05 +01: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 newline fixes 2015-10-08 15:00:40 -03: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 merged some stuff for okam 2015-09-03 23:24:55 -03:00
compression.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
config_file.cpp Add missing argument names in GDScript bindings 2015-12-28 02:13:05 +01:00
config_file.h Updated copyright year in all headers 2015-04-18 14:38:54 -03: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 GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
file_access_buffered.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
file_access_buffered.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
file_access_buffered_fa.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
file_access_compressed.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
file_access_compressed.h Updated copyright year in all headers 2015-04-18 14:38:54 -03: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 work in progress, resource previews 2015-05-31 02:00:18 -03:00
file_access_memory.h work in progress, resource previews 2015-05-31 02:00:18 -03:00
file_access_network.cpp -Changed Godot exit to be clean. 2015-04-20 19:38:02 -03:00
file_access_network.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
file_access_pack.cpp Fix segment violation MINIZIP_ENABLED 2015-05-06 20:37:25 -03:00
file_access_pack.h -Changed Godot exit to be clean. 2015-04-20 19:38:02 -03:00
file_access_zip.cpp fixed support for zip packages 2015-05-25 22:35:00 -03:00
file_access_zip.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
http_client.cpp Fixes the make_doc.sh, <, > and & signs in descriptions that cause the parser to break. 2015-11-19 22:01:42 +11:00
http_client.h Fixes the make_doc.sh, <, > and & signs in descriptions that cause the parser to break. 2015-11-19 22:01:42 +11:00
image_loader.cpp merged some stuff for okam 2015-09-03 23:24:55 -03:00
image_loader.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
ioapi.c -fixed export templates not loading/exporting on Windows 2014-02-13 18:03:28 -03:00
ioapi.h merged some stuff for okam 2015-09-03 23:24:55 -03:00
ip.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
ip.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
ip_address.cpp Several performance improvements, mainly in loading and instancing scenes and resources. 2015-06-29 00:29:49 -03:00
ip_address.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
json.cpp Change handling of invalid JSON escape sequences. 2015-11-16 17:05:39 +02:00
json.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
marshalls.cpp -fixes to ring buffer (fixes network error) 2015-10-21 16:52:43 -03:00
marshalls.h Updated copyright year in all headers 2015-04-18 14:38:54 -03: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 replaced :var by :Variant in documentation, fixes #2897 2015-12-14 08:28:01 -03:00
packet_peer.h new file dialog! 2015-06-06 09:44:38 -03: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 -ability to change scripts in external editor and still have properties reloaded in godot UI, fixes #3003 2015-12-09 09:08:41 -03:00
resource_format_binary.h **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
resource_format_xml.cpp Merge pull request #1820 from guilhermefelipecgs/master 2015-11-23 00:22:35 +01:00
resource_format_xml.h **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
resource_loader.cpp ran cppcheck, found unused variables 2015-09-16 15:35:30 -05:00
resource_loader.h **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
resource_saver.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
resource_saver.h **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
SCsub Cosmetic fixes to SCons buildsystem 2015-11-01 20:53:26 +01:00
stream_peer.cpp replaced :var by :Variant in documentation, fixes #2897 2015-12-14 08:28:01 -03:00
stream_peer.h added binary API to StreamPeer, fixes #2863 2015-12-13 12:53:29 -03: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 Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
stream_peer_tcp.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
tcp_server.cpp Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
tcp_server.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
translation_loader_po.cpp **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
translation_loader_po.h **WARNING BEFORE PULLING** 2015-08-23 20:15:56 -03:00
unzip.c fix parentheses-equality warnings of osx clang 2015-10-09 21:39:50 +09:00
unzip.h Removed OF 2014-02-21 08:46:47 +01:00
xml_parser.cpp Add missing argument names in GDScript bindings 2015-12-28 02:13:05 +01:00
xml_parser.h Updated copyright year in all headers 2015-04-18 14:38:54 -03:00
zip.c fix parentheses-equality warnings of osx clang 2015-10-09 21:39:50 +09:00
zip.h merged some stuff for okam 2015-09-03 23:24:55 -03:00
zip_io.h merged some stuff for okam 2015-09-03 23:24:55 -03:00