aboutsummaryrefslogtreecommitdiff
path: root/modules/enet/win32.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enet: Split enet thirdparty files and allow unbundlingRémi Verschelde2016-10-151-435/+0
| | | | | Building against shared libraries only implemented for Linux X11 so far. TODO: Document Godot's modifications of upstream enet.
* Patch thirdy-party libraries to build for WinRTGeorge Marques2016-09-031-0/+13
| | | | | | - Patch enet code. - Patch OpenSSL code and add shims for unavailable API. - Add extra definition header for Freetype.
* ENet windows compilation fixes.Juan Linietsky2016-08-201-1/+1
| | | | | For reference, when you include a Windows header (be it directly windows.h or something that includes it) put it at the end of the includes. it seems I forgot.
* -Added an ENet implementation for NetworkedMultiplayerPeer for "a bit higher ↵Juan Linietsky2016-08-141-0/+422
level" networking.