summaryrefslogtreecommitdiffstats
path: root/core/io/packet_peer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Style: Add `WARNING:` as new comment admonitionThaddeus Crews2024-09-251-1/+1
* Promote CowData to 64 bitsJuan Linietsky2024-01-191-3/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Simplify network GDExtension bindings using EXBIND macros.Fabio Alessandrelli2022-09-011-22/+4
* Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* [Net] Enable PacketPeer native extensions.Fabio Alessandrelli2021-09-241-0/+46
* Add PROPERTY_USAGE_NONE and use itAaron Franke2021-06-171-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Cleanup unused engine codeTomasz Chabora2020-12-091-8/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-13/+26
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-24/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-5/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-10/+10
* Remove deprecated PacketPeer allow_object_decodingRémi Verschelde2020-02-131-17/+3
* PacketPeer use heap buffer for var encoding.Fabio Alessandrelli2020-01-191-5/+28
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix buffers size calculation in PacketPeerStream.Fabio Alessandrelli2019-12-221-1/+1
* Fix some overflows and unitialized variablesRafał Mikrut2019-11-201-0/+1
* Added some obvious errors explanationsqarmin2019-09-251-3/+3
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-2/+1
* Fix some code found by Coverity Scan and PVS Studioqarmin2019-07-231-2/+3
* Add object encoding param to serialization methodsFabio Alessandrelli2019-04-011-9/+9
* Use same boolean for objects encode and decode.Fabio Alessandrelli2019-03-281-2/+2
* Fix -Wsign-compare warnings.marxin2019-02-271-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-4/+3
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+3
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-4/+4
* Merge pull request #15305 from poke1024/checks-peerJuan Linietsky2018-05-081-0/+2
|\
| * Checks on input_buffer in PacketPeerStreamBernhard Liebl2018-01-031-0/+2
* | fix set_stream_peer binding in PacketPeerPaul Joannon2018-01-121-1/+1
* | Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+12
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
|/
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli2017-12-151-5/+5
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* -Properly check limits to objects sent (regarding to size), fixes #9034Juan Linietsky2017-08-181-2/+14
* Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-171-2/+2
* Ability to save objects to binary formatJuan Linietsky2017-08-141-1/+15
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-5/+5
* Set some reasonable limits for sending information to the debugger, closes #5848Juan Linietsky2017-08-081-11/+19
* Style: Apply clang-format on all filesRémi Verschelde2017-07-301-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-1/+1