Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
Rémi Verschelde
|
6e6fe2b025
Merge pull request #59582 from Faless/net/4.x_tcp_explicit_poll
|
2 years ago |
Fabio Alessandrelli
|
331f1662df
[Net] Drop is_connected_to_host for TCP and UDP.
|
2 years ago |
Fabio Alessandrelli
|
0e52867668
[Net] Make StreamPeerTCP::_poll_connection explicit.
|
2 years ago |
Rémi Verschelde
|
5371009d8e
Object: Remove unused category boilerplate
|
2 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
2 years ago |
Hugo Locurcio
|
3f078c99f6
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
|
3 years ago |
dam
|
da8c2310b5
Allow local port control on net_socket connections
|
3 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
3 years ago |
Aaron Franke
|
02161aad5a
Remove empty lines around braces with the formatting script
|
4 years ago |
Marcel Admiraal
|
26fcf2b04c
Add override keywords.
|
4 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
4 years ago |
Rémi Verschelde
|
13a9bfbca7
Style: Harmonize header guards to style guide [Core]
|
4 years ago |
Fabio Alessandrelli
|
74051c77dc
Add TCP poll function (not exposed).
|
4 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
4 years ago |
Fabio Alessandrelli
|
32da4d7819
Add TCP connect timeout.
|
5 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Fabio Alessandrelli
|
30327872e0
Unify StreamPeerTCP/TCP_Server with NetSocket API
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
6 years ago |
Marlon Henry Schweigert
|
87adf9cfba
Display set_nodelay to GDScript
|
6 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
7 years ago |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
7 years ago |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
7 years ago |
Fabio Alessandrelli
|
88a56ba783
Remove set_ip_type from network classes (no longer needed)
|
7 years ago |
Juan Linietsky
|
dcb95ec147
removed duplicated functions in class hierarchy that were bound more than once
|
7 years ago |
Juan Linietsky
|
118eed485e
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant.
|
8 years ago |