godot/drivers
Fabio Alessandrelli 00fdcf3cd0 IP_Address now handle IPv4 and IPv6 transparently
IP_Address changes:
- Converts to and from String transparently while handling IPv4 as IPv6
  mapped (::ffff:[IP]) address internally.
- Completely remove AddrType enum.
- Setting/Getting of ip array is now only possible through dedicated functions
  (ie. set_ipv4, get_ipv4, set_ipv6, get_ipv6)
- Add function to know if the address is a valid IPv4 (for IP implementation and enet)

(cherry picked from commit 1aff508dd9)
2017-01-04 00:46:33 +01:00
..
alsa SCsub: Add python shebang as a hint for syntax highlighting 2016-10-30 14:51:34 +01:00
builtin_openssl2 style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
convex_decomp SCsub: Add python shebang as a hint for syntax highlighting 2016-10-30 14:51:34 +01:00
gl_context scons: Reorder options for clarity 2016-11-03 08:41:10 +01:00
gles2 style: Various other PEP8 fixes in Python files 2016-11-02 22:30:34 +01:00
nrex SCsub: Add python shebang as a hint for syntax highlighting 2016-10-30 14:51:34 +01:00
png scons: Reorder options for clarity 2016-11-03 08:41:10 +01:00
pulseaudio SCsub: Add python shebang as a hint for syntax highlighting 2016-10-30 14:51:34 +01:00
rtaudio style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
unix IP_Address now handle IPv4 and IPv6 transparently 2017-01-04 00:46:33 +01:00
windows SCsub: Add python shebang as a hint for syntax highlighting 2016-10-30 14:51:34 +01:00
zlib style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
register_driver_types.cpp chibi: Move to a module 2016-10-30 14:51:33 +01:00
register_driver_types.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
SCsub style: Various other PEP8 fixes in Python files 2016-11-02 22:30:34 +01:00