Rémi Verschelde
|
1426cd3b3a
One Copyright Update to rule them all
|
2 years ago |
Hugo Locurcio
|
292ad704e6
Increase the maximum number of concurrent DNS queries from 32 to 256
|
3 years ago |
Fabio Alessandrelli
|
aa3ef20fcb
[Net] Simplify IP resolution code, fix caching.
|
3 years ago |
Rémi Verschelde
|
a627cdafc5
Update copyright statements to 2022
|
3 years ago |
Fabio Alessandrelli
|
811ea6ad64
[Net] Fix IP address resolution incorrectly locking the main thread.
|
4 years ago |
Marcel Admiraal
|
5a58516231
Remove duplicate ERR_PRINTS macro
|
4 years ago |
Chuck
|
17ee8ff0d9
Support multiple address resolution in DNS requests
|
4 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Pedro J. Estébanez
|
4485b43a57
Modernize atomics
|
4 years ago |
Pedro J. Estébanez
|
6d89f675b1
Modernize Thread
|
4 years ago |
Pedro J. Estébanez
|
8f6a636ae7
Modernize Semaphore
|
4 years ago |
Pedro J. Estébanez
|
4ddcdc031b
Modernize Mutex
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
5 years ago |
Fabio Alessandrelli
|
b574e476ec
Implement IP.get_local_interfaces.
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Fabio Alessandrelli
|
97757cd1d1
Fix DNS resolution when cache is invalid.
|
7 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
|
8 years ago |
Ignacio Etcheverry
|
32dd9a9f66
ClassDB: Provide the enum name of integer constants
|
8 years ago |
Poommetee Ketson
|
49c7620326
Add object type hint for docs
|
8 years ago |
Marcelo Fernandez
|
bba8f1db30
Fixed the IP resolver code blocking the main thread, it uses a Mutex now to lock its own thread.
|
8 years ago |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
8 years ago |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
8 years ago |
Hein-Pieter van Braam
|
411ee71b4d
Rename the _MD macro to D_METHOD
|
8 years ago |