Stuart Carnie
|
7227fdd805
Core: Add UNIX domain socket support
|
před 7 měsíci |
Stuart Carnie
|
2ebf8369f0
Core: Fix data race in remote debugger; handle errors
|
před 7 měsíci |
Yufeng Ying
|
4f4031a675
Replace size() == 0 with is_empty().
|
před 10 měsíci |
Adam Scott
|
33e16435f5
Replace some problematic uses of `String::num` to `String::num_int64`
|
před 1 rokem |
Lukas Tenbrink
|
b5c31ebb41
Add contains_char() for single-character 'contains' calls.
|
před 1 rokem |
A Thousand Ships
|
68f638cf02
Use `(r)find_char` instead of `(r)find` for single characters
|
před 1 rokem |
A Thousand Ships
|
38f9769bc6
[Core] Improve error messages with `vformat`
|
před 1 rokem |
A Thousand Ships
|
e33fdb4296
Use `MutexLock` in more places
|
před 1 rokem |
A Thousand Ships
|
955d5affa8
Reduce and prevent unnecessary random-access to `List`
|
před 1 rokem |
Juan Linietsky
|
a37c30dfc9
Fix thread IDs.
|
před 2 roky |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
před 3 roky |
Rémi Verschelde
|
54418ea659
Remove NO_THREADS fallback code, Godot 4 requires thread support
|
před 3 roky |
Rémi Verschelde
|
6e6fe2b025
Merge pull request #59582 from Faless/net/4.x_tcp_explicit_poll
|
před 3 roky |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
před 3 roky |
Fabio Alessandrelli
|
0e52867668
[Net] Make StreamPeerTCP::_poll_connection explicit.
|
před 3 roky |
Anilforextra
|
adbe948bda
String: Add contains().
|
před 4 roky |
Rémi Verschelde
|
050908626f
Merge pull request #57526 from tavurth/bugfix/high-macos-cpu-usage
|
před 4 roky |
Will Whitty
|
c37bd41c79
Increase RemoteDebuggerPeerTCP poll to 6.9ms
|
před 4 roky |
Anilforextra
|
fc27636999
Vectors: Use clear() and has().
|
před 4 roky |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
před 4 roky |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
před 4 roky |
Hugo Locurcio
|
3f078c99f6
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
|
před 4 roky |
Fabio Alessandrelli
|
87353c90fa
[Net] Make debugger peer less CPU intensive.
|
před 4 roky |
Pedro J. Estébanez
|
99fe462452
Modernize Thread
|
před 5 roky |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
před 5 roky |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
před 5 roky |
Stijn Hinlopen
|
929b98d24b
Remove String::find_last (same as rfind)
|
před 5 roky |
Rémi Verschelde
|
85220fec01
Style: Remove unnecessary semicolons from `core`
|
před 5 roky |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
před 5 roky |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
před 5 roky |