1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 21:57:44 +00:00
A Final Fantasy XIV 4.0+ Server Emulator written in C++
Find a file
2018-08-03 01:20:21 +02:00
bin Emote stuff, launcher; 2018-07-09 01:29:16 -03:00
cmake Merge pull request #258 from ShelbyZ/actor_rewrite_minor_cmake_changes 2018-03-01 08:13:33 +01:00
doxygen fix the indenting 2018-07-25 19:59:59 +10:00
sql Merge remote-tracking branch 'origin/master' into develop 2018-07-27 08:04:01 +02:00
src SubWil004 and SubWil027 added 2018-08-03 01:20:21 +02:00
.appveyor.yml update boost ver on appveyor & set cxx flags for experimental/filesystem 2017-12-14 16:46:51 +11:00
.editorconfig add editorconfig file 2017-08-09 13:44:57 +01:00
.gitignore ignore temp files created by doxygen 2018-07-24 22:49:19 +10:00
.gitmodules Force git to ignore submodule 2017-08-18 23:50:22 +09:00
.travis.yml automagically reload rebuilt scripts 2017-12-14 22:30:06 +11:00
CMakeLists.txt Added discovery parser 2018-03-22 23:01:55 +01:00
CMakeSettings.json Revert "fixed style #4" 2018-07-16 16:21:01 +02:00
CONTRIBUTING.md Renaming classes in preperation of actor rework 2018-02-20 22:46:44 +01:00
LICENSE.md Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00
README.md Update README.md 2018-06-03 20:47:22 +02: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 2.6+ 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-2017 SQUARE ENIX CO., LTD. All Rights Reserved. We are not affiliated with SQUARE ENIX CO., LTD. in any way.