godot/core
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
..
bind vsnc --> vsync 2016-11-08 21:06:57 +07:00
helper
io IP_Address now handle IPv4 and IPv6 transparently 2016-12-09 18:24:59 +01:00
math Merge pull request #7039 from RandomShaper/fix-triangulation 2016-11-09 15:46:13 +01:00
os memory ops implemented as OS functions by default 2016-11-18 21:55:30 +01:00
allocators.h
array.cpp Add Array.front() and Array.back() 2016-11-18 18:45:51 -02:00
array.h Add Array.front() and Array.back() 2016-11-18 18:45:51 -02:00
color.cpp
color.h
command_queue_mt.cpp
command_queue_mt.h
compressed_translation.cpp
compressed_translation.h
core_string_names.cpp
core_string_names.h
dictionary.cpp
dictionary.h
dvector.cpp
dvector.h
error_list.h Fix wrong number for ERR_* on comment 2016-11-04 00:57:34 +09:00
error_macros.cpp
error_macros.h
event_queue.cpp
event_queue.h
func_ref.cpp
func_ref.h
global_constants.cpp
global_constants.h
globals.cpp Properly localize absolute path. 2016-11-22 09:09:39 +01:00
globals.h
hash_map.h
hashfuncs.h
hq2x.cpp
hq2x.h
image_quantize.cpp
image.cpp
image.h
input_map.cpp
input_map.h
int_types.h
list.h
make_binders.py style: Fix PEP8 blank lines issues in Python files 2016-11-01 00:35:16 +01:00
map.h
message_queue.cpp
message_queue.h
method_bind.cpp
method_bind.h
method_ptrcall.h
object_type_db.cpp
object_type_db.h
object.cpp
object.h
packed_data_container.cpp
packed_data_container.h
pair.h
path_db.cpp
path_db.h
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
print_string.cpp
print_string.h
profile_clock.cpp
profile_clock.h
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h
register_core_types.cpp Merge pull request #6968 from neikeq/pr-register-trnglmesh 2016-11-12 14:01:59 +01:00
register_core_types.h
resource.cpp
resource.h
rid.cpp
rid.h
ring_buffer.h
safe_refcount.cpp
safe_refcount.h
script_debugger_local.cpp
script_debugger_local.h
script_debugger_remote.cpp
script_debugger_remote.h
script_language.cpp
script_language.h
SCsub style: Various other PEP8 fixes in Python files 2016-11-01 00:35:16 +01:00
self_list.h
set.h
simple_type.h
sort.h
string_db.cpp
string_db.h
translation.cpp Blimey! Ye Pirate locale be anchor' a'port! 2016-11-15 09:01:51 +01:00
translation.h
typedefs.h
ucaps.h
undo_redo.cpp
undo_redo.h
ustring.cpp added implementation of is_valid_ip_address() 2016-10-20 09:58:00 -03:00
ustring.h added implementation of is_valid_ip_address() 2016-10-20 09:58:00 -03:00
variant_call.cpp Migrate int.IP_TYPE_ constants to IP.TYPE_ 2016-12-09 18:24:59 +01:00
variant_construct_string.cpp
variant_op.cpp Added small modification on parser for '+' 2016-10-22 14:26:48 -02:00
variant_parser.cpp
variant_parser.h
variant.cpp
variant.h Added small modification on parser for '+' 2016-10-22 14:26:48 -02:00
vector.h
vmap.h
vset.h