.. |
compression.cpp
|
Vectors: Use clear() and has().
|
2022-02-02 00:11:09 +05:45 |
compression.h
|
Update copyright statements to 2022
|
2022-01-03 21:27:34 +01:00 |
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
|
Introduce more static methods to directory API
|
2022-09-20 14:22:45 +02:00 |
dtls_server.cpp
|
Update copyright statements to 2022
|
2022-01-03 21:27:34 +01:00 |
dtls_server.h
|
Update copyright statements to 2022
|
2022-01-03 21:27:34 +01:00 |
file_access.cpp
|
Replace File/Directory with FileAccess/DirAccess
|
2022-09-19 11:03:31 +02:00 |
file_access.h
|
Replace File/Directory with FileAccess/DirAccess
|
2022-09-19 11:03:31 +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
|
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
|
Replace File/Directory with FileAccess/DirAccess
|
2022-09-19 11:03:31 +02: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
|
[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 |
image.cpp
|
Replace Rect2(i) has_no_area with has_area
|
2022-09-04 23:03:36 -05:00 |
image.h
|
Replace Vector2(i) with Size2(i) for methods returning a size
|
2022-09-01 20:04:17 +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 |
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
|
Cleanup and move char functions to the char_utils.h header.
|
2022-02-04 11:35:01 +02:00 |
ip_address.h
|
Update copyright statements to 2022
|
2022-01-03 21:27:34 +01:00 |
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
|
Variant memory pools
|
2022-07-04 12:01:46 +01:00 |
logger.h
|
Fix more issues found by cppcheck.
|
2022-04-20 10:34:00 +03:00 |
marshalls.cpp
|
Fix a minor bug in the Projection binary decode logic
|
2022-09-01 11:07:01 -05:00 |
marshalls.h
|
Fixed variant decoding Segmentation Fault
|
2022-02-14 23:04:05 +03:00 |
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
|
Update copyright statements to 2022
|
2022-01-03 21:27:34 +01:00 |
net_socket.h
|
Update copyright statements to 2022
|
2022-01-03 21:27:34 +01:00 |
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
|
Replace most uses of Map by HashMap
|
2022-05-16 10:37:48 +02:00 |
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
|
Update copyright statements to 2022
|
2022-01-03 21:27:34 +01:00 |
packet_peer_dtls.h
|
Update copyright statements to 2022
|
2022-01-03 21:27:34 +01:00 |
packet_peer_udp.cpp
|
[Net] Drop is_connected_to_host for TCP and UDP.
|
2022-03-27 16:36:44 +02:00 |
packet_peer_udp.h
|
[Net] Drop is_connected_to_host for TCP and UDP.
|
2022-03-27 16:36:44 +02:00 |
pck_packer.cpp
|
Remove or make private FileAccess close() methods.
|
2022-04-12 14:50:14 +03:00 |
pck_packer.h
|
Make FileAccess and DirAccess classes reference counted.
|
2022-04-11 13:28:51 +03:00 |
resource.cpp
|
Fixes #65377: get_datetime_* functions can return wrong values
|
2022-09-10 07:58:38 +08:00 |
resource.h
|
Drop obsolete resource usage debug methods from OS class
|
2022-08-29 12:57:37 +02:00 |
resource_format_binary.cpp
|
Replace File/Directory with FileAccess/DirAccess
|
2022-09-19 11:03:31 +02:00 |
resource_format_binary.h
|
Swap arguments of ResourceSaver.save()
|
2022-07-29 19:53:09 +02:00 |
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
|
Implement Feature Build Profiles
|
2022-07-22 10:53:23 +02:00 |
resource_loader.cpp
|
Merge pull request #63632 from dsnopek/fix-locale-remap-with-binary-resources-4.x
|
2022-08-08 20:03:23 +02:00 |
resource_loader.h
|
Implement Feature Build Profiles
|
2022-07-22 10:53:23 +02:00 |
resource_saver.cpp
|
fix arg naming in ResourceFormatLoader extension
|
2022-08-24 06:49:03 -04:00 |
resource_saver.h
|
Swap arguments of ResourceSaver.save()
|
2022-07-29 19:53:09 +02:00 |
resource_uid.cpp
|
Rename String plus_file to path_join
|
2022-08-29 19:38:13 -05:00 |
resource_uid.h
|
Code quality: Fix header guards consistency
|
2022-07-25 11:17:40 +02:00 |
SCsub
|
SCons: Format buildsystem files with psf/black
|
2020-03-30 09:05:53 +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 |
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
|
[Net] Fix StreamPeerTCP accepted status.
|
2022-05-04 20:13:32 +02:00 |
stream_peer_tcp.h
|
Merge pull request #59582 from Faless/net/4.x_tcp_explicit_poll
|
2022-04-27 13:56:58 +02: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
|
Update copyright statements to 2022
|
2022-01-03 21:27:34 +01:00 |
tcp_server.h
|
Update copyright statements to 2022
|
2022-01-03 21:27:34 +01:00 |
translation_loader_po.cpp
|
Remove RES and REF typedefs in favor of spelled out Ref<>
|
2022-05-03 01:43:50 +02:00 |
translation_loader_po.h
|
Remove RES and REF typedefs in favor of spelled out Ref<>
|
2022-05-03 01:43:50 +02:00 |
udp_server.cpp
|
Update copyright statements to 2022
|
2022-01-03 21:27:34 +01:00 |
udp_server.h
|
Zero initialize all pointer class and struct members
|
2022-04-04 19:49:50 +02:00 |
xml_parser.cpp
|
Fix parsing of XML CDATA and add test cases
|
2022-09-09 09:42:24 +08: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 |