No description
Find a file
Nuno Gonçalves (Ulukyn) 00def86655 Lower UpdateTimeout to 10ms for RAS/AES/EGS to cut admin command latency
Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-08 23:09:12 +00:00
CMakeModules 🐛 Stop NL_VERSION from being overwritten by the DESCRIBE display string 2026-08-06 11:59:41 +01:00
dist Changed: New urls for download ryzom client (with ryzom installer) 2019-05-09 19:54:59 +02:00
docs Lower UpdateTimeout to 10ms for RAS/AES/EGS to cut admin command latency 2026-08-08 23:09:12 +00:00
nel 📄 Add README with GitLab subdirectory install instructions for pynel 2026-07-15 12:19:07 +01:00
nelns Fix for MySQL 8 client lib support 2021-10-22 12:38:30 +03:00
personal Move code to root 2020-03-29 07:48:43 +08:00
ryzom Lower UpdateTimeout to 10ms for RAS/AES/EGS to cut admin command latency 2026-08-08 23:09:12 +00:00
snowballs2 Move code to root 2020-03-29 07:48:43 +08:00
studio Update copyright attribution for GPL compliance 2020-10-30 09:41:01 +08:00
tool 📄 Add AGPL license headers to pynel and fix author email in shard tools 2026-07-14 19:59:08 +01:00
web Fix PHP setup script 2021-06-03 09:10:53 +08:00
win-build Added cmake compilation with hunter .bat 2022-07-19 12:48:14 +02:00
.clang-format Move code to root 2020-03-29 07:48:43 +08:00
.editorconfig Move code to root 2020-03-29 07:48:43 +08:00
.gitignore 🔧 Add .claude/ to .gitignore 2026-08-03 01:04:26 +01:00
.hgeol
.hgignore Move code to root 2020-03-29 07:48:43 +08:00
.hgtags Tag cleanup 2019-11-27 09:16:28 +08:00
.travis.yml Move code to root 2020-03-29 07:48:43 +08:00
azure-pipelines.yml Merge branch '164-crash-on-patching-and-possibly-right-after-login' into main/gingo-test 2023-07-04 16:51:31 +01:00
changelog.template Move code to root 2020-03-29 07:48:43 +08:00
CMakeLists.txt Fix hunter 2024-06-04 18:43:05 +02:00
CMakePackaging.txt Move code to root 2020-03-29 07:48:43 +08:00
config.h.cmake Move to root 2021-10-20 14:10:43 +02:00
COPYING Move code to root 2020-03-29 07:48:43 +08:00
CTestConfig.cmake Move code to root 2020-03-29 07:48:43 +08:00
LICENSE Add LICENSE copy to the repository root 2019-11-14 10:15:40 +08:00
nelDashBuild.cmd Move code to root 2020-03-29 07:48:43 +08:00
nelDashBuild.sh Move code to root 2020-03-29 07:48:43 +08:00
path_config.bat Added build scripts for windows client and 3dsmax plugin 2021-09-08 17:48:03 +02:00
README Move code to root 2020-03-29 07:48:43 +08: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.