1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-20 03:37:48 +00:00
A Final Fantasy XIV 4.0+ Server Emulator written in C++
Find a file
2022-02-28 08:40:57 +01:00
.github/workflows Update build.yml 2022-02-27 16:21:39 -06:00
cmake fix mariadb cmake find lib/bin; 2021-11-28 16:59:47 -03:00
config I've had it... new option added to skip opening cutscenes 2021-12-02 17:34:27 +01:00
deps parse Event and PopRange into entries too 2022-02-26 10:50:10 +01:00
doxygen fix doxygen missing documentation after project restructure 2019-01-14 21:32:18 +11:00
sql Fix more case-sensitive table names 2022-01-25 15:19:07 +01:00
src renamed setSystemActionUnlock to setRewardFlag 2022-02-28 08:40:57 +01:00
web True out of source build now possible. 2019-01-02 15:09:59 +01:00
.appveyor.yml renamed setSystemActionUnlock to setRewardFlag 2022-02-28 08:40:57 +01:00
.editorconfig Update submodules and editorconfig 2018-08-30 13:38:40 +02:00
.gitignore fix issue with paginating 100+ entries in commonlist; add cmakesettings to gitignore; 2021-12-13 22:38:33 -03:00
.gitmodules add actions submodule 2020-01-26 21:24:38 +11:00
CMakeLists.txt Base implementation of event items, action still need to be generalized 2021-12-17 15:48:56 +01: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
LICENSE.md Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00
README.md Updated readme 2021-11-27 01:58:53 +01: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 Server Emulator currently in development. This branch is specifically for version 3.0.

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.