khanat-code-old/code/nel/src
depyraken d3c21bdd08 add isloopbackIPAddress prototype to code/nel/include/nel/net/inet_address.h
add isloopbackIPAddress to code/nel/src/net/inet_address.cpp
add IPv4&IPv6 loopback IP addresses to localAddresses

In code/nel/src/net/unified_network.cpp:
replace is127001 calls by isloopbackIPAddress
change wrong comments about default network id (nid = 0xFF)
When the selected connectionId is not valid
	warnings are not triggered anymore when using default network (nid = 0xFF): the logs were full of warnings and the server was lagging
	When nid = 0xFF, the new connectionId is stored into DefaultNetwork
	When nid <> 0xFF, the new connectionId is stored into NetworkConnectionAssociations[nid]
2016-03-29 02:29:35 +02:00
..
3d Changed: Removed useless dependencies on DirectX 2016-03-15 12:36:21 +01:00
cegui Fix freetype include order 2015-07-10 06:30:20 +02:00
georges Changed: Let dependencies propagate to other targets 2015-12-07 21:48:32 +01:00
gui Fixed: Clang warnings 2016-03-19 19:29:03 +01:00
ligo Removed useless comments/commented code 2016-02-20 18:09:24 +01:00
logic Changed: Added PCH for logic 2016-01-26 22:41:02 +01:00
misc Fix random thunder activation caused by rounding error in setup interpolation 2016-03-19 22:13:38 +01:00
net add isloopbackIPAddress prototype to code/nel/include/nel/net/inet_address.h 2016-03-29 02:29:35 +02:00
pacs VS2015 compilation fixes 2016-01-15 11:34:23 +01:00
pipeline Centralized project directory configuration mechanism 2016-02-16 02:28:03 +01:00
sound Fixed: Possible crashes if ov_info returns NULL 2016-03-18 15:09:02 +01:00
CMakeLists.txt Move pipeline utilities into new pipeline library 2016-02-16 00:28:24 +01:00