Revival 2026#30
Closed
Staburus wants to merge 6 commits intoTrinityCoreLegacy:3.3.5from
Closed
Conversation
"This is a High-Effort revival of TrinityCore 4.3.4, architected via AI-Human collaboration (Vibe Coding) to modernize legacy systems for C++20 and 64-bit environments."
…tandards / Modernizing CMakeLists.txt and forcing modern standards and Converting all IDs to BIGINT UNSIGNED across the entire database and core.
- Updated dep/boost/CMakeLists.txt to support modern Boost versions (1.83.0 through 1.91.0+). - Removed legacy hardcoded requirement for Boost 1.78 to resolve "Bit Rot" configuration errors. - Enforced module-based discovery via Boost_NO_BOOST_CMAKE for improved reliability in modern CMake environments. - Established the architectural foundation for Task #3 (Networking Overhaul) by ensuring compatibility with io_context and C++20 coroutines.
|
this branch is keep on sync with official project, if you want this code to be added make pr into https://github.com/TrinityCore/TrinityCore |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes proposed:
Target branch(es): 335/6x
Issues addressed: Fixes #
Tests performed: (Does it build, tested in-game, etc)
Known issues and TODO list: