aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-03-11Scripts/Instances: Update Mechanar scripts to new register model (#26569)offl
(cherry picked from commit 7b9476ea4b8dd43dcb041ced158bcdd46baeff85)
2022-03-11Scripts/Instances: Update Slave Pens scripts to new register model (#26568)offl
(cherry picked from commit 57d369dd6a58632679cd6efc2cfca4600c4ad9bb)
2022-03-10Core/SAI: Fix typojackpoz
(cherry picked from commit 483f24c5ed8238a9b3a1747f49191b7ba6f3c90e)
2022-03-10Core/Movement: Add new flag MOVEMENTGENERATOR_FLAG_PERSIST_ON_DEATH (#26549)Giacomo Pozzoni
* Core/Movement: Add new flag MOVEMENTGENERATOR_FLAG_PERSIST_ON_DEATH Add new flag MOVEMENTGENERATOR_FLAG_PERSIST_ON_DEATH to keep movement generators even after death. Fixes #23095 Could replace ff26027453179448bb972d88a51e565d71e95f3f * Core/Movement: reorder new method MotionMaster::StopOnDeath * Core/Movement: reorder new method MotionMaster::StopOnDeath * Keep MoveJump movement generator after death Co-authored-by: ccrs <ccrs@users.noreply.github.com> (cherry picked from commit 9fe9dc087b4dc52af7897942a83c1f880d3a4ef8)
2022-03-10Core/Player: Log more information when Player::StopCastingCharm() failsjackpoz
(cherry picked from commit af815e991d3dc407846fcd05000b4e356d7336ed)
2022-03-10Scripts/Commands: Fix crashes with ".group revive" and ".group repair"jackpoz
Close #26575 (cherry picked from commit 105c70802ded53b49621a92ee8fa136e57d0c717)
2022-03-10Core/Movement: comment unused parameterccrs
/home/runner/work/TrinityCore/TrinityCore/src/server/game/AI/CoreAI/PassiveAI.cpp:82:52: error: unused parameter ‘id’ [-Werror=unused-parameter] void CritterAI::MovementInform(uint32 type, uint32 id) ~~~~~~~^~ compilation terminated due to -Wfatal-errors. (cherry picked from commit a57bbe039436d4c5e9fe34c850ea85cc50b104ab)
2022-03-10Core/Movement: remove redundant method MovementGenerator::NotifyAIOnFinalize ↵ccrs
and use existing Finalize - MovementInform implementation 6fde051e4e52d98d1a6cf31b8ad3fcf95e0e83fd follow up (cherry picked from commit 303e01c834d5edd1336a005a0ecf58cc82cfee1b)
2022-03-10Scripts/Spells: Add comments with id & name of spells part 4offl
(cherry picked from commit e7e47866066f0b318c986c355dc4476b5948e622)
2022-03-10Scripts/Spells: Add comments with id & name of spells part 3offl
(cherry picked from commit 03c727326dce5d990fd453f42a92300dbd68dc0e)
2022-03-10Scripts/Spells: Add comments with id & name of spells part 2offl
(cherry picked from commit 0e804c95ac1e2ae048682fd3b52a02e8f6a88c82)
2022-03-10Scripts/Spells: Add comments with id & name of spells part 1offl
(cherry picked from commit 80a4b7f1e2f4baae40f08e87cb8cda0a1db833b9)
2022-03-10Scripts/Quest: Rework cocooned creatures (#26554)offl
(cherry picked from commit 78bd609e8a37caa354c42ee6da798ab6c0bb3009)
2022-03-10Core/Scripts: Allow spell script ValidateSpellInfo to work with any ↵Shauren
container type (cherry picked from commit f2f0aeb562dfc1a78b04d13a14e3c37a58367619)
2022-03-10DB/Creature: Rework time bombsoffl
Closes #26479 (cherry picked from commit 52333b0e311dabe18010f443b3751422d523e9b2)
2022-03-10Core/AreaTriggers: Add missing 9.2 changesShauren
2022-03-09Core/Creatures: Fixed loading ModExperience from databaseShauren
Closes #27858
2022-03-09Core/Utilities: Fixed child process console output being incorrectly cut off ↵Shauren
at first newline
2022-03-09Core/DBLayer: escape MySQL keywords in page_text, page_text_locale, ↵Ovahlord
broadcast_text and broadcast_text_locale select queries (cherry picked from commit d4f71131f032ecc68545acd838de5a3ccfadc331) (cherry picked from commit edcaac6c959e944dc6d6dc224666b832521412b4)
2022-03-09Core/Map: Added Map::SetZoneOverrideLight std::chrono overload (#26486)HelloKitty
* Core/Map: Added Map::SetZoneOverrideLight std::chrono overload * Scripts: Replace Map::SetZoneOverrideLight usages with new std::chrono overload * Core/Map: Remove non-chrono Map::SetZoneOverrideLight overload (cherry picked from commit e33c4b8f7f18c89fec3d95531fdccad526c12c10)
2022-03-09Core/Vehicle: Setting home position of creature passenger on AtEngage (#26482)Edder
Co-authored-by: Edder <d.rosenauer@gmail.com> (cherry picked from commit fb88a1409ff60343edb0c539d406a961724fcc4e)
2022-03-09Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)Mikhail Redko
* Core/Console: Improve ReadWinConsole logic and cosmetic changes * Core/Console: Fixed possible appearance of weird characters in the console when printing the output of child processes * Fix codestyle * Removed auto * Core/Misc: Explicit casting Difficulty values to uint8 before outputting to console * Core/Misc: Cast Difficulty to uint32 for output to console Co-authored-by: jackpoz <giacomopoz@gmail.com> (cherry picked from commit 6c12f45f3b7d7eab32ed29860d2261fc8a512f0e)
2022-03-09DB/Creature: Fix recently broken The Etymidian's scriptoffl
(cherry picked from commit 79944605c644c597bada8535d9edd1fc3c77e4cc)
2022-03-09Core/Game: Fix cache path with git flow branches (#26494)ihm-tswow
- git flow may put forward slashes in branch names, so we cannot assume we are just creating one directory. (cherry picked from commit 471e5af32d24f99bea987ea4705f0165c9ece4d6)
2022-03-09Core/SAI: Prevent loading invalid smart_scripts entry (#26508)robinsch
(cherry picked from commit 8c0e6e9ee454c0a429a8a7b54d281d3378773e64)
2022-03-09Core/Sounds - added missing victory near sound for Arathi Basin (3.3.5) (#26477)schell244
* added missing victory near sound for arathi basin * switch sound id's Co-authored-by: schell244 <> (cherry picked from commit 2ac7499f66a80296486b7df6286ff503c8cdf3b9)
2022-03-09Scripts/DTK: Update King Dred to new model (#26464)offl
Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit d9670cec6dc310b6fb636b73a92d7be24e89496f)
2022-03-09Scripts/POS: Update instance scripts to new model (#26467)offl
Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit 7de6e756631391065fbff7c9bf8a0f1ce3d05272)
2022-03-09Scripts/POS: Update Tyrannus to new model (#26466)offl
Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit 87ba4a76156aa45cf0de36e9d43b1fb8694778cd)
2022-03-09Scripts/POS: Update Garfrost to new model (#26465)offl
Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit b5cc63873d758317896e9523efe4f8fbef7c04b3)
2022-03-09Scripts/Alterac: Update remaining scripts to new model (#26469)offl
Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit 9f188d70feda35ec3883bc504101a2b60583f694)
2022-03-09Scripts/Eye: Update Void Reaver to new model & few misc changes (#26470)offl
Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit 0d9125d8e4a26caf727b54c519db9aeb1285f1e5)
2022-03-09Scripts/Mechanar: Update gatewatchers to new model (#26471)offl
Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit 2b6632e50a25882442b26a3a8b0c21261e1565dc)
2022-03-09Core/Commands: Fixed logging gm commands that accept hyperlink arguments and ↵Shauren
use legacy handlers Closes #26462 (cherry picked from commit ab1a5b7fc8fca3b6540a49c39fc00cb63f16dc6a)
2022-03-09Core/Quest: Threat From Above (#26468)Edder
* [Quest] Threat From Above #26355 * [Quest] Threat From Above TrinityCore#26355 * Core/Quest: Threat From Above #26468 - modified sql according to guidelines; added override keyword * Rename 2021_04_24_00_world.sql to 2021_04_25_00_world.sql Co-authored-by: Edder <d.rosenauer@gmail.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit 3e407c7d1c79cc94bf932880ee0eb68058d139fd)
2022-03-09Scripts/Naxxramas: Slightly update Grobbulus (#26459)offl
(cherry picked from commit 8db2ef9cdd415ed0d4897ec4d664ddba358cbaa1)
2022-03-09Scripts/Naxxramas: Slightly update Patchwerk (#26458)offl
(cherry picked from commit 1a19d538f616f7c18a2aed2d59f2f8f1c8f18e21)
2022-03-09Scripts/Oculus: Update instance scripts to new model (#26445)offl
(cherry picked from commit 1c0029321a845ca44966e4334f184b514fa4a172)
2022-03-09Scripts/Oculus: Update Varos to new model (#26444)offl
(cherry picked from commit f05e0360fc8b3ed9b29849a07a5a5b7468161d9a)
2022-03-09Scripts/Oculus: Update Urom to new model (#26443)offl
(cherry picked from commit 2a57b6627f7f81ffae6dbfdd933466c4bfdbc378)
2022-03-09Scripts/Oculus: Update Eregos to new model (#26442)offl
(cherry picked from commit 2c1f14e0e2cbc3325140433e360143d1ea84a36b)
2022-03-08Scripts/Nexus: Update Ormorok to new model (#26441)offl
(cherry picked from commit 87422fe015befd6782fba1faa59d56d9c4a5dac8)
2022-03-08Scripts/Nexus: Update Commander to new model (#26440)offl
(cherry picked from commit abed54bf271a742dc61250f59ea1dd7c2c9c13b4)
2022-03-08Scripts/Nexus: Update Telestra to new model (#26439)offl
(cherry picked from commit dfdf892f89f22ef01be5f57aca84c1d880e7f75a)
2022-03-08Scripts/Nexus: Update Keristrasza to new model (#26438)offl
(cherry picked from commit 08fc6314d08bc5690acb8f00e4edd287a7df79d9)
2022-03-08Scripts/Gundrak: Update Moorabi to new model (#26437)offl
(cherry picked from commit 158f877a4ecd0e10c53fb2ea4f584fbd6e9656d4)
2022-03-08Scripts/Gundrak: Update Galdarah to new model (#26436)offl
(cherry picked from commit ab46e6587f43ee95c759dae3157dcc80f860f8e1)
2022-03-08Scripts/Gundrak: Update Eck to new model (#26435)offl
(cherry picked from commit ebf05f1c4ecd1302253a5e166fef17f0e3a846aa)
2022-03-08Scripts/HoS: Update instance scripts to new model (#26434)offl
(cherry picked from commit 6298af57d958bcebf1d0b13c4607bb13b02dd61d)
2022-03-08Scripts/HoS: Update Sjonnir to new model (#26433)offl
(cherry picked from commit 5d3bafdbab095c3b58e2f41eed7f9f4c7bf6ba91)