summaryrefslogtreecommitdiff
path: root/core/io/packet_peer.cpp
AgeCommit message (Expand)Author
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
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-06-16Fixed PacketPeer.get_var() return type in docsJ08nY
2016-03-09remove trailing whitespaceHubert Jarosz
2016-01-24-remved p_peer is null error messages, fixes #1150reduz
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-14replaced :var by :Variant in documentation, fixes #2897Juan Linietsky
2015-10-21-fixes to ring buffer (fixes network error)Juan Linietsky
2015-06-08Fixed get_packet/put_packet bindings in PacketPeer.James McLean
2015-06-06new file dialog!Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2014-11-123D Import Import & UDPJuan Linietsky
2014-06-02FIX: forgotten bind to get_available_packet_count to be able to call get_var ...voidplayer
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky