forked from TrinityCore/TrinityCore
-
-
Notifications
You must be signed in to change notification settings - Fork 67
3.3.5 #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Saugjunkie
wants to merge
7,330
commits into
conan513:playerbots-npcbots
Choose a base branch
from
TrinityCore:3.3.5
base: playerbots-npcbots
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
3.3.5 #81
Conversation
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
conan513
pushed a commit
that referenced
this pull request
Aug 22, 2018
closes #31235 by AlexPro54
…rmat or snprintf) (cherry picked from commit 67244a1)
(cherry picked from commit fd4ffc8)
* 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)
) (cherry picked from commit 83ca87d)
(cherry picked from commit bfb6c95)
… unwanted gcc behavior since version 18 (cherry picked from commit 93c8993)
… default since CMake 3.19 (cherry picked from commit 55a19f1)
…nflict (cherry picked from commit 1f5f245)
(cherry picked from commit c542519)
…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)
closes #31252 by danaton
…ementImpairingAuras (#31207)
…sql.exe (cherry picked from commit 31beaf0)
…ing standing for at-war eligibility - change sneaked in a cherry-pick commit 759482b
…erved for master branch
…only the one exactly matching MSVC toolset (cherry picked from commit d808284)
(cherry picked from commit 89e09dc)
…5 branch and exclude master branch data
…_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)
(cherry picked from commit 937e618)
(cherry picked from commit 8fcec26)
…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)
…h for the next 5 years by stuckj closes #31640
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: