..
compression.cpp
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
compression.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
config_file.cpp
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
config_file.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
file_access_buffered_fa.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
file_access_buffered.cpp
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
file_access_buffered.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
file_access_compressed.cpp
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
file_access_compressed.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
file_access_encrypted.cpp
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
file_access_encrypted.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
file_access_memory.cpp
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
file_access_memory.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
file_access_network.cpp
Clean up some bad words from code comments
2018-02-17 16:00:39 +03:00
file_access_network.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
file_access_pack.cpp
Fix listing files inside directory in pack file
2018-03-18 14:04:50 +01:00
file_access_pack.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
file_access_zip.cpp
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
file_access_zip.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
http_client.cpp
Fix CORS problems due to added headers on JS target
2018-07-04 01:56:44 +02:00
http_client.h
Allow body-up-to-EOF HTTP responses
2018-05-22 15:08:31 +02:00
image_loader.cpp
fix API string path
2018-04-30 09:38:18 +02:00
image_loader.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
ip_address.cpp
Fix typos with codespell
2018-02-21 19:46:06 +01:00
ip_address.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
ip.cpp
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
ip.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
json.cpp
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
json.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
logger.cpp
Fixed regression making the logger not respect the max files limit.
2018-06-12 12:57:48 -03:00
logger.h
Update copyright statements to 2018
2018-01-01 14:40:47 +01:00
marshalls.cpp
Merge pull request #16033 from poke1024/marshalls-dict
2018-05-07 17:51:06 -03:00
marshalls.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
multiplayer_api.cpp
New sync RPC modes to match all combinations
2018-05-29 20:26:41 +02:00
multiplayer_api.h
New sync RPC modes to match all combinations
2018-05-29 20:26:41 +02:00
networked_multiplayer_peer.cpp
Bind many more properties to scripts
2018-01-12 00:58:14 +02:00
networked_multiplayer_peer.h
Bind many more properties to scripts
2018-01-12 00:58:14 +02:00
packet_peer_udp.cpp
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
packet_peer_udp.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
packet_peer.cpp
Merge pull request #15305 from poke1024/checks-peer
2018-05-08 10:45:39 -03:00
packet_peer.h
Bind many more properties to scripts
2018-01-12 00:58:14 +02:00
pck_packer.cpp
PCKPacker:pck_start(): Update version
2018-04-19 00:45:22 +02:00
pck_packer.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
resource_format_binary.cpp
Fixes scene corruption when updating dependencies.
2018-03-24 15:08:55 +01:00
resource_format_binary.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
resource_import.cpp
Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828
2018-01-06 16:38:36 -03:00
resource_import.h
Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828
2018-01-06 16:38:36 -03:00
resource_loader.cpp
Dont print error when loading resource from cache
2018-01-11 20:46:18 +07:00
resource_loader.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
resource_saver.cpp
fix API string path
2018-04-30 09:38:18 +02:00
resource_saver.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
SCsub
Add an option to use zstd's recently introduced long range matching (off by default).
2017-10-27 12:26:13 -04:00
stream_peer_ssl.cpp
Generalize SSL cert reading from file
2018-04-03 20:13:57 +02:00
stream_peer_ssl.h
Generalize SSL cert reading from file
2018-04-03 20:13:57 +02:00
stream_peer_tcp.cpp
Display set_nodelay to GDScript
2018-01-30 13:22:15 -02:00
stream_peer_tcp.h
Display set_nodelay to GDScript
2018-01-30 13:22:15 -02:00
stream_peer.cpp
Change function signature from float to double to match type get_doubleCloses #16160
2018-01-29 15:45:46 -08:00
stream_peer.h
Change function signature from float to double to match type get_doubleCloses #16160
2018-01-29 15:45:46 -08:00
tcp_server.cpp
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
tcp_server.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
translation_loader_po.cpp
Fix for not picking up locale of some .po translation files
2018-05-28 12:51:05 +09:30
translation_loader_po.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
xml_parser.cpp
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
xml_parser.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00
zip_io.h
Add missing copyright headers and fix formatting
2018-01-05 01:22:23 +01:00