aboutsummaryrefslogtreecommitdiff
path: root/core/io/packet_peer_udp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* UDP FixesJuan Linietsky2014-11-131-3/+17
| | | | | | | | | | | | | | -=-=-=-=- Curse the day I decided to port UDP code, as it ended up being two nights of work. At least It's done now (I hope). -Fixed UDP Support, API seems stable -Added UDP Chat demo (chat that can lose your packets, heh) -Added helpers to areas and bodies to get list of collided bodies and contained bodies. -Sped up screen/viewport capture code. -Added code to save an image as PNG -Small fix so scripts register their singletons after modules did.
* oopsJuan Linietsky2014-11-121-1/+1
|
* missing bindJuan Linietsky2014-11-121-0/+1
|
* 3D Import Import & UDPJuan Linietsky2014-11-121-0/+48
-=-=-=-=-=-=-=-=-=-=- -Animation Import filter support -Animation Clip import support -Animation Optimizer Fixes, Improvements and Visibile Options -Extremely Experimental UDP support.