..
compression.cpp
compression.h
config_file.cpp
Add support for scene/resource customization in export plugins
2022-09-01 11:16:00 +02:00
config_file.h
Add support for scene/resource customization in export plugins
2022-09-01 11:16:00 +02:00
dir_access.cpp
Fix crash when listing files in nonexistent directory
2022-09-22 09:54:19 +02:00
dir_access.h
Make some File/Dir methods private
2022-09-27 17:35:52 +02:00
dtls_server.cpp
dtls_server.h
file_access_compressed.cpp
Replace File/Directory with FileAccess/DirAccess
2022-09-19 11:03:31 +02:00
file_access_compressed.h
Replace File/Directory with FileAccess/DirAccess
2022-09-19 11:03:31 +02:00
file_access_encrypted.cpp
Replace File/Directory with FileAccess/DirAccess
2022-09-19 11:03:31 +02:00
file_access_encrypted.h
Replace File/Directory with FileAccess/DirAccess
2022-09-19 11:03:31 +02:00
file_access_memory.cpp
Replace File/Directory with FileAccess/DirAccess
2022-09-19 11:03:31 +02:00
file_access_memory.h
Replace File/Directory with FileAccess/DirAccess
2022-09-19 11:03:31 +02:00
file_access_network.cpp
Replace File/Directory with FileAccess/DirAccess
2022-09-19 11:03:31 +02:00
file_access_network.h
Replace File/Directory with FileAccess/DirAccess
2022-09-19 11:03:31 +02:00
file_access_pack.cpp
Replace File/Directory with FileAccess/DirAccess
2022-09-19 11:03:31 +02:00
file_access_pack.h
Replace File/Directory with FileAccess/DirAccess
2022-09-19 11:03:31 +02:00
file_access_zip.cpp
Fix FileAccessZip() causing a stack overflow
2022-09-26 20:47:00 -07:00
file_access_zip.h
Replace File/Directory with FileAccess/DirAccess
2022-09-19 11:03:31 +02:00
file_access.cpp
Use constexpr
in the conditions with template parameters and sizeof
s to suppress C4127 warnings.
2022-09-29 10:38:21 +03:00
file_access.h
Make some File/Dir methods private
2022-09-27 17:35:52 +02:00
http_client_tcp.cpp
[Net] Rename "ssl" references to "tls" in methods and members.
2022-09-08 03:24:23 +02:00
http_client_tcp.h
[Net] Rename "ssl" references to "tls" in methods and members.
2022-09-08 03:24:23 +02:00
http_client.cpp
[Net] Rename "ssl" references to "tls" in methods and members.
2022-09-08 03:24:23 +02:00
http_client.h
[Net] Rename "ssl" references to "tls" in methods and members.
2022-09-08 03:24:23 +02:00
image_loader.cpp
[Core] Make ImageFormatLoader extensible.
2022-09-20 02:01:57 +02:00
image_loader.h
[Core] Make ImageFormatLoader extensible.
2022-09-20 02:01:57 +02:00
image.cpp
Use constexpr
in the conditions with template parameters and sizeof
s to suppress C4127 warnings.
2022-09-29 10:38:21 +03:00
image.h
Replace Vector2(i) with Size2(i) for methods returning a size
2022-09-01 20:04:17 +02:00
ip_address.cpp
ip_address.h
ip.cpp
ip.h
json.cpp
Add recursion depth check to JSON stringify/parse
2022-09-19 18:22:55 +02:00
json.h
Add recursion depth check to JSON stringify/parse
2022-09-19 18:22:55 +02:00
logger.cpp
Logger: Don't print error twice on ERR_PRINT
2022-10-04 17:56:30 +02:00
logger.h
marshalls.cpp
Fix a minor bug in the Projection binary decode logic
2022-09-01 11:07:01 -05:00
marshalls.h
missing_resource.cpp
missing_resource.h
net_socket.cpp
net_socket.h
packed_data_container.cpp
packed_data_container.h
packet_peer_dtls.cpp
packet_peer_dtls.h
packet_peer_udp.cpp
packet_peer_udp.h
packet_peer.cpp
Simplify network GDExtension bindings using EXBIND macros.
2022-09-01 19:10:22 +02:00
packet_peer.h
Simplify network GDExtension bindings using EXBIND macros.
2022-09-01 19:10:22 +02:00
pck_packer.cpp
pck_packer.h
resource_format_binary.cpp
Use constexpr
in the conditions with template parameters and sizeof
s to suppress C4127 warnings.
2022-09-29 10:38:21 +03:00
resource_format_binary.h
resource_importer.cpp
Allow images to be imported "for editor use" and respect editor settings
2022-09-07 23:31:31 +03:00
resource_importer.h
resource_loader.cpp
resource_loader.h
resource_saver.cpp
fix arg naming in ResourceFormatLoader extension
2022-08-24 06:49:03 -04:00
resource_saver.h
resource_uid.cpp
Fix crash when executing ResourceUID.set_id
2022-09-30 09:41:05 +08:00
resource_uid.h
resource.cpp
Rename and expose RefCounted::get_reference_count()
2022-09-21 21:18:54 +01:00
resource.h
Drop obsolete resource usage debug methods from OS class
2022-08-29 12:57:37 +02:00
SCsub
stream_peer_gzip.cpp
[IO] Add StreamPeerGZIP for streaming compression/decompression.
2022-09-20 18:39:10 +02:00
stream_peer_gzip.h
[IO] Add StreamPeerGZIP for streaming compression/decompression.
2022-09-20 18:39:10 +02:00
stream_peer_tcp.cpp
stream_peer_tcp.h
stream_peer_tls.cpp
[Net] Rename StreamPeerSSL to StreamPeerTLS.
2022-09-07 07:38:50 +02:00
stream_peer_tls.h
[Net] Rename StreamPeerSSL to StreamPeerTLS.
2022-09-07 07:38:50 +02:00
stream_peer.cpp
Simplify network GDExtension bindings using EXBIND macros.
2022-09-01 19:10:22 +02:00
stream_peer.h
Simplify network GDExtension bindings using EXBIND macros.
2022-09-01 19:10:22 +02:00
tcp_server.cpp
tcp_server.h
translation_loader_po.cpp
translation_loader_po.h
udp_server.cpp
udp_server.h
xml_parser.cpp
Fix parsing of XML CDATA and add test cases
2022-09-09 09:42:24 +08:00
xml_parser.h
zip_io.cpp
zip_io.h