godot/bin/tests
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
..
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
test_containers.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_containers.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_detailer.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_detailer.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_gdscript.cpp First version of Profiler 2016-05-21 21:18:16 -03:00
test_gdscript.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_gui.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_gui.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_image.cpp Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_image.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_io.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_io.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_main.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_main.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_math.cpp Changed the way the step decimals are computed to a safer way, fixes many issues. 2016-07-26 17:25:10 -03:00
test_math.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_misc.cpp Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_misc.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_particles.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_particles.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_physics.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_physics.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_physics_2d.cpp Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_physics_2d.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_python.cpp remove trailing whitespace 2016-05-21 15:29:25 +02:00
test_python.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_render.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_render.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_shader_lang.cpp remove trailing whitespace 2016-03-09 00:00:52 +01:00
test_shader_lang.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_sound.cpp Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_sound.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_string.cpp IP_Address now handle IPv4 and IPv6 transparently 2017-01-04 00:46:33 +01:00
test_string.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00