1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 14:07:46 +00:00
A Final Fantasy XIV 4.0+ Server Emulator written in C++
Find a file
2018-10-24 23:39:11 +02:00
bin Emote stuff, launcher; 2018-07-09 01:29:16 -03:00
cmake Removing boost from common 2018-10-24 12:53:26 +02:00
deps Added inih and repalced property_tree usage in ConfigMgr 2018-10-24 23:02:30 +02:00
doxygen fix the indenting 2018-07-25 19:59:59 +10:00
sql Opps, thanks Squall. ( missing backtick ) 2018-10-15 08:16:57 +02:00
src Server Lobby boost scrapping ( does not link atm 2018-10-24 23:39:11 +02:00
.appveyor.yml update boost ver on appveyor & set cxx flags for experimental/filesystem 2017-12-14 16:46:51 +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 Added asio as submodule, some initial network changes 2018-10-24 15:17:40 +02:00
.travis.yml Updated travis to use gcc for the time being 2018-10-24 16:04:19 +02:00
CMakeLists.txt remove sapphirelibs, move to deps folder 2018-10-24 23:31:26 +11:00
CMakeSettings.json Add VS2017 generator definitions 2017-12-01 01:02:01 +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 Opening + char create items; README; 2018-08-02 19:47:51 -03: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

Discord Server Linux Build Status Windows Build Status FFXIV Sapphire

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++14 capable compiler Visual Studio 2017 gcc 4.9 and g++ 4.9 or newer
Boost 1.63.0 Win32 precompiled binaries Boost libraries from your distribution's package manager
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.