kobewi e393c2a734 Add is_built_in() method to Resource 4 years ago
..
SCsub cd4e46ee65 SCons: Format buildsystem files with psf/black 5 years ago
compression.cpp ccf292df38 Fix decompression with FastLZ when buffer size is less than 16 bytes 4 years ago
compression.h 87a4ba492e Remove unimplemented methods 4 years ago
config_file.cpp 597d489a20 Quote and escape ConfigFile keys when necessary 4 years ago
config_file.h 04688b92ff Rename Reference to RefCounted 4 years ago
dir_access.cpp d11c1afc04 Rename String::is_rel_path to String::is_relative_path 4 years ago
dir_access.h 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
dtls_server.cpp 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
dtls_server.h 04688b92ff Rename Reference to RefCounted 4 years ago
file_access.cpp b8c08ba5ad Tests: Improve coverage for `File::get_csv_line()` 4 years ago
file_access.h 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
file_access_compressed.cpp 7e51e4cb84 Fix some LGTM errors of "Multiplication result converted to larger type" 4 years ago
file_access_compressed.h 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
file_access_encrypted.cpp 01d5c463be FileAccess: Don't err in `store_buffer` with buffer of size 0 4 years ago
file_access_encrypted.h 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
file_access_memory.cpp 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
file_access_memory.h 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
file_access_network.cpp e28fd07b2b Rename `instance()`->`instantiate()` when it's a verb 4 years ago
file_access_network.h 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
file_access_pack.cpp c63b18507d Use range iterators for `Map` 4 years ago
file_access_pack.h 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
file_access_zip.cpp 7e51e4cb84 Fix some LGTM errors of "Multiplication result converted to larger type" 4 years ago
file_access_zip.h da5d7db610 Rename File::get_len() get_length() 4 years ago
http_client.cpp 4e6efd1b07 Use C++ iterators for Lists in many situations 4 years ago
http_client.h b00c4a4360 [Net] Makes HTTPClient a custom instance class. 4 years ago
http_client_tcp.cpp fd52e18d19 Try other resolved IPs if one fails to connect 4 years ago
http_client_tcp.h fd52e18d19 Try other resolved IPs if one fails to connect 4 years ago
image.cpp fb7ba76325 Fixed implicit conversion of uint32_t to uint8_t in `image` 4 years ago
image.h 3a6be64c12 clang-format: Various fixes to comments alignment from `clang-format` 13 4 years ago
image_loader.cpp ac3322b0af Use const references where possible for List range iterators 4 years ago
image_loader.h 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
ip.cpp c63b18507d Use range iterators for `Map` 4 years ago
ip.h dd8fa11ac1 Support multiple address resolution in DNS requests 4 years ago
ip_address.cpp 3f078c99f6 Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores 4 years ago
ip_address.h 3f078c99f6 Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores 4 years ago
json.cpp ac3322b0af Use const references where possible for List range iterators 4 years ago
json.h 2bafcd3422 Consolidate JSON, JSONParseResults and JSONParser into JSON 4 years ago
logger.cpp 0587e5e018 Implement toast notifications in the editor 4 years ago
logger.h 87a4ba492e Remove unimplemented methods 4 years ago
marshalls.cpp fed0bf013a [Marshalls] Fix Float64Array and Int64Array serialization. 4 years ago
marshalls.h 3a6be64c12 clang-format: Various fixes to comments alignment from `clang-format` 13 4 years ago
net_socket.cpp b5334d14f7 Update copyright statements to 2021 4 years ago
net_socket.h 04688b92ff Rename Reference to RefCounted 4 years ago
packed_data_container.cpp ac3322b0af Use const references where possible for List range iterators 4 years ago
packed_data_container.h 04688b92ff Rename Reference to RefCounted 4 years ago
packet_peer.cpp b9e6cc8f4f [Net] Enable PacketPeer native extensions. 4 years ago
packet_peer.h b9e6cc8f4f [Net] Enable PacketPeer native extensions. 4 years ago
packet_peer_dtls.cpp 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
packet_peer_dtls.h b5334d14f7 Update copyright statements to 2021 4 years ago
packet_peer_udp.cpp 3f078c99f6 Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores 4 years ago
packet_peer_udp.h 3f078c99f6 Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores 4 years ago
pck_packer.cpp 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
pck_packer.h 04688b92ff Rename Reference to RefCounted 4 years ago
resource.cpp 3b42660105 Add a name to TileSet sources 4 years ago
resource.h e393c2a734 Add is_built_in() method to Resource 4 years ago
resource_format_binary.cpp e393c2a734 Add is_built_in() method to Resource 4 years ago
resource_format_binary.h bc58bf5477 Use constant for reserved field count 4 years ago
resource_importer.cpp 69f890ff11 Provide a getter for the project data directory. 4 years ago
resource_importer.h 32b43cfeb3 Implement Resource UIDs 4 years ago
resource_loader.cpp c63b18507d Use range iterators for `Map` 4 years ago
resource_loader.h 3682978aee Replace BIND_VMETHOD by new GDVIRTUAL syntax 4 years ago
resource_saver.cpp 3682978aee Replace BIND_VMETHOD by new GDVIRTUAL syntax 4 years ago
resource_saver.h 3682978aee Replace BIND_VMETHOD by new GDVIRTUAL syntax 4 years ago
resource_uid.cpp a7ba227631 Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master 4 years ago
resource_uid.h 69f890ff11 Provide a getter for the project data directory. 4 years ago
stream_peer.cpp 5f61b2c797 [Net] StreamPeer GDExtension. 4 years ago
stream_peer.h 5f61b2c797 [Net] StreamPeer GDExtension. 4 years ago
stream_peer_ssl.cpp b5334d14f7 Update copyright statements to 2021 4 years ago
stream_peer_ssl.h b5334d14f7 Update copyright statements to 2021 4 years ago
stream_peer_tcp.cpp 3f078c99f6 Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores 4 years ago
stream_peer_tcp.h 3f078c99f6 Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores 4 years ago
tcp_server.cpp c1d9170194 Network port comparison is always false 4 years ago
tcp_server.h 04688b92ff Rename Reference to RefCounted 4 years ago
translation_loader_po.cpp 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
translation_loader_po.h 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago
udp_server.cpp c1d9170194 Network port comparison is always false 4 years ago
udp_server.h 04688b92ff Rename Reference to RefCounted 4 years ago
xml_parser.cpp da5d7db610 Rename File::get_len() get_length() 4 years ago
xml_parser.h 04688b92ff Rename Reference to RefCounted 4 years ago
zip_io.cpp 7e51e4cb84 Fix some LGTM errors of "Multiplication result converted to larger type" 4 years ago
zip_io.h 9e328bb5b7 Core: Move DirAccess and FileAccess to `core/io` 4 years ago