1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 22:37:45 +00:00
A Final Fantasy XIV 4.0+ Server Emulator written in C++
Find a file
Mordred 11e06540b2 Added SubWil020
Changed the way QuestFlags are indexed to directly mimic retail.
This should make implementing new quests more straight forward as
indices can be used as they appear in the decompiled scripts.
2019-03-17 22:25:52 +01:00
cmake #526 - add working mariadb 10.3 support on windows 2019-02-17 17:42:29 +11:00
config remove InRangeDistance config option 2019-01-28 21:13:02 +11:00
deps fix fs::path::preferred_separator not working with string concat on msvc 2019-01-26 23:17:51 +11:00
doxygen fix doxygen missing documentation after project restructure 2019-01-14 21:32:18 +11:00
sql/schema remove utf8 bom from inserts.sql 2019-01-18 20:05:45 +11:00
src Added SubWil020 2019-03-17 22:25:52 +01:00
web True out of source build now possible. 2019-01-02 15:09:59 +01:00
.appveyor.yml Also copy cand call sql_import for CI 2019-01-03 09:22:03 +01:00
.editorconfig Update submodules and editorconfig 2018-08-30 13:38:40 +02:00
.gitignore fix some build directories not being ignored 2019-02-09 16:50:55 +11:00
.gitmodules add recastnavigation submodule 2019-01-20 19:16:12 +11:00
.travis.yml Also copy cand call sql_import for CI 2019-01-03 09:22:03 +01:00
CMakeLists.txt Initial roaming tests, still very rough and ugly 2019-01-26 00:06:24 +01:00
CMakeSettings.json drop x86 support on windows 2018-12-31 18:39:43 +11:00
CodeStyle.xml Code style adjusted for 2 spaces and various other small things, checkout CodeStyle.xml for details 2018-08-29 21:40:59 +02:00
CONTRIBUTING.md How did that slip through over all this time.. 2018-08-30 13:33:08 +02:00
LICENSE.md Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00
README.md maybe fix travis, fix ci link in readme 2018-12-20 23:57:01 +11:00
sql_import.sh Update .gitignore and sql_import.sh 2018-12-13 12:47:59 +01:00

Sapphire - FINAL FANTASY XIV Server Emulator

FFXIV Sapphire

Discord Server Linux Build Status Windows Build Status

Sapphire is a FINAL FANTASY XIV 4.0+ Server Emulator currently in development.

Sapphire is a research project to learn how retail servers work and currently not production code; at this time it is insecure (use throwaway passwords for accounts) and you should expect a lot of things unimplemented or broken (of course contributions are always welcome).

Dependencies + Compiling

Sapphire requires the following software:

Name Windows Linux
CMake 3.0.2+ and C++17 capable compiler Visual Studio 2017 gcc 7 and g++ 7 or newer
MySQL Server 5.7 Official Site MySQL server from your distribution's package manager

Please check the wiki for detailed installation/build instructions for your OS.

Final Fantasy XIV © 2010-2018 SQUARE ENIX CO., LTD. All Rights Reserved. We are not affiliated with SQUARE ENIX CO., LTD. in any way.