1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-23 02:07:45 +00:00
A Final Fantasy XIV 4.0+ Server Emulator written in C++
Find a file
AriAvery 8dd40b1378 Cleanup, Improvements
- Refactored datReader and several other files for code cleanliness
- Enhanced runtime performance by optimizing select functions, utilizing std::string_view in place of std::string where appropriate
- Removed deprecated filesystem implementation
- Introduced Link Time Optimization (LTO) support for Linux builds
- Enabled parallel builds for GCC/Clang compilers
- Expanded and improved comments for various functions
- Replaced version check failure with warning, allowing for continued use with a cautionary message

Tested on MSVC/Windows and Clang/Ubuntu
2023-04-26 13:58:41 +02:00
.github/workflows try to fix build 2023-02-25 22:59:34 +01:00
cmake Cleanup, Improvements 2023-04-26 13:58:41 +02:00
config I've had it... new option added to skip opening cutscenes 2021-12-02 17:34:27 +01:00
data/actions Basic gambit work, still needs cleanup and improvements 2023-03-12 16:33:33 +01:00
deps Cleanup, Improvements 2023-04-26 13:58:41 +02:00
doxygen fix doxygen missing documentation after project restructure 2019-01-14 21:32:18 +11:00
sql achievement sql; 2023-03-05 20:44:42 -03:00
src Cleanup, Improvements 2023-04-26 13:58:41 +02: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
.clang-format Create .clang-format 2023-01-06 17:23:31 -06:00
.editorconfig change default byte order marking to utf-8 2022-12-17 14:27:46 +00:00
.gitignore AchievementMgr framework; styling fixes; 2023-01-19 13:03:54 -03:00
.gitmodules add actions submodule 2020-01-26 21:24:38 +11:00
CMakeLists.txt Convert action lut to JSON 2023-01-27 21:25:26 +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
CONTRIBUTING.md Update CONTRIBUTING.md 2023-02-04 15:20:14 +01:00
LICENSE.md Initial commit of the sapphire server 2017-08-08 13:53:47 +02:00
README.md update readme build badge to use github actions 2023-02-05 00:05:26 +00: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 Sapphire Wiki Build Status

Sapphire is a FINAL FANTASY XIV Server Emulator currently in development. This branch is specifically for FFXIV version 3.3.

It 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.

Contributions are always welcome.

Instructions, guides and tips

We provide a wiki with all sorts of information such as details, how to get started, contributing, command lists and development resources in our wiki.

Sapphire Wiki

Client Version

This branch currently targets FFXIV 3.3.

Game: 2016.07.05.0000.0001 EX1: 2016.05.21.0000.0001

A full list of patch names can be seen in the wiki/Patch list.

We are not allowed to distribute the FFXIV client or any related content. Please do not ask for links or binaries related to FFXIV or Square Enix copyrighted content.

Dependencies + Compiling

Sapphire requires the following software:

Name Windows Linux
CMake 3.0.2+ and C++17 capable compiler Visual Studio 2022 gcc 7 and g++ 7 or newer
MySQL Server 5.7 MariaDB 10.7 (x64) MySQL server from your distribution's package manager

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

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