godot/modules
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
..
chibi style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
cscript style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
dds style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
enet IP_Address now handle IPv4 and IPv6 transparently 2016-12-09 18:24:59 +01:00
etc1 style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
freetype Rename remaining WinRT references to UWP 2016-11-03 14:51:08 -02:00
gdscript Merge pull request #6802 from henriquelalves/master 2016-11-11 10:55:26 +01:00
gridmap style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
jpg style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
mpc scons: Reorder options for clarity 2016-11-03 07:45:08 +01:00
ogg scons: Reorder options for clarity 2016-11-03 07:45:08 +01:00
openssl Rename remaining WinRT references to UWP 2016-11-03 14:51:08 -02:00
opus opus: Move public headers to match system install 2016-11-03 21:18:23 +01:00
pbm style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
pvr style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
regex Make regex compilable with RTTI disabled 2016-11-01 19:16:46 +01:00
squish scons: Reorder options for clarity 2016-11-03 07:45:08 +01:00
theora scons: Reorder options for clarity 2016-11-03 07:45:08 +01:00
visual_script Add "Positive" operator to VisualScript 2016-11-11 23:46:32 -02:00
vorbis scons: Reorder options for clarity 2016-11-03 07:45:08 +01:00
webm WebM: Fix compilation on Linux/X11 ARM platform 2016-12-08 01:38:14 +01:00
webp scons: Reorder options for clarity 2016-11-03 07:45:08 +01:00
register_module_types.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00