Aaron Franke
|
f6f1df7d73
Add 64-bit versions of core power of 2 functions
|
2 months ago |
Thaddeus Crews
|
32c83a228d
Style: Add `WARNING:` as new comment admonition
|
11 months ago |
Juan Linietsky
|
24fe0715b5
Promote CowData to 64 bits
|
1 year ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Fabio Alessandrelli
|
fbbd3950c8
Simplify network GDExtension bindings using EXBIND macros.
|
2 years ago |
Anilforextra
|
fc27636999
Vectors: Use clear() and has().
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Fabio Alessandrelli
|
b9e6cc8f4f
[Net] Enable PacketPeer native extensions.
|
4 years ago |
Aaron Franke
|
8b692e8872
Add PROPERTY_USAGE_NONE and use it
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Tomasz Chabora
|
2c048ea164
Cleanup unused engine code
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
Rémi Verschelde
|
85220fec01
Style: Remove unnecessary semicolons from `core`
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Rémi Verschelde
|
8d00a3a536
Remove deprecated PacketPeer allow_object_decoding
|
5 years ago |
Fabio Alessandrelli
|
534bf89976
PacketPeer use heap buffer for var encoding.
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Fabio Alessandrelli
|
cbc772d696
Fix buffers size calculation in PacketPeerStream.
|
5 years ago |
Rafał Mikrut
|
99d8626f4a
Fix some overflows and unitialized variables
|
5 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
5 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
qarmin
|
aab8da25ad
Fix some code found by Coverity Scan and PVS Studio
|
6 years ago |
Fabio Alessandrelli
|
393e62b98a
Add object encoding param to serialization methods
|
6 years ago |
Fabio Alessandrelli
|
e61a074a8e
Use same boolean for objects encode and decode.
|
6 years ago |
marxin
|
e5f665c718
Fix -Wsign-compare warnings.
|
6 years ago |