..
compression.cpp
Compression: Set Zstd max window size via public parameter
2019-04-20 20:29:45 +02:00
compression.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
config_file.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
config_file.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
file_access_buffered_fa.h
Core: Ensure classes match their header filename
2019-02-12 13:34:25 +01:00
file_access_buffered.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
file_access_buffered.h
Core: Ensure classes match their header filename
2019-02-12 13:34:25 +01:00
file_access_compressed.cpp
Fixed EOF flag not resetting on seek back
2019-11-08 15:48:19 +01:00
file_access_compressed.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
file_access_encrypted.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
file_access_encrypted.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
file_access_memory.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
file_access_memory.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
file_access_network.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
file_access_network.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
file_access_pack.cpp
DirAccessPack: Fix dir_exists and file_exists for res:// paths
2019-11-08 15:48:18 +01:00
file_access_pack.h
Fix code style issues
2019-01-26 22:35:31 +01:00
file_access_zip.cpp
Add -Wshadow=local to warnings and fix reported issues.
2019-02-20 19:44:12 +01:00
file_access_zip.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
http_client.cpp
Fix a random SSL crash I saw once.
2019-11-12 13:09:35 +01:00
http_client.h
Fix HTTPClient keep alive with chunked encoding.
2019-02-20 05:13:51 +01:00
image_loader.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
image_loader.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
ip_address.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
ip_address.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
ip.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
ip.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
json.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
json.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
logger.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
logger.h
Fix -Wsuggest-attribute=format warnings.
2019-02-27 06:56:50 +01:00
marshalls.cpp
Initialize padding on PoolByteArray serialization
2019-11-12 11:37:57 +01:00
marshalls.h
Use same boolean for objects encode and decode.
2019-04-20 23:14:47 +02:00
multiplayer_api.cpp
Avoid _can_call_mode resetting error message in MultiplayerAPI
2019-11-12 11:20:11 +01:00
multiplayer_api.h
Add object encoding param to serialization methods
2019-04-20 23:15:02 +02:00
net_socket.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
net_socket.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
networked_multiplayer_peer.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
networked_multiplayer_peer.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
packet_peer_udp.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
packet_peer_udp.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
packet_peer.cpp
Add object encoding param to serialization methods
2019-04-20 23:15:02 +02:00
packet_peer.h
Add object encoding param to serialization methods
2019-04-20 23:15:02 +02:00
pck_packer.cpp
Fix potential divisions by 0 reported by MSVC
2020-05-25 17:55:07 +02:00
pck_packer.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
resource_format_binary.cpp
Fix memory leak in ResourceFormatSaverBinary::save
2019-11-08 15:48:18 +01:00
resource_format_binary.h
Prevent circular references to scene being saved, fixes #24384
2019-02-24 10:48:38 -03:00
resource_importer.cpp
Make sure ResurceLoader.exists works on imported files, fixes #23555
2019-03-04 21:01:21 -03:00
resource_importer.h
Make sure ResurceLoader.exists works on imported files, fixes #23555
2019-03-04 21:01:21 -03:00
resource_loader.cpp
Allow class_name scripts to have nested inheritance
2019-03-09 00:47:27 -03:00
resource_loader.h
Better warnings when resources can't be saved. Fixes #26531
2019-03-04 11:06:49 -03:00
resource_saver.cpp
Allow class_name scripts to have nested inheritance
2019-03-09 00:47:27 -03:00
resource_saver.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
SCsub
SCons: Build core's thirdparty code in own environment
2018-09-28 11:40:41 +02:00
stream_peer_ssl.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
stream_peer_ssl.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
stream_peer_tcp.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
stream_peer_tcp.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
stream_peer.cpp
Add object encoding param to serialization methods
2019-04-20 23:15:02 +02:00
stream_peer.h
Add object encoding param to serialization methods
2019-04-20 23:15:02 +02:00
tcp_server.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
tcp_server.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
translation_loader_po.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
translation_loader_po.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
xml_parser.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
xml_parser.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
zip_io.cpp
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00
zip_io.h
Update copyright statements to 2019
2019-01-01 12:58:10 +01:00