Skip to content

Conversation

@Saugjunkie
Copy link

Changes proposed:

Target branch(es): 335/6x

Issues addressed: Fixes #

Tests performed: (Does it build, tested in-game, etc)

Known issues and TODO list:

  • [ ]
  • [ ]

Aokromes and others added 28 commits August 30, 2025 09:51
(cherry picked from commit 2f15a81)
* Removed INTEL as a separate platform (it does not belong there)
* Removed BORLAND from known compilers list (it was never supported)
* Simplified TRINITY_PLATFORM_WINDOWS detection (_WIN32 is always defined)
* Rename revision_data.h macros that begin with a underscore
* Added processor architecture to --version string
* Added Linux distribution name to .server debug
* Fixed some revision_data.h macros missing/wrong values when regenerated during compilation
* Removed manual adding of _WIN64 macro from cmake (it is predefined internally by compiler)

(cherry picked from commit e8740fb)
…its global variable initializer to all projects using it

(cherry picked from commit fd0a7ba)
…f directly adding its source files to both server executables

(cherry picked from commit 052f2d0)
…les instead of listing it separately as source file in every target

(cherry picked from commit a21e7c7)
…rnings into compile errors

(cherry picked from commit 7ac0c68)
… unwanted gcc behavior since version 18

(cherry picked from commit 93c8993)
… closer to the warning behavior of the other compilers

(cherry picked from commit e36a66d)
(cherry picked from commit 2b1ad96)
… default since CMake 3.19

(cherry picked from commit 55a19f1)
…ion to 8.0.34 and remove strict compiled<->runtime version match requirement from non-Windows platforms

(cherry picked from commit b386971)
…it has been undeprecated by MySQL

(cherry picked from commit 5568767)
…ing standing for at-war eligibility - change sneaked in a cherry-pick commit 759482b
Shauren and others added 30 commits December 20, 2025 00:50
…only the one exactly matching MSVC toolset

(cherry picked from commit d808284)
…_template.spelltrigger ITEM_SPELLTRIGGER_LEARN_SPELL_ID
* Devirtualize calls to Read and Update by marking concrete implementations as final
* Removed derived class template argument
* Specialize boost::asio::basic_stream_socket for boost::asio::io_context instead of type-erased any_io_executor
* Make socket initialization easier composable (before entering Read loop)
* Remove use of deprecated boost::asio::null_buffers and boost::beast::ssl_stream

(cherry picked from commit e8b2be3)
(cherry picked from commit 93cc4f9)
(cherry picked from commit 80dc602)
…ed and fix off-by-one-update-tick time tracking (#31612)
… accidentally using CastSpellExtraArgs(bool) constructor when CastSpellExtraArgs(TriggerCastFlags) was intended

(cherry picked from commit c484530)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.