index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
io
/
packet_peer.cpp
Age
Commit message (
Expand
)
Author
2022-09-01
Simplify network GDExtension bindings using EXBIND macros.
Fabio Alessandrelli
2022-02-02
Vectors: Use clear() and has().
Anilforextra
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-09-24
[Net] Enable PacketPeer native extensions.
Fabio Alessandrelli
2021-06-17
Add PROPERTY_USAGE_NONE and use it
Aaron Franke
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-09
Cleanup unused engine code
Tomasz Chabora
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-05-19
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-13
Remove deprecated PacketPeer allow_object_decoding
Rémi Verschelde
2020-01-19
PacketPeer use heap buffer for var encoding.
Fabio Alessandrelli
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-22
Fix buffers size calculation in PacketPeerStream.
Fabio Alessandrelli
2019-11-20
Fix some overflows and unitialized variables
Rafał Mikrut
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-07-23
Fix some code found by Coverity Scan and PVS Studio
qarmin
2019-04-01
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-03-28
Use same boolean for objects encode and decode.
Fabio Alessandrelli
2019-02-27
Fix -Wsign-compare warnings.
marxin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-11
Moved member variables to initializer list
Wilson E. Alvarez
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-05-08
Merge pull request #15305 from poke1024/checks-peer
Juan Linietsky
2018-01-12
fix set_stream_peer binding in PacketPeer
Paul Joannon
2018-01-12
Bind many more properties to scripts
Bojidar Marinov
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-03
Checks on input_buffer in PacketPeerStream
Bernhard Liebl
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-15
Remove "const" from PacketPeer get_packet/get_var
Fabio Alessandrelli
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-18
-Properly check limits to objects sent (regarding to size), fixes #9034
Juan Linietsky
2017-08-17
Add closest_power_of_2 func and implement mix_rate/latency on OS X
Marcelo Fernandez
2017-08-14
Ability to save objects to binary format
Juan Linietsky
2017-08-10
Removes type information from method binds
Ignacio Etcheverry
2017-08-08
Set some reasonable limits for sending information to the debugger, closes #5848
Juan Linietsky
2017-07-30
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-19
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-17
-Reorganized all properties of project settings (Sorry, Again).
Juan Linietsky
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-02-21
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-13
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
[next]