summaryrefslogtreecommitdiff
path: root/core/io/packet_peer.cpp
AgeCommit message (Expand)Author
2022-09-01Simplify network GDExtension bindings using EXBIND macros.Fabio Alessandrelli
2022-02-02Vectors: Use clear() and has().Anilforextra
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-24[Net] Enable PacketPeer native extensions.Fabio Alessandrelli
2021-06-17Add PROPERTY_USAGE_NONE and use itAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-05-19Style: Remove unnecessary semicolons from `core`Rémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-13Remove deprecated PacketPeer allow_object_decodingRémi Verschelde
2020-01-19PacketPeer use heap buffer for var encoding.Fabio Alessandrelli
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-22Fix buffers size calculation in PacketPeerStream.Fabio Alessandrelli
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-09-25Added some obvious errors explanationsqarmin
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-07-23Fix some code found by Coverity Scan and PVS Studioqarmin
2019-04-01Add object encoding param to serialization methodsFabio Alessandrelli
2019-03-28Use same boolean for objects encode and decode.Fabio Alessandrelli
2019-02-27Fix -Wsign-compare warnings.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-05-08Merge pull request #15305 from poke1024/checks-peerJuan Linietsky
2018-01-12fix set_stream_peer binding in PacketPeerPaul Joannon
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Checks on input_buffer in PacketPeerStreamBernhard Liebl
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-15Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-18-Properly check limits to objects sent (regarding to size), fixes #9034Juan Linietsky
2017-08-17Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez
2017-08-14Ability to save objects to binary formatJuan Linietsky
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-08Set some reasonable limits for sending information to the debugger, closes #5848Juan Linietsky
2017-07-30Style: Apply clang-format on all filesRé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-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A 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-13Rename the _MD macro to D_METHODHein-Pieter van Braam