godot/drivers
Fabio Alessandrelli 1aff508dd9 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)
2016-12-09 18:24:59 +01:00
..
alsa SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00
convex_decomp SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00
gl_context scons: Reorder options for clarity 2016-11-03 07:45:08 +01:00
gles2 style: Various other PEP8 fixes in Python files 2016-11-01 00:35:16 +01:00
png scons: Reorder options for clarity 2016-11-03 07:45:08 +01:00
pulseaudio SCsub: Add python shebang as a hint for syntax highlighting 2016-10-17 20:10:46 +02:00
rtaudio style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
unix IP_Address now handle IPv4 and IPv6 transparently 2016-12-09 18:24:59 +01:00
windows Rename remaining WinRT references to UWP 2016-11-03 14:51:08 -02:00
xaudio2 Fix memory management of XAudio2 driver 2016-10-17 20:42:37 -02:00
zlib style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
register_driver_types.cpp RegEx re-implemented as a module 2016-10-27 10:27:40 +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-01 00:35:16 +01:00