aboutsummaryrefslogtreecommitdiff
path: root/core/io/packet_peer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15305 from poke1024/checks-peerJuan Linietsky2018-05-081-0/+2
|\ | | | | Checks on input_buffer in PacketPeerStream
| * 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
| | | | | | | | | | | | | | Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
|/ | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli2017-12-151-5/+5
| | | | | | They are NOT constant methods, as state by the comment message, they fetch the last packet and then forget about it, actively changing the state of the object.
* 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
| | | | | -Changed the way objects are marshalled and sent to the debugger -Editing debugged objects happens in the remote inspector now
* 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
| | | | Thus fixing some invalid changes that had still made it to the master branch.
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-1/+1
| | | | -Added system for feature overrides, it's pretty cool :)
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-1/+1
| | | | | (Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-78/+63
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* -renamed globals.h to global_config.cpp (this seems to have caused a few ↵Juan Linietsky2017-02-211-1/+1
| | | | | | modified files) -.pck and .zip exporting redone, seems to be working..
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-7/+7
| | | | | | This new name also makes its purpose a little clearer This is a step towards fixing #56
* Memory pool vectors (DVector) have been enormously simplified in code, and ↵Juan Linietsky2017-01-071-7/+7
| | | | renamed to PoolVector
* -Changed most project settings in the engine, so they have major and minor ↵Juan Linietsky2017-01-051-1/+2
| | | | | | | | categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-7/+7
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
| | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* Fixed PacketPeer.get_var() return type in docsJ08nY2016-06-161-1/+1
|
* remove trailing whitespaceHubert Jarosz2016-03-091-3/+3
|
* -remved p_peer is null error messages, fixes #1150reduz2016-01-241-1/+1
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* replaced :var by :Variant in documentation, fixes #2897Juan Linietsky2015-12-141-1/+1
|
* -fixes to ring buffer (fixes network error)Juan Linietsky2015-10-211-2/+1
| | | | -fixes to invalid disabling of commands on scene tree dock
* Fixed get_packet/put_packet bindings in PacketPeer.James McLean2015-06-081-2/+2
|
* new file dialog!Juan Linietsky2015-06-061-1/+20
| | | | | | | | | -ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* 3D Import Import & UDPJuan Linietsky2014-11-121-1/+1
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=- -Animation Import filter support -Animation Clip import support -Animation Optimizer Fixes, Improvements and Visibile Options -Extremely Experimental UDP support.
* FIX: forgotten bind to get_available_packet_count to be able to call get_var ↵voidplayer2014-06-021-0/+1
| | | | only if needed and avoid editor errors
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+255