godot/core/io
bruvzg ecec415988
Use system fonts as fallback and improve system font handling.
Add support for font weight and stretch selection when using system fonts.
Add function to get system fallback font from a font name, style, text, and language code.
Implement system font support for Android.
Use system fonts as a last resort fallback.
2022-12-04 18:44:20 +02:00
..
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 exporting big templates 2022-10-19 08:29:29 +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.cpp Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
file_access.h Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
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 Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03: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 Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03: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
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
http_client_tcp.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
http_client_tcp.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
image.cpp ETCPAK expects BGRA data for ETC 2022-12-02 01:34:05 +11:00
image.h ETCPAK expects BGRA data for ETC 2022-12-02 01:34:05 +11:00
image_loader.cpp Simplify GDVIRTUAL_CALL calls 2022-10-19 00:05:48 +02:00
image_loader.h [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
ip.cpp Replace Array return types with TypedArray 2 2022-08-23 23:21:32 +02:00
ip.h Replace Array return types with TypedArray 2 2022-08-23 23:21:32 +02:00
ip_address.cpp
ip_address.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 Rename Projection matrix to columns 2022-10-04 12:34:19 -05:00
marshalls.h
missing_resource.cpp
missing_resource.h
net_socket.cpp
net_socket.h
packed_data_container.cpp Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript 2022-08-08 16:36:01 +03:00
packed_data_container.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
packet_peer_dtls.cpp
packet_peer_dtls.h
packet_peer_udp.cpp
packet_peer_udp.h
pck_packer.cpp Use system fonts as fallback and improve system font handling. 2022-12-04 18:44:20 +02:00
pck_packer.h
resource.cpp [Core] Fix Resource.resource_name type. 2022-11-29 15:43:08 +01:00
resource.h Drop obsolete resource usage debug methods from OS class 2022-08-29 12:57:37 +02:00
resource_format_binary.cpp Defer clearing of ResourceUID cache and silence warnings 2022-10-10 11:20:23 +02:00
resource_format_binary.h Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
resource_importer.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
resource_importer.h Implement Feature Build Profiles 2022-07-22 10:53:23 +02:00
resource_loader.cpp Merge pull request #67578 from KoBeWi/GEDITOR 2022-10-31 13:15:58 +01:00
resource_loader.h Exposes ResourceFormatLoader.recognize_path to scripting 2022-10-11 12:35:27 +02:00
resource_saver.cpp Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't 2022-10-31 11:55:56 +01:00
resource_saver.h Expose the logic to recognize a save path in ResourceSaver 2022-10-28 11:15:25 +02:00
resource_uid.cpp Fix crash when executing ResourceUID.set_id 2022-09-30 09:41:05 +08:00
resource_uid.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub
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
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 Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
stream_peer_tcp.h Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
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
tcp_server.cpp
tcp_server.h
translation_loader_po.cpp
translation_loader_po.h
udp_server.cpp
udp_server.h
xml_parser.cpp Implement SVG in OT support. 2022-11-04 14:10:54 +02:00
xml_parser.h Implement SVG in OT support. 2022-11-04 14:10:54 +02:00
zip_io.cpp Expose minizip API to allow creating zips using scripts 2022-10-14 21:51:38 +02:00
zip_io.h