No description
Find a file
depyraken 96fd182335 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]

--HG--
branch : develop
2016-03-29 02:29:35 +02:00
code add isloopbackIPAddress prototype to code/nel/include/nel/net/inet_address.h 2016-03-29 02:29:35 +02:00
dist/debian Changed: Allow to specify code path and use egrep 2016-01-21 10:04:59 +01:00
.editorconfig Editor config script 2015-09-19 17:15:06 +02:00
.gitignore Merged github:zerotacg/ryzomcore/feature/travis-ci 2015-12-08 22:39:33 +01:00
.hgeol EOL 2015-03-06 23:22:23 +01:00
.hgignore Merged github:zerotacg/ryzomcore/feature/travis-ci 2015-12-08 22:39:33 +01:00
.hgtags Added tag ryzomcore/v0.12.0 for changeset 9a6120735daa 2015-04-14 12:04:21 +02:00
.travis.yml Merged in zerotacg/ryzomcore/issue/fix-failing-unit-tests (pull request #132) 2016-01-17 20:22:16 +01:00
README.md Merged github:zerotacg/ryzomcore/feature/travis-ci 2015-12-08 22:39:33 +01:00

Ryzom Core Build Status

Ryzom Core is the open-source project related to Ryzom Game. Written in C++, Ryzom Core contains the whole code (client, server, tools) used to make the commercial MMORPG Ryzom. Ryzom Core is a toolkit for the development of massively multiplayer online universes. It provides the base technologies and a set of development methodologies for the development of both client and server code.

Ryzom Core is open source and released under the terms of the GNU Affero General Public License 3.0 (GNU/AGPLv3) for the source code and the Creative Commons Attributions-ShareAlike 3.0 (CC-BY-SA) for the art assets. Which means you can create your own game using Ryzom Core, for more information on doing so check out Creating Your Own Game Using Ryzom Core.