TrinityCore Open Source MMO Framework (master = 12.0.1.66384, 3.3.5 = 3.3.5a.12340, cata classic = 4.4.2.60895) http://www.trinitycore.org
  • C++ 88.1%
  • C 11.3%
  • CMake 0.4%
Find a file
2026-03-17 00:10:27 +01:00
.circleci CI/Circle: Disable nopch build 2025-11-27 00:07:07 +01:00
.github CI/GitHub: Keep ccache size as small as possible by evicting entries not accessed by current build instead 2025-11-27 00:10:51 +01:00
cmake Build: Remove scripts include directories from worldserver compilation command line, allowing compilation to happen in directories with longer path before encountering msbuild error MSB6002: The command-line for the “RC” task is too long 2026-02-21 15:08:51 +01:00
contrib CI/Circle: Switch images from debian 12 to debian 13 2025-09-05 22:57:41 +02:00
dep Dep/jemalloc: Update to 5.3.0 2026-02-26 10:53:22 +01:00
doc removed legacy cmake libsdir entry (#24813) 2022-01-06 21:41:48 +01:00
sql DB/Misc: Added some massparsed 11.x - 12.x data 2026-03-17 00:10:27 +01:00
src Core/Misc: Reduce memory usage when data query cache is disabled in config 2026-03-13 12:57:02 +01:00
tests Core/Misc: Reduce memory usage when data query cache is disabled in config 2026-03-13 12:57:02 +01:00
.editorconfig Misc: Adjust max line length in editorconfig to something that better fits 1080p screens 2022-01-30 14:14:40 +01:00
.gitattributes Misc: Force LF line endings in .sh files even on windows 2023-09-08 21:01:03 +02:00
.gitignore Misc: Adjust cmake-build pattern in .gitignore for IDEs using that file as their own filter (#28501) 2022-11-08 10:50:17 +01:00
appveyor.yml CI/AppVeyor: Switch to boost 1.85 2025-09-11 19:16:26 +02:00
AUTHORS New year 2023-01-01 00:31:54 +01:00
CMakeLists.txt Build: Remove temporarily lowered cmake version requirement for circle-ci 2024-09-20 12:28:20 +02:00
CONTRIBUTING.md GitHub: Update link to create new issues 2021-07-04 11:43:02 +02:00
COPYING License: Restore long lost OpenSSL exception (#29250) 2023-08-19 15:55:46 +02:00
INSTALL Update copyright note for 2018 2018-01-01 00:40:17 +01:00
issue_template.md Misc: added cata_classic to the issue template branch selection 2024-08-04 14:24:04 +02:00
PreLoad.cmake fixed indentation for cmake files 2022-01-06 23:40:39 +01:00
pull_request_template.md Github: Removed targeted branches from pull request template due to pr labeler doing the job automatically based on base branch (#27175) 2021-10-25 21:28:13 +02:00
README.md Remove wotlk_classic and add cata_classic to readme 2024-08-18 09:24:00 +02:00
revision_data.h.in.cmake TDB 1200.26021 - 2026/02/06 2026-02-06 12:50:58 +00:00

logo TrinityCore (master)

Average time to resolve an issue Percentage of issues still open


Build Status

master 3.3.5 cata_classic
master Build Status 3.3.5 Build Status cata_classic Build Status
master Build status Build status Build status
master GCC Build status 3.3.5 GCC Build status cata_classic GCC Build status
master macOS arm64 Build status cata_classic macOS arm64 Build status
Coverity Scan Build Status Coverity Scan Build Status

Introduction

TrinityCore is a MMORPG Framework based mostly in C++.

It is derived from MaNGOS, the Massive Network Game Object Server, and is based on the code of that project with extensive changes over time to optimize, improve and cleanup the codebase 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 TrinityCore project, please visit our project website at TrinityCore.org.

Requirements

Software requirements are available in the wiki for Windows, Linux and macOS.

Install

Detailed installation guides are available in the wiki for Windows, Linux and macOS.

Reporting issues

Issues can be reported via the Github issue tracker.

Please take the time to review existing issues before submitting your own to prevent duplicates.

In addition, thoroughly read through the issue tracker guide to ensure your report contains the required information. Incorrect or poorly formed reports are wasteful and are subject to deletion.

Submitting fixes

C++ fixes are submitted as pull requests via Github. For more information on how to properly submit a pull request, read the how-to: maintain a remote fork. For SQL only fixes, open a ticket; if a bug report exists for the bug, post on an existing ticket.

License: GPL 2.0

Read file COPYING.

Authors & Contributors

Read file AUTHORS.