index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T11:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Combat
/
CombatManager.cpp
Age
Commit message (
Expand
)
Author
2025-07-13
Core/Misc: Move large functions out of header files
Shauren
2024-12-31
Core/Misc: Include cleanup - remove MapUtils.h from Containers.h
Shauren
2024-03-04
Core/Creatures: Implemented CREATURE_STATIC_FLAG_2_IGNORE_SANCTUARY (ignore S...
Shauren
2023-01-06
Core/Misc: Add missing Containers.h include where neccessary
Shauren
2022-09-05
Core/Combat: Allow PvE combat references to become suppressed, just like PvP ...
Shauren
2022-09-05
Core/Spells: Delay combat flagging for spell targets until spell missile lands
Alan Deutscher
2022-03-27
Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlag
Shauren
2022-03-21
Core/Combat: Fixed combat after remove charm (#27248)
Lucas Nascimento
2022-03-12
Core/Combat: Allow refresh pvp combat when assisting a unit that is in pvp co...
Gildor
2022-03-11
Core/Creature: rename CREATURE_FLAG_EXTRA_IGNORE_COMBAT into CREATURE_FLAG_EX...
offl
2022-01-26
Core/Units: add new functionality for units to block or enable combat interac...
Ovah
2022-01-23
Core/Combat: Disable triggers entering combat (#25086)
Giacomo Pozzoni
2021-12-19
Scripts/ICC: little bit of cleanup in Valithria after the "recent" changes
ccrs
2021-12-17
!= and == are not the same thing.
Treeston
2021-12-17
Core/AI: Finally move the "is creature engaged" flag to be a property of the ...
Treeston
2021-12-14
Entities/Unit: Properly unset engaged flag for creates that cannot have a thr...
Treeston
2021-12-12
Core/Entities: Kick engagement logic upstairs to Unit (from ThreatManager), s...
Treeston
2021-10-22
Core/AI: Clean up charm AI handling, we now have two unique_ptr instead of a ...
Treeston
2021-09-26
Core/Unit: UNIT_FLAG renames
Treeston
2021-06-21
Core/Combat: Unify combat permitted checks between CvC and PvC - only require...
Treeston
2021-06-15
Core/Threat: Fix a potential crash that would occur in specific edge cases of...
Treeston
2021-05-16
Core/Combat: Some more sanity check asserts to try and track down #21187.
Treeston
2021-05-16
Core/Combat: some more detailed assertions to possibly shed light on #21187.
Treeston
2021-05-16
Core: Combat/threat system rewrite (PR #19930)
Treeston