Age | Commit message (Collapse) | Author |
|
(cherry picked from commit 01b1f20d3ea1f1dca3d614396634c85646b77ff8)
|
|
Use the same logic of (CENTER_GRID_ID - x / SIZE_OF_GRIDS) in GridMap::getMinHeight() as Map::GetGrid() to avoid coord grid mismatches caused by floating point precision, i.e. getting the wrong grid.
Replace defines with constexpr in grids to make debugging easier.
Closes #25652
(cherry picked from commit 0c69316714d0558e32462f5401197fe1e803ae75)
|
|
(cherry picked from commit 9994459bd197d5555cfa16ab3d35d9c362a563fd)
|
|
(cherry picked from commit f62306f52d28f8c16047b27bd741d4356958da75)
|
|
Turned out almost all spells from BM were copied to create Violet Hold. Not only serverside spells and not only their effects but also attributes and icons. The scripts were also copied, possibly unchanged
(cherry picked from commit 8ca575ed52fb4ee8149302ecf33b4bb0c33e5eb5)
|
|
enable/disable hover movement (#25623)
SMART_ACTION_SET_HOVER (parameter1: enable/disable)
* added SMART_ACTION_SET_AI_ANIM_KIT as immediately deprecated
(cherry picked from commit b7ba856b63da4fa1b0f916de357ff85624b8b831)
|
|
(cherry picked from commit 8217519ea2d64917d725d8141fb3247bcadf716b)
|
|
(cherry picked from commit bb94aec9759f05f7d4c91b7e2c5288c302897b3a)
|
|
strtok buffer for non-nullptr returns. Closes #25692, supersedes #25698.
(cherry picked from commit c8c572d9800ae20cb0a89fb666003213655704c8)
|
|
(cherry picked from commit 1c08395e8acf0ecebcc3fcaf24201b2ad44ed2dd)
|
|
Closes #25674
(cherry picked from commit cc98f68ac7fa06c134463903c5c887a7ad2f72a5)
|
|
(cherry picked from commit 6af54eb508b337dd61ba6039ddf60ff6438308a3)
|
|
Move fall damage log to "entities.player.falldamage" category and include the usual debug info
(cherry picked from commit 5270ff58daf31ce10919d9da53e09f494956a5f2)
|
|
(cherry picked from commit cc8287927b9c9f0bf20143972fd4d3c338bff688)
|
|
groups (PR #25656)
(cherry picked from commit 4abbeb2a60370157bc9a72e5c566c1112ff904e9)
|
|
(cherry picked from commit ed8bf7f0e2e67ca1eb65ffa05518fe29df526642)
|
|
(cherry picked from commit 05fa1a46b36f81c177a503f7f5de14eb34830208)
|
|
(cherry picked from commit dc4cb8f1d3895316c6ecc7a47c392a6da7a9f948)
|
|
Closes #25637
Closes #25638
Closes #25639
Closes #25640
(cherry picked from commit ef9576c7bbb42e0aa818a606284da25ea15999c4)
|
|
Tower' to SAI
(cherry picked from commit e5fd5cc031b13b802939590a755eef29f276f44f)
|
|
(cherry picked from commit a2da08deb19b64725bb6d4c3c387bb58da0e1dcf)
|
|
- Fixed Reliquary of Souls ignoring boundary
- Fixed Maiev texts timer
- Fixed Shadow Prison hitting every single npc on black temple
Many thanks to Ovahlord
(cherry picked from commit 83e0a70ddce81ac3d3552689d975b0f2c0262b49)
|
|
Headless Horseman do not use BossAI anymore (since it can be done multiple times)
(cherry picked from commit 3c201b75543106d6daa693dae0eca39f8efdfa22)
|
|
(cherry picked from commit a93abcf8031fc3b4dc6db16aa09d92a221bc6a77)
|
|
for creatures without m_respawnCompatibilityMode
Fixes #24958
(cherry picked from commit 28a1132211aaf8d43e3459a7dc8ee093df1bcfa0)
|
|
* CI/GitHub: Switch to GCC 8
Build on GitHub Actions using GCC 8 as it's the oldest supported GCC
* Core/Misc: Attempt to fix GCC 8 build
(cherry picked from commit d7459cccedc7ca9ba85e209dfeef61969fc78d9a)
|
|
Closes #25577
(cherry picked from commit 7fd12cc7226f96957b45200a395a1ebad05985e8)
|
|
eliminated the possibilty of adding more in future (replaced manual memory management with smart pointers)
(cherry picked from commit 53482f729995889936ad8fba9fc5789d9cdba85a)
|
|
- Added missing transformation spell
- Fixed Soul Siphon casted in random targets. It should always cast in top threat player.
- Fixed combat reach of transformation
(cherry picked from commit 5fee99bdbcabefca9b27308053f68d947c169b22)
|
|
(cherry picked from commit 684910a230b2e8e780ad24bc0c4eece835bc249a)
|
|
(cherry picked from commit 3c0766df545f4c2d2d045272f37087deccea458d)
|
|
transferring (PR #25560)
(cherry picked from commit b70314b0754327eeb44465c44af8368b4d020f92)
|
|
(cherry picked from commit 182fcc919eadb1c58d76767545327a7fb3b2b3a4)
|
|
Closes #21294
(cherry picked from commit dadc0c98c098e0a9555124dc042687a80c89b79a)
|
|
(cherry picked from commit c13ccaab5c70361d3a51005a1ce374291835b39c)
|
|
* Scripts/Ulduar: Implemented Realm First! Death's Demise
* comment line
* Rename 9999_99_99_99_world.sql to 2020_10_08_01_world.sql
Co-authored-by: offl <11556157+offl@users.noreply.github.com>
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit ce2d4413049548ad9e5ed61d09eaa204cf0952fe)
|
|
have a specified help string
(cherry picked from commit 3ec98bf2410bb8fa73fe6b386a6e766bef575e97)
|
|
current path was not paused
Fixes #25519
(cherry picked from commit 5be7c2ad4f7cd561951e1285227211e03886703f)
|
|
(cherry picked from commit 59bb822f78291c3b0d7b5811478637729569e07d)
|
|
(cherry picked from commit 60ded4ea4796b134b1dbdfb7071201c9ba3a9c71)
|
|
OnSpellCastFinished (#25522)
* added support for calling the hook when completing a channeled spell as well
(cherry picked from commit 77aa058504e1ee99b560176d70bcf452c7e3d4f7)
|
|
(cherry picked from commit 53cb57b864d6b67bd2807cdb1eff93487502fb73)
|
|
disengaged (PR #25518)
(cherry picked from commit e811b9cdc2582cb1504e85b43d80696031fe2634)
|
|
(PR #25516)
(cherry picked from commit 31abdc6ecfd84ef019880ffb531bf0298f921e77)
|
|
(cherry picked from commit 0a9e239c12ceb1d4a5ef5cdc796320a403b3da2b)
|
|
|
|
when expiring auctions that have offline bidders
(cherry picked from commit d0d0f51f325e4ae42c9bef7606fed4f4c00c98d6)
|
|
specific tile
Specify the tile as XY. Note that this is not Grid XY
(cherry picked from commit 6f6cec89e598a046e73d48df14be26b053875470)
|
|
The displayed "tileloc" value is a "swapped" Tile XY, not to be confused with Grid XY.
(cherry picked from commit 34af088c9b381db5b5212075f0df486a8593fae3)
|
|
(cherry picked from commit 837e32fe118c2f1da2a2f43b8937df0fe9f66d84)
|