1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-23 21:27:45 +00:00
A Final Fantasy XIV 4.0+ Server Emulator written in C++
Find a file
2018-11-06 10:48:46 +01:00
bin Add mysql linking too 2018-10-26 19:22:31 +02:00
cmake try and use 32bit first? 2018-10-27 16:48:27 +11:00
deps Linux buildfix 2018-10-26 23:07:55 +02:00
doxygen fix the indenting 2018-07-25 19:59:59 +10:00
sql add land/landset sql 2018-11-05 23:04:39 +11:00
src Added getter and setter for territoryId to player 2018-11-06 10:48:46 +01:00
.appveyor.yml oh look another commit to fix appveyor 2018-10-27 17:02:25 +11:00
.editorconfig Update submodules and editorconfig 2018-08-30 13:38:40 +02:00
.gitignore ignore temp files created by doxygen 2018-07-24 22:49:19 +10:00
.gitmodules add spdlog, remove boost is gone from common 2018-10-25 12:21:22 +11:00
.travis.yml No more boost in travis 2018-10-26 13:28:02 +02:00
CMakeLists.txt Actually compile all tools 2018-10-27 22:59:20 +02:00
CMakeSettings.json cleanup more boost shit 2018-10-27 13:56:25 +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 exd_struct_test should be fine now 2018-10-27 22:29:38 +11:00
sql_import.sh lets see if it imports this time.. 2017-08-11 06:00:42 +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.