summaryrefslogtreecommitdiffstats
path: root/core/io/stream_peer.cpp
Commit message (Expand)AuthorAgeFilesLines
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Simplify network GDExtension bindings using EXBIND macros.Fabio Alessandrelli2022-09-011-17/+8
* Vectors: Use clear() and has().Anilforextra2022-02-021-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* [Net] StreamPeer GDExtension.Fabio Alessandrelli2021-09-241-0/+57
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Rename File's `endian_swap` to `big_endian`Hugo Locurcio2021-05-201-2/+2
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-5/+10
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+24
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-49/+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-18/+17
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-1/+3
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-2/+2
* Add object encoding param to serialization methodsFabio Alessandrelli2019-04-011-7/+7
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* StreamPeer get[_utf8]_string with negative length.Fabio Alessandrelli2018-09-221-2/+13
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Change function signature from float to double to match type get_doubleCloses...hungrymonkey2018-01-291-1/+1
* doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-171-13/+12
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+5
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-3/+3
* Rename pos to position in user facing methods and variablesletheed2017-09-201-3/+3
* Fix various assorted warningsHein-Pieter van Braam2017-09-081-0/+3
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Fix StreamPeer put_utf8_string not workingFabio Alessandrelli2017-08-141-1/+1
* Fix broken stream reading in StreamPeerBufferRaymoo2017-08-121-1/+2
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-3/+3
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-221/+185
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-0/+2
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-45/+45
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-16/+16
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-45/+45
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Fix StreamPeerBuffer::duplicate() does not return valuevolzhs2016-08-221-0/+1
* -High Level protocol optimization (should be smaller)Juan Linietsky2016-08-221-6/+137
* Classref: Added docs for StreamPeer* (#5216)J08nY2016-06-151-1/+0
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* replaced :var by :Variant in documentation, fixes #2897Juan Linietsky2015-12-141-2/+2
* added binary API to StreamPeer, fixes #2863Juan Linietsky2015-12-131-1/+298
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1