godot/bin/tests
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
..
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +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 Fix some warnings about unhandled switch cases 2016-08-13 13:21:35 +02: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 Use int instead of int32_t for Vectors 2016-10-06 16:51:19 -04:00
test_math.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00
test_misc.cpp Remove some unused variables 2016-08-13 13:21:35 +02: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 some unused variables 2016-08-13 13:21:35 +02: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 Remove some unused variables 2016-08-13 13:21:35 +02: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 2016-12-09 18:24:59 +01:00
test_string.h Update copyright in remaining files + prints in the UI 2016-01-11 21:34:22 +01:00