No description
Find a file
AlterEgo be838b5bd8 refactor: guard world socket session lifecycle
Signed-off-by: AlterEgo <admin@projectskyfire.org>
2026-06-07 09:33:52 -05:00
.github Harden Windows dependency installs 2026-06-04 17:45:50 -05:00
cmake Show process memory in server info 2026-06-06 12:27:26 -05:00
contrib Migrate SkyFire from ACE to Boost 2026-06-03 13:01:21 -05:00
dep Migrate SkyFire from ACE to Boost 2026-06-03 13:01:21 -05:00
doc Missed a few headers 2022-12-25 12:18:54 -06:00
sql Migrate SkyFire from ACE to Boost 2026-06-03 13:01:21 -05:00
src refactor: guard world socket session lifecycle 2026-06-07 09:33:52 -05:00
.editorconfig Migrate SkyFire from ACE to Boost 2026-06-03 13:01:21 -05:00
.gitattributes Repository: Add filetype attribute handling for specific filetypes found in the repository. 2011-05-05 23:37:53 +02:00
.gitignore Upgrade script converter to visual studio 2022. 2025-10-14 17:08:25 -05:00
CMakeLists.txt Move database queue onto Boost.Asio 2026-06-04 06:40:21 -05:00
LICENSE.md Update copyright notices to make them all uniform 2022-12-24 14:11:10 -06:00
PreLoad.cmake Update copyright notices to make them all uniform 2022-12-24 14:11:10 -06:00
README.md Update README requirements [skip ci] 2026-06-03 18:02:11 -05:00
revision.h.in.cmake Namespace generated version macros 2026-06-05 23:44:36 -05:00
THANKS.md Update thanks file. 2017-07-09 09:32:43 -05:00

logo

Build Status

windows-build ubuntu-build CodeFactor Codacy Badge

Project Information

SkyFire is a MMORPG Framework based mostly on C++.

SkyFireEMU is a MMORPG Framework based mostly on C++. It is completely open-source, and is community supported. It is derived from CactusEmu, TrinityCore, and MaNGOS, the Massive Network Game Object Servers, and is based on the code of their projects with extensive changes over time to optimize, improve and cleanup the code base at the same time as improving the in game mechanics and functionality.

It is completely open source; community involvement is highly encouraged.

If you wish to contribute ideas or code please visit our site linked below or make pull requests to our Github repository.

For further information on the SkyFire project, please visit our project website at projectskyfire.org.

Supported Client Version

MoP 5.4.8 Build 18414

Client Patch

SkyFire-Community-Tools.

Requirements

  • Platform/Architecture:
    • Ubuntu 24.04 LTS: x86_64
    • Windows 11: x86_64
    • Windows 10: x86_64
    • Windows Server 2025: x86_64
    • Windows Server 2022: x86_64
  • Processor with SSE2 support.
  • C++23-capable compiler:
    • GCC 14.0 or newer on Linux.
    • MSVC 19.44.35217.0 or newer with Visual Studio 2022 on Windows.
  • CMake:
    • 3.27.7 or newer on Linux.
    • 4.1.2 or newer on Windows.
  • Boost 1.91.0. Set BOOST_ROOT when Boost is installed outside the system prefix.
  • OpenSSL 4.0.0 with the legacy provider module available.
  • MySQL client development libraries.
    • MySQL 9.7 is the tested Windows install.
    • On Ubuntu, install the distro client development package such as default-libmysqlclient-dev.
  • Ninja is recommended for Linux builds.

Install

Detailed installation guides are available in the wiki for

Windows, Fedora 39, Ubuntu 24.04 and Mac OSX.

Reporting issues

Please use the search function before you report issues. SkyFire Issue Tracker.

Submitting fixes

Fixes are submitted as pull requests.

SkyFire Pull Request

License: GPL 3.0

Read file LICENSE

Authors & Contributors

Read file THANKS

Forum: https://www.projectskyfire.org/

Database Releases: https://github.com/ProjectSkyfire/SkyFire_548/releases

Wiki: https://wiki.projectskyfire.org