Age | Commit message (Collapse) | Author |
|
(cherry picked from commit 08dd9ebf780e6133a4d3a0421aba00a0e43892d0)
|
|
Closes #25225
(cherry picked from commit 769d47c61717851b5eb4d4a58dd99b5ff3854f8b)
|
|
Issue introduced in 210176fd915cf4ba16f428d3c1a249a71f4aa7a7
(cherry picked from commit c04f53b886ec27dd8cf100524fe93a71dc4e1aa1)
|
|
Closes #25221
(cherry picked from commit b0734f81bd2ca81e833e7119679e4938dd040d11)
|
|
gameobject scripts
(cherry picked from commit 6ca6a540831a29ded8bd569e395ccdff0ab3e336)
|
|
restore orientation
(cherry picked from commit a4ab8116c3f6ddc3b9d318ab95d548ab15994104)
|
|
(cherry picked from commit 6779a92cbae06d515097817890c7b35af15ffadf)
|
|
Co-authored-by: offl <11556157+offl@users.noreply.github.com>
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
Co-authored-by: Treeston <treeston.mmoc@gmail.com>
(cherry picked from commit de56ed87368104780ddfb2e9c082076c9c83d575)
|
|
Close #25789
(cherry picked from commit 1cafd4ef74350cb3656917e8e033a5e21dcce193)
|
|
log, it was launched by windows with same context as crashing thread
(cherry picked from commit dd34651f4d42ca598b2f1b2ed32e27b4742f4be7)
|
|
reason and print directly to file, not to temporary buffer
(cherry picked from commit c5e1b49e8c02386a0e9edf682692dc6d46cc862f)
|
|
(cherry picked from commit 68fdfcaa507d06ce8e823e7848f4c58ef1e62732)
|
|
file being all red in editor
(cherry picked from commit 39c5e03b749d44df346b8f37aed3eb898526365a)
|
|
exception hander
(cherry picked from commit 83ed35fe62c16f5697f253a9a44bba7dcb83e80d)
|
|
interactions (#25168)
* Core/Units: add new functionality for units to block or enable combat entirely via helper to reflect what CREATURE_DIFFICULTYFLAGS_IGNORE_COMBAT and client AI functions imply
* yeah...
* Nuke Creature::IsCombatDisallowed helper as its unused by now
* no combat extra flag may now be changed on transforms if the transformed entry does not have the flag
(cherry picked from commit 764f22fc9157ad184baa38995ee4e2d821299935)
|
|
path
This ensures that we never pass a directory path StartProcess which results in a crash.
Closes #25216
(cherry picked from commit 98b1b20d6beea5e2fdea7e404e8d880953d4b2fb)
|
|
Closes #16855
(cherry picked from commit 23886881b4c527d1b4b5a3de4f95855a62142edf)
|
|
Closes #25218
(cherry picked from commit a677c6c55d75db12a8c0c8622039a3dad5a9c9a9)
|
|
Closes #25217
(cherry picked from commit cec27318489e9c0212b70c8ddd4d80549f63d8e9)
|
|
(cherry picked from commit 3c28573d02db98ae8d7a41e04b9715da0556836b)
|
|
attacked (PR #25219)
Closes #24340
(cherry picked from commit db9072a183cd93014d708d67ae3a762fdbf5d095)
|
|
Fixes #24032
(cherry picked from commit 02a018ea1394452896ecdd87c98df5fc8655046d)
|
|
SMARTCAST_COMBAT_MOVE
Fixes #24019
(cherry picked from commit 2910d0fb2436d9865d792ef92cb415f831a0af93)
|
|
* Scripts/Comamnds: Improve ".debug objectcount" command
Include the top 5 most common creatures in the map
* Use C++ features to copy data
* Fix build warnings
* Update src/server/scripts/Commands/cs_debug.cpp
Co-authored-by: Shauren <shauren.trinity@gmail.com>
* Update src/server/scripts/Commands/cs_debug.cpp
Co-authored-by: Shauren <shauren.trinity@gmail.com>
* Update src/server/scripts/Commands/cs_debug.cpp
Co-authored-by: Shauren <shauren.trinity@gmail.com>
* Move CreatureCountWorker out of function and use template for unhandled cases
* Code cleanup
Co-authored-by: Shauren <shauren.trinity@gmail.com>
(cherry picked from commit bd5e832a648aadf1d1be94f913ea00b67398f249)
|
|
see also #25157
(cherry picked from commit 44a3aad0af4bdd132b8761761dc83df2d7d6c601)
|
|
Closes #9638
(cherry picked from commit 53effff9b2ee6d9d1d24b293e8fc8e096f00febc)
|
|
(cherry picked from commit 1076d5f6f48cabcf7b028701dc51e80aaf41641d)
|
|
Closes #25207
(cherry picked from commit 039836e33c7eacd91ece129a3b08019056a63ea6)
|
|
Closes #25201
(cherry picked from commit e9652e0814c0c4ef19cab45191e9abdcff7f3a74)
|
|
NPC_ARM_SWEEP_STALKER and NPC_RUBBLE_STALKER
(cherry picked from commit 6ad6d9e67069ef048c10afbdd52627b8c765a010)
|
|
* Scripts/Naxxramas: Frogger event improvements
* Prevent Living Poison accumulation
* Now Living Poison cast Explode
* check for a nearby player
* move event to the frogger trigger's AI
* Initialize and removing unnecessary things
* applying suggestions
* remove unnecessary header
* Rename 9999_99_99_99_world.sql to 2020_08_05_00_world.sql
(cherry picked from commit 174ac958009222aeef83520101a28963f8c63b0e)
|
|
pointless GameTime shenanigans
(cherry picked from commit 9bf57958e36721fa301f62c4a5c6bd88c58edc28)
|
|
Cast damage spell in AfterEffectApply instead OnEffectHitTarget. This avoids the scenario where we try to apply an aura to a potential dead target.
Ref #21856
(cherry picked from commit 0dd4b685df53d9b61a53aaf3a577c2a9ed8cdd47)
|
|
where they can't hurt anyone
(cherry picked from commit 7b8b999516a824b0c417631a77f133eb47b8b2f4)
|
|
(cherry picked from commit c8fed48b161cfff5fa90d8bf4342ede88086ada4)
|
|
(cherry picked from commit b3db50a3b41b2db209327387f59afa1c40532773)
|
|
Profiling dashboard
(cherry picked from commit df8d50c06a6776312d5bd912dd6a5273a190a1e4)
|
|
(cherry picked from commit 8ad6bd8a9ba45ef22ed0275fd402da17666d8522)
|
|
(cherry picked from commit 07fd84b679fd6958b7e669a96c78783875e1b949)
|
|
broadcast_text
(cherry picked from commit bc6137d08c08ef2fb29e871cf5659c4d1c5c41ab)
|
|
Closes #25200
(cherry picked from commit 7595b5ed40a70d7a29f1dcf63b44a8f348eaf8f1)
|
|
Closes #24676
(cherry picked from commit 7f2874a7aceb13f5c8898acbeb7f5a296eb7d610)
|
|
potential script stuck
Ref a2f661ea34d4146b97ecb9e7dae18b0a7cee931e
(cherry picked from commit c227f66595b1af6e1de66277212360bf21c12efa)
|
|
Closes #6982
(cherry picked from commit a2f661ea34d4146b97ecb9e7dae18b0a7cee931e)
|
|
(cherry picked from commit 18c8bbafec88cca065fe134e9e1debb9bb516dc1)
|
|
Closes #4763
(cherry picked from commit aeb993a7daa22935263f5bc19f4f7aabf716e1d3)
|
|
Closes #25197
(cherry picked from commit 10f49793f9a7cd67c7b8b203290d7ea5f1829795)
|
|
Closes #25173
(cherry picked from commit 587b8c30300acc9a6c1f117fb48777ad96485be6)
|
|
Closes #25172
(cherry picked from commit f72479dcb39c616a1c2e9107e429b4ad8faba3b3)
|
|
Closes #25170
(cherry picked from commit 2ed215a8e0fb67fb6df9c74246bd4d5d39178fd9)
|