virtualx-engine/platform/windows
Fabio Alessandrelli d9525082fe Remove set_ip_type from network classes (no longer needed)
- TCP:
  - `listen` bind to wildcard "*" -> dual stack socket
  - `listen` bind to address -> socket from address type
  - `connect` -> resolve using best protocol (UNSPEC), socket from address type

- UDP:
  - `listen` bind to wildcard "*" -> dual stack socket
  - `listen` bind to address -> socket from address type
  - `put_packet`/`put_var` -> resolve using TYPE_ANY (UNSPEC), socket from address type
    (to change socket type you must first call `close` it)

(cherry picked from commit 88a56ba783)
2017-03-22 21:00:23 +01:00
..
export Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
context_gl_win.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
context_gl_win.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
ctxgl_procaddr.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
ctxgl_procaddr.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
detect.py Improvements to scons defined WINVER/_WIN32_WINNT 2017-01-12 19:15:30 +01:00
godot.ico Icon: Remove more grey capsules behind official logo 2016-05-30 00:41:42 +02:00
godot_res.rc Fix Windows resource script 2016-07-27 15:35:49 -03:00
godot_win.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
joystick.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
joystick.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
key_mapping_win.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
key_mapping_win.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
lang_table.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_windows.cpp Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
os_windows.h Bring that Whole New World to the Old Continent too 2017-03-19 00:36:26 +01:00
packet_peer_udp_winsock.cpp Remove set_ip_type from network classes (no longer needed) 2017-03-22 21:00:23 +01:00
packet_peer_udp_winsock.h Implement UDP listen bind address 2017-03-22 20:25:56 +01:00
platform_config.h Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
stream_peer_winsock.cpp Remove set_ip_type from network classes (no longer needed) 2017-03-22 21:00:23 +01:00
stream_peer_winsock.h Remove set_ip_type from network classes (no longer needed) 2017-03-22 21:00:23 +01:00
tcp_server_winsock.cpp Remove set_ip_type from network classes (no longer needed) 2017-03-22 21:00:23 +01:00
tcp_server_winsock.h Implement TCP Server bind address 2017-03-22 20:25:52 +01:00