.. |
compression.cpp
|
Fix some warnings raised by MSVC 2017
|
2018-10-03 17:34:56 +02:00 |
compression.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
config_file.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
config_file.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
file_access_buffered.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
file_access_buffered.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
file_access_buffered_fa.h
|
Revert "added get_creation_time function for gdscript"
|
2018-08-10 13:29:49 -03:00 |
file_access_compressed.cpp
|
Fix FileAccessCompressed::get_8 returning 0 for the last byte of a file
|
2018-09-13 19:10:35 -04:00 |
file_access_compressed.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
file_access_encrypted.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
file_access_encrypted.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
file_access_memory.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
file_access_memory.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
file_access_network.cpp
|
Add some limits on the Editor Settings
|
2018-10-24 19:46:33 -05:00 |
file_access_network.h
|
Add some limits on the Editor Settings
|
2018-10-24 19:46:33 -05:00 |
file_access_pack.cpp
|
User more correct plus file on get_current_dir.
|
2018-11-08 19:05:12 -03:00 |
file_access_pack.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
file_access_zip.cpp
|
Add missing copyright headers and fix formatting
|
2018-01-05 01:22:23 +01:00 |
file_access_zip.h
|
Fix various Clang 7 warnings about unused stuff
|
2018-10-01 17:32:12 +02:00 |
http_client.cpp
|
Fix warnings about unhandled enum value in switch [-Wswitch]
|
2018-09-27 18:34:30 +02:00 |
http_client.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
image_loader.cpp
|
Improved support for custom image loaders
|
2018-11-23 08:16:54 +10:30 |
image_loader.h
|
Improved support for custom image loaders
|
2018-11-23 08:16:54 +10:30 |
ip.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
ip.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
ip_address.cpp
|
Properly accept wildcard when binding IPv4 socket.
|
2018-11-18 14:54:40 +01:00 |
ip_address.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
json.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
json.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
logger.cpp
|
Fixing warnings generated by MSVC
|
2018-10-19 11:45:24 +02:00 |
logger.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
marshalls.cpp
|
One less local variable in marshalls
|
2018-10-07 12:56:07 +02:00 |
marshalls.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
multiplayer_api.cpp
|
Remove redundant "== false" code
|
2018-10-06 16:20:41 -04:00 |
multiplayer_api.h
|
Clearly deprecate sync too in favor of remotesync.
|
2018-09-15 00:06:03 +02:00 |
net_socket.cpp
|
New NetSocket interface, BSD/Win implementation
|
2018-09-12 15:46:37 +02:00 |
net_socket.h
|
New NetSocket interface, BSD/Win implementation
|
2018-09-12 15:46:37 +02:00 |
networked_multiplayer_peer.cpp
|
Bind many more properties to scripts
|
2018-01-12 00:58:14 +02:00 |
networked_multiplayer_peer.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
packet_peer.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
packet_peer.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
packet_peer_udp.cpp
|
Unify PacketPeerUDP using NetSocket
|
2018-09-12 15:56:16 +02:00 |
packet_peer_udp.h
|
Unify PacketPeerUDP using NetSocket
|
2018-09-12 15:56:16 +02:00 |
pck_packer.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52: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
|
-Moved EditorDefaultValue to ClassDB, made it core
|
2018-11-08 11:30:59 -03:00 |
resource_format_binary.h
|
Fix various Clang 7 warnings about unused stuff
|
2018-10-01 17:32:12 +02:00 |
resource_import.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
resource_import.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
resource_loader.cpp
|
Moved folding outside the resource files, now saved outside the project.
|
2018-10-29 16:37:09 -03:00 |
resource_loader.h
|
Moved folding outside the resource files, now saved outside the project.
|
2018-10-29 16:37:09 -03:00 |
resource_saver.cpp
|
Moved folding outside the resource files, now saved outside the project.
|
2018-10-29 16:37:09 -03:00 |
resource_saver.h
|
Moved folding outside the resource files, now saved outside the project.
|
2018-10-29 16:37:09 -03:00 |
SCsub
|
SCons: Build core's thirdparty code in own environment
|
2018-09-28 11:40:41 +02:00 |
stream_peer.cpp
|
StreamPeer get[_utf8]_string with negative length.
|
2018-09-22 13:35:41 +02:00 |
stream_peer.h
|
StreamPeer get[_utf8]_string with negative length.
|
2018-09-22 13:35:41 +02:00 |
stream_peer_ssl.cpp
|
Add checks for clean disconnect in HTTP/TCP/SSL.
|
2018-09-21 14:34:57 +02:00 |
stream_peer_ssl.h
|
Allow system certs file to be used by Editor.
|
2018-09-15 14:45:54 +02:00 |
stream_peer_tcp.cpp
|
Add checks for clean disconnect in HTTP/TCP/SSL.
|
2018-09-21 14:34:57 +02:00 |
stream_peer_tcp.h
|
Unify StreamPeerTCP/TCP_Server with NetSocket API
|
2018-09-12 15:56:20 +02:00 |
tcp_server.cpp
|
Unify StreamPeerTCP/TCP_Server with NetSocket API
|
2018-09-12 15:56:20 +02:00 |
tcp_server.h
|
Unify StreamPeerTCP/TCP_Server with NetSocket API
|
2018-09-12 15:56:20 +02:00 |
translation_loader_po.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
translation_loader_po.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
xml_parser.cpp
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
xml_parser.h
|
Make core/ includes absolute, remove subfolders from include path
|
2018-09-12 09:52:22 +02:00 |
zip_io.cpp
|
Fix warning about functions defined but not used [-Wunused-function]
|
2018-09-29 22:26:12 +02:00 |
zip_io.h
|
Fix warning about functions defined but not used [-Wunused-function]
|
2018-09-29 22:26:12 +02:00 |