TrinityCore 3.3.5a custom patches, read wiki to get diffs https://github.com/TrinityCore/TrinityCoreCustomChanges/wiki
  • C++ 87.2%
  • C 11.8%
  • CMake 0.5%
  • Roff 0.2%
Find a file
2026-03-12 23:14:16 +01:00
.circleci CI/Circle: Switch images from ubuntu 22.04 to debian 12 (#31002) 2025-05-27 09:22:02 +02:00
.github/workflows Build: Update required GCC version to 11.1 2024-04-10 16:16:38 +02:00
cmake Core/Misc: Allow formatting optionals with Trinity::StringFormat 2026-02-21 13:42:17 +01:00
contrib Misc: Allow directories with spaces in extractor.sh (#31648) 2026-02-22 19:47:26 +01:00
dep Dep/jemalloc: Update to 5.3.0 2026-02-26 10:55:28 +01:00
doc removed legacy cmake libsdir entry (#24813) 2020-06-16 14:22:46 +02:00
sql Scripts/Borean Tundra: Rewrite several scripts (#31708) 2026-03-09 16:11:29 +01:00
src Core/PacketIO: Migrate CMSG_INSPECT, SMSG_INSPECT_TALENT and SMSG_TALENTS_INFO to packet classes 2026-03-12 23:14:16 +01:00
tests Tests: Add missing include 2025-04-13 18:08:21 +02:00
.editorconfig Misc: Add an editorconfig 2017-10-16 21:35:00 +02:00
.gitattributes Update .gitattributes to prevent CRLF issues 2015-07-10 20:32:59 +01:00
.gitignore Core/Misc: Partial merge of 3.3.5-dbedit: 2018-10-26 14:43:22 +02:00
appveyor.yml CI/AppVeyor: Switch to boost 1.85 2025-09-11 19:16:47 +02:00
AUTHORS New year (#31222) 2025-08-19 22:29:30 +02:00
CMakeLists.txt Build: Replaced deprecated exec_program with execute_process 2025-04-13 18:07:47 +02:00
CONTRIBUTING.md GitHub: Update link to create new issues 2021-07-05 14:44:03 +03:00
COPYING License: Restore long lost OpenSSL exception (#29250) 2023-08-19 15:58:31 +02:00
issue_template.md Update issue_template.md 2018-03-07 00:21:08 +01:00
PreLoad.cmake fixed indentation for cmake files 2020-06-24 14:42:02 +02:00
pull_request_template.md Github: Minor updates to issue and PR templates 2016-03-20 23:20:08 +01:00
README.md Update logo URL in README.md (#31497) 2025-11-25 14:30:03 +01:00
revision_data.h.in.cmake Fix revision_data.h template after TDB release 2025-10-22 15:05:55 +02:00

logo TrinityCore (3.3.5)

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.