index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
io
/
packet_peer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Style: Add `WARNING:` as new comment admonition
Thaddeus Crews
2024-09-25
1
-1
/
+1
*
Promote CowData to 64 bits
Juan Linietsky
2024-01-19
1
-3
/
+3
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Simplify network GDExtension bindings using EXBIND macros.
Fabio Alessandrelli
2022-09-01
1
-22
/
+4
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
[Net] Enable PacketPeer native extensions.
Fabio Alessandrelli
2021-09-24
1
-0
/
+46
*
Add PROPERTY_USAGE_NONE and use it
Aaron Franke
2021-06-17
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Cleanup unused engine code
Tomasz Chabora
2020-12-09
1
-8
/
+1
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-13
/
+26
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-24
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-5
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-10
/
+10
*
Remove deprecated PacketPeer allow_object_decoding
Rémi Verschelde
2020-02-13
1
-17
/
+3
*
PacketPeer use heap buffer for var encoding.
Fabio Alessandrelli
2020-01-19
1
-5
/
+28
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix buffers size calculation in PacketPeerStream.
Fabio Alessandrelli
2019-12-22
1
-1
/
+1
*
Fix some overflows and unitialized variables
Rafał Mikrut
2019-11-20
1
-0
/
+1
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-3
/
+3
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-2
/
+1
*
Fix some code found by Coverity Scan and PVS Studio
qarmin
2019-07-23
1
-2
/
+3
*
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-04-01
1
-9
/
+9
*
Use same boolean for objects encode and decode.
Fabio Alessandrelli
2019-03-28
1
-2
/
+2
*
Fix -Wsign-compare warnings.
marxin
2019-02-27
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Moved member variables to initializer list
Wilson E. Alvarez
2018-12-11
1
-4
/
+3
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+3
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-4
/
+4
*
Merge pull request #15305 from poke1024/checks-peer
Juan Linietsky
2018-05-08
1
-0
/
+2
|
\
|
*
Checks on input_buffer in PacketPeerStream
Bernhard Liebl
2018-01-03
1
-0
/
+2
*
|
fix set_stream_peer binding in PacketPeer
Paul Joannon
2018-01-12
1
-1
/
+1
*
|
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-0
/
+12
*
|
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
|
/
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Remove "const" from PacketPeer get_packet/get_var
Fabio Alessandrelli
2017-12-15
1
-5
/
+5
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
-Properly check limits to objects sent (regarding to size), fixes #9034
Juan Linietsky
2017-08-18
1
-2
/
+14
*
Add closest_power_of_2 func and implement mix_rate/latency on OS X
Marcelo Fernandez
2017-08-17
1
-2
/
+2
*
Ability to save objects to binary format
Juan Linietsky
2017-08-14
1
-1
/
+15
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-5
/
+5
*
Set some reasonable limits for sending information to the debugger, closes #5848
Juan Linietsky
2017-08-08
1
-11
/
+19
*
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-30
1
-1
/
+1
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-1
/
+1
[next]