summaryrefslogtreecommitdiff
path: root/src/common/Debugging/Errors.h
AgeCommit message (Collapse)Author
2024-09-03refactor(Core/Misc): Acore::StringFormat to fmt format (#19838)Kitzunu
refactor(Core/Utilities): Acore::StringFormat to fmt format * closes https://github.com/azerothcore/azerothcore-wotlk/issues/10356
2022-03-15feat(Core/Battleground): rework bg queue system (#10817)Kargatum
2022-01-25feat(Core/Common): add support fmt style for ASSERT and ABORT (#10355)Kargatum
* feat(Core/Common): add support fmt style for ASSERT and ABORT * correct CheckCompactArrayMaskOverflow * 1 * Update src/server/game/Spells/Spell.cpp
2021-06-21chore(Common/Misc): Replace old macros with modern C++ attributes (#6462)Kitzunu
* chore(Common/Misc): Replace old macros with modern C++ attributes * cherry-pick commit (https://github.com/TrinityCore/TrinityCore/commit/5ae2a0f47d323fadcfebf44c7b6ec11a3f91c75a) Co-Authored-By: Giacomo Pozzoni <giacomopoz@gmail.com> * fix build Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2021-05-31refactor(Core/Misc): acore to Acore (#6043)Kitzunu
2021-04-18feat(Core/Debugging): Allow to show a message when aborting (#5228)Kargatum
2020-12-07chore(Core): forgot to add copyright in new files + small correction (#3861)Francesco Borzì
2019-12-01refactor(Core): rename namespaces and macros to acore (#2454)Viste
2019-11-15feat(Core/Misc): replace all prefix preprocessor defines from CompilerDefs ↵Kargatum
with AC_ (#2419)
2019-11-10feat(Core/Debugging): improve crash reports (#2365)Kargatum
* Enabled crash reports for Windows
2019-09-26feat(Core): Added ABORT() macro to prevent the usage of ASSERT(false) as a ↵Viste
quick hack to crash the core misusing assert (#2273)
2018-03-12Update license links (#783)Nefertumm
2017-12-21Using TC structure allowing easier patches importingYehonal