godot/core/io
FireForge 84431bd782 Use integer types in Image and ImageTexture methods
- Image.blit_rect()
- Image.blit_rect_mask()
- Image.blend_rect()
- Image.blend_rect_mask()
- Image.fill_rect()
- Image.get_used_rect()
- Image.get_rect()
- ImageTexture.set_size_override()
2022-07-18 19:43:32 -05:00
..
compression.cpp
compression.h
config_file.cpp Fix saving section-less keys in ConfigFile 2022-06-07 18:05:49 +03:00
config_file.h Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
dir_access.cpp Add full support for Android scoped storage. 2022-07-05 03:00:37 -07:00
dir_access.h Add full support for Android scoped storage. 2022-07-05 03:00:37 -07:00
dtls_server.cpp
dtls_server.h
file_access_compressed.cpp
file_access_compressed.h
file_access_encrypted.cpp
file_access_encrypted.h
file_access_memory.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
file_access_memory.h
file_access_network.cpp
file_access_network.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
file_access_pack.cpp Use range iterators for RBSet in most cases 2022-05-19 12:09:16 +02:00
file_access_pack.h Clean up Hash Functions 2022-06-20 12:54:19 +02:00
file_access_zip.cpp
file_access_zip.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
file_access.cpp Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose. 2022-07-07 11:07:18 +03:00
file_access.h
http_client_tcp.cpp
http_client_tcp.h
http_client.cpp
http_client.h
image_loader.cpp
image_loader.h
image.cpp Use integer types in Image and ImageTexture methods 2022-07-18 19:43:32 -05:00
image.h Use integer types in Image and ImageTexture methods 2022-07-18 19:43:32 -05:00
ip_address.cpp
ip_address.h
ip.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
ip.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
json.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
json.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
logger.cpp Fix typos with codespell 2022-05-23 21:32:19 +02:00
logger.h
marshalls.cpp Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose. 2022-07-07 11:07:18 +03:00
marshalls.h
missing_resource.cpp Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
missing_resource.h Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
net_socket.cpp
net_socket.h
packed_data_container.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
packed_data_container.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
packet_peer_dtls.cpp
packet_peer_dtls.h
packet_peer_udp.cpp
packet_peer_udp.h
packet_peer.cpp
packet_peer.h
pck_packer.cpp
pck_packer.h
resource_format_binary.cpp Remake resource thread safety and API 2022-06-22 13:46:46 +02:00
resource_format_binary.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
resource_importer.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
resource_importer.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
resource_loader.cpp Remake resource thread safety and API 2022-06-22 13:46:46 +02:00
resource_loader.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
resource_saver.cpp
resource_saver.h
resource_uid.cpp Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
resource_uid.h Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
resource.cpp Remake resource thread safety and API 2022-06-22 13:46:46 +02:00
resource.h Remake resource thread safety and API 2022-06-22 13:46:46 +02:00
SCsub
stream_peer_ssl.cpp Add StreamPeerSSL.get_stream() accessor. 2022-05-25 12:43:19 -07:00
stream_peer_ssl.h Add StreamPeerSSL.get_stream() accessor. 2022-05-25 12:43:19 -07:00
stream_peer_tcp.cpp
stream_peer_tcp.h
stream_peer.cpp
stream_peer.h
tcp_server.cpp
tcp_server.h
translation_loader_po.cpp
translation_loader_po.h
udp_server.cpp
udp_server.h
xml_parser.cpp Implement XMLParser.get_current_line() 2022-07-05 01:23:04 +02:00
xml_parser.h Implement XMLParser.get_current_line() 2022-07-05 01:23:04 +02:00
zip_io.cpp Fix ZipIO crash when reused (and possible leaks). 2022-05-11 16:08:17 +03:00
zip_io.h Fix ZipIO crash when reused (and possible leaks). 2022-05-11 16:08:17 +03:00