aboutsummaryrefslogtreecommitdiff
path: root/core/io/packet_peer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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