1
0
Fork 0
godot/core/io
Rémi Verschelde 62d22ffa6b Merge pull request #98216 from pafuent/fixing_log_rotation
Fix file logging log rotation
2025-02-11 10:54:01 +01:00
..
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
compression.cpp
compression.h Core ubsan fixes 2024-12-18 14:31:12 +01:00
config_file.cpp Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
config_file.h
dir_access.cpp Use `MethodInfo::get_compatibility_hash()` to generate the hash for `MethodBind::get_hash()` and other GDExtension hash clean up 2025-01-11 15:57:42 -06:00
dir_access.h Core ubsan fixes 2024-12-18 14:31:12 +01:00
dtls_server.cpp Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
dtls_server.h Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
file_access.compat.inc [FileAccess] Return error codes from `store_*` methods. 2024-11-29 23:22:31 +02:00
file_access.cpp Implement `get_length()` for pipes. 2025-02-03 16:50:00 +02:00
file_access.h Core ubsan fixes 2024-12-18 14:31:12 +01:00
file_access_compressed.cpp Merge pull request #100564 from YYF233333/iwyu 2024-12-19 19:59:55 -06:00
file_access_compressed.h [FileAccess] Return error codes from `store_*` methods. 2024-11-29 23:22:31 +02:00
file_access_encrypted.cpp Merge pull request #100564 from YYF233333/iwyu 2024-12-19 19:59:55 -06:00
file_access_encrypted.h Core ubsan fixes 2024-12-18 14:31:12 +01:00
file_access_memory.cpp Merge pull request #100564 from YYF233333/iwyu 2024-12-19 19:59:55 -06:00
file_access_memory.h [FileAccess] Return error codes from `store_*` methods. 2024-11-29 23:22:31 +02:00
file_access_pack.cpp Fix "res://" being replaced by resource packs in the editor and on Android 2025-01-15 11:20:46 +01:00
file_access_pack.h Fix "res://" being replaced by resource packs in the editor and on Android 2025-01-15 11:20:46 +01:00
file_access_zip.cpp [FileAccess] Return error codes from `store_*` methods. 2024-11-29 23:22:31 +02:00
file_access_zip.h Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
http_client.cpp Use `(r)find_char` instead of `(r)find` for single characters 2024-11-17 10:02:18 +01:00
http_client.h Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
http_client_tcp.cpp When calling code has length of string, pass it to parse_utf8 2024-12-01 08:31:22 +01:00
http_client_tcp.h Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
image.cpp Fix certain channel masks for Texture previewer 2025-01-15 18:40:53 +01:00
image.h Add color channel filter to editor texture previews 2025-01-11 23:27:48 +00:00
image_loader.cpp Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
image_loader.h
ip.cpp [Core] Improve error messages with `vformat` 2024-10-30 15:55:51 +01:00
ip.h
ip_address.cpp Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
ip_address.h
json.cpp VariantParser: Ensure all parse errors have an explanation 2025-01-03 17:17:37 +01:00
json.h Merge pull request #99765 from dalexeev/core-fix-json-from-to-native 2024-12-10 14:15:53 -06:00
logger.cpp Fix file loggin log rotation 2025-02-10 21:57:07 +01:00
logger.h Force build editor with regex module, remove checking code. 2025-01-07 19:43:23 +08:00
marshalls.cpp Core ubsan fixes 2024-12-18 14:31:12 +01:00
marshalls.h Add half precision floating point support to `StreamPeer` 2024-11-12 08:46:52 -03:00
missing_resource.cpp Fix missing resource properties being dropped on save 2024-11-05 11:53:29 -06:00
missing_resource.h Fix missing resource properties being dropped on save 2024-11-05 11:53:29 -06:00
net_socket.cpp
net_socket.h Core ubsan fixes 2024-12-18 14:31:12 +01:00
packed_data_container.cpp
packed_data_container.h Add support for compiling with VS clang-cl toolset 2024-08-28 13:30:44 -05:00
packet_peer.cpp Style: Add `WARNING:` as new comment admonition 2024-09-25 09:44:42 -05:00
packet_peer.h
packet_peer_dtls.cpp Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
packet_peer_dtls.h Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
packet_peer_udp.cpp Merge pull request #96076 from AThousandShips/improve_null_check_core_drivers 2024-12-23 11:14:58 -06:00
packet_peer_udp.h
pck_packer.cpp Remove duplicate `utf8()` calls 2024-12-19 10:15:46 +01:00
pck_packer.h Add ability for PCK patches to remove files 2024-11-11 16:34:37 +01:00
plist.cpp Merge pull request #96076 from AThousandShips/improve_null_check_core_drivers 2024-12-23 11:14:58 -06:00
plist.h Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
remote_filesystem_client.cpp Merge pull request #96076 from AThousandShips/improve_null_check_core_drivers 2024-12-23 11:14:58 -06:00
remote_filesystem_client.h Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
resource.cpp Merge pull request #96076 from AThousandShips/improve_null_check_core_drivers 2024-12-23 11:14:58 -06:00
resource.h Style: Enforce `AllowShortFunctionsOnASingleLine` 2025-01-02 10:09:41 -06:00
resource_format_binary.cpp Merge pull request #96076 from AThousandShips/improve_null_check_core_drivers 2024-12-23 11:14:58 -06:00
resource_format_binary.h Universalize UID support in all resource types 2024-11-11 15:59:56 +01:00
resource_importer.cpp Universalize UID support in all resource types 2024-11-11 15:59:56 +01:00
resource_importer.h Core ubsan fixes 2024-12-18 14:31:12 +01:00
resource_loader.cpp Improve UID file creation condition 2025-02-06 17:08:00 +01:00
resource_loader.h Improve UID file creation condition 2025-02-06 17:08:00 +01:00
resource_saver.cpp [Core] Improve error messages with `vformat` 2024-10-30 15:55:51 +01:00
resource_saver.h
resource_uid.cpp Fix accessing UID before first scan 2025-02-08 20:04:32 -05:00
resource_uid.h Fix accessing UID before first scan 2025-02-08 20:04:32 -05:00
stream_peer.cpp Core ubsan fixes 2024-12-18 14:31:12 +01:00
stream_peer.h Add half precision floating point support to `StreamPeer` 2024-11-12 08:46:52 -03:00
stream_peer_gzip.cpp
stream_peer_gzip.h
stream_peer_tcp.cpp [Core,Drivers] Improve use of `Ref.is_null/valid` 2024-11-01 16:50:11 +01:00
stream_peer_tcp.h
stream_peer_tls.cpp Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
stream_peer_tls.h Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
tcp_server.cpp Merge pull request #96076 from AThousandShips/improve_null_check_core_drivers 2024-12-23 11:14:58 -06:00
tcp_server.h
translation_loader_po.cpp Use `(r)find_char` instead of `(r)find` for single characters 2024-11-17 10:02:18 +01:00
translation_loader_po.h Core: Do not generate `*.uid` files for JSON, certificates, and translations 2024-12-04 14:26:10 +03:00
udp_server.cpp [Core,Drivers] Improve use of `Ref.is_null/valid` 2024-11-01 16:50:11 +01:00
udp_server.h
xml_parser.cpp Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
xml_parser.h Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
zip_io.cpp
zip_io.h