Age | Commit message (Collapse) | Author |
|
Previously this function was using a macro that was #undef at the end of the function. Since then it uses a lambda function and the undef is not needed anymore.
(cherry picked from commit 17ed3fd1dcfcb859869fcbbeb643fa59793d1687)
|
|
(cherry picked from commit 5ae2a0f47d323fadcfebf44c7b6ec11a3f91c75a)
|
|
(cherry picked from commit 33dace231c5a169375523ffa89a2cc3fa48737bd)
|
|
(#26586)
* Scripts/Commands: Minor improvements in .pinfo and .unban character commands
(cherry picked from commit 5446209b89146fdbe01627e806f7beddd6ae5de8)
|
|
This is a leftover from https://github.com/TrinityCore/TrinityCore/commit/bcdbdd6f23ce65cc0e381e61d2840140dce79311
(cherry picked from commit c3a013c49928acaa4676cd5350b3ed8fe1f0fddd)
|
|
Add 6th parameter "count" to SMART_ACTION_SUMMON_CREATURE action to summon more than 1 creature. For backward compatibility, a value of 0 will be treated as 1.
(cherry picked from commit 5628ca7f7cf2fdc053551d3f5e90ad466f3db2e6)
|
|
(cherry picked from commit 32fd44d2aa6b1386922df07bc4b803e2d0aeaba1)
|
|
(cherry picked from commit 4b9465e1f91adbc139afe5f86ac84eb5f14b62b4)
|
|
(cherry picked from commit 8d92f6f2b483dffa7127614de3c41f3f596743fb)
|
|
Fix crash triggered during Dragonspire Hall event caused by having more than 5 mobs near a rune.
Crash added in 7c19fb8d0eae64db0719cc2b110fcc06f60542ac
Fix #26589
(cherry picked from commit e9a8cea018591334ce3807e2eb2fc2d6ce079252)
|
|
Ref #25764
(cherry picked from commit 180f495c7037dc3be61a33dee5745833fd993d4c)
|
|
(cherry picked from commit 8a2c1377a9556f2cf2815a4e26d13639e65ee24f)
|
|
(cherry picked from commit 3d0a081f8ecbcd44b8bb633dc15928bb03864aa4)
|
|
SMART_EVENT_IC_LOS (#26579)
Change SMART_EVENT_OOC_LOS and SMART_EVENT_IC_LOS first parameter to have 3 values:
- 0 : Hostile
- 1 : Not hostile (not that Friendly and Not hostile have different meanings)
- 2 : Any, as in both Hostile and Not hostile
Close #24789
* Add validation on startup for allowed values.
Code cleanup.
* Fix errors
(cherry picked from commit 9e7cdb02d290e85f27e3e463922cd4cfac46129a)
|
|
(cherry picked from commit 7c6ee033e05faca9a013037f1a9c9bbdf62cd702)
|
|
(cherry picked from commit 2a556b900caad94dbafe5170b310b8e2ee41e83f)
|
|
(cherry picked from commit f5a4b95a02e915db6947165355223adba723e8ad)
|
|
(cherry picked from commit cdfce090fca88c35dd1d9a19ec870c6d1d72a070)
|
|
(cherry picked from commit 0051b3e3456ad76deb4fad6d6c1af33a172d9ace)
|
|
(cherry picked from commit dadc67c8832a46fe62fa8d4faaed39dde5cc138d)
|
|
(cherry picked from commit 7b9476ea4b8dd43dcb041ced158bcdd46baeff85)
|
|
(cherry picked from commit 57d369dd6a58632679cd6efc2cfca4600c4ad9bb)
|
|
(cherry picked from commit 483f24c5ed8238a9b3a1747f49191b7ba6f3c90e)
|
|
* 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)
|
|
(cherry picked from commit af815e991d3dc407846fcd05000b4e356d7336ed)
|
|
Close #26575
(cherry picked from commit 105c70802ded53b49621a92ee8fa136e57d0c717)
|
|
/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)
|
|
and use existing Finalize - MovementInform implementation
6fde051e4e52d98d1a6cf31b8ad3fcf95e0e83fd follow up
(cherry picked from commit 303e01c834d5edd1336a005a0ecf58cc82cfee1b)
|
|
(cherry picked from commit e7e47866066f0b318c986c355dc4476b5948e622)
|
|
(cherry picked from commit 03c727326dce5d990fd453f42a92300dbd68dc0e)
|
|
(cherry picked from commit 0e804c95ac1e2ae048682fd3b52a02e8f6a88c82)
|
|
(cherry picked from commit 80a4b7f1e2f4baae40f08e87cb8cda0a1db833b9)
|
|
(cherry picked from commit 78bd609e8a37caa354c42ee6da798ab6c0bb3009)
|
|
container type
(cherry picked from commit f2f0aeb562dfc1a78b04d13a14e3c37a58367619)
|
|
Closes #26479
(cherry picked from commit 52333b0e311dabe18010f443b3751422d523e9b2)
|
|
|
|
Closes #27858
|
|
at first newline
|
|
broadcast_text and broadcast_text_locale select queries
(cherry picked from commit d4f71131f032ecc68545acd838de5a3ccfadc331)
(cherry picked from commit edcaac6c959e944dc6d6dc224666b832521412b4)
|
|
* 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)
|
|
Co-authored-by: Edder <d.rosenauer@gmail.com>
(cherry picked from commit fb88a1409ff60343edb0c539d406a961724fcc4e)
|
|
* 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)
|
|
(cherry picked from commit 79944605c644c597bada8535d9edd1fc3c77e4cc)
|
|
- git flow may put forward slashes in branch names, so we cannot assume we are just creating one directory.
(cherry picked from commit 471e5af32d24f99bea987ea4705f0165c9ece4d6)
|
|
(cherry picked from commit 8c0e6e9ee454c0a429a8a7b54d281d3378773e64)
|
|
* added missing victory near sound for arathi basin
* switch sound id's
Co-authored-by: schell244 <>
(cherry picked from commit 2ac7499f66a80296486b7df6286ff503c8cdf3b9)
|
|
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit d9670cec6dc310b6fb636b73a92d7be24e89496f)
|
|
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit 7de6e756631391065fbff7c9bf8a0f1ce3d05272)
|
|
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit 87ba4a76156aa45cf0de36e9d43b1fb8694778cd)
|
|
Co-authored-by: offl <offl@users.noreply.github.com>
(cherry picked from commit b5cc63873d758317896e9523efe4f8fbef7c04b3)
|