summaryrefslogtreecommitdiff
path: root/src/common/Debugging
AgeCommit message (Collapse)Author
2025-11-14fix(docs/license): use GPLv2 as MaNGOS-based project (#23655)Francesco Borzì
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
2024-07-30refactor(src/common): remove unused imports (#19506)Francesco Borzì
* refactor(src/common): remove unused imports * fix: build * chore: fix build * chore: size_t -> std::size_t * chore: fix fuckup from previous commit * chore: fix build * chore: fix build * chore: fix build * chore: fix build with std::size_t * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build
2024-02-25chore(Common/Debugging): change report codestyle (#18383)Winfidonarleyan
2023-03-17fix(Core/Debugging): Improve SymInitialize fail message (#15424)Kitzunu
* clarify that this is not the crash error, but an error with the crash report itself * improve formatting and message boundaries * warn the reader that this means the call stack symbols may be inaccurate * Cherry-pick commit (https://github.com/TrinityCore/TrinityCore/commit/6e37438e5dadd30dc2ce36e468045e0be4d26c83) Co-authored-by: ihm-tswow <76849026+ihm-tswow@users.noreply.github.com>
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-07-12fix(Core/WheatyExceptionReport): for c++20 (#6875)Kitzunu
2021-06-24refactor(Core/Misc): add braces and impove codestyle (#6402)Kargatum
2021-06-23refactor(Core/Common): alphabetical sorting inlcudes (#6282)Kargatum
- Part https://github.com/WarheadCore/WarheadBand/pull/37
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
2021-03-02refactor(Core): replace NULL with nullptr (#4593)Kitzunu
2021-01-10chore(core): remove malformed whitespaces (#4244)Kitzunu
* from https://www.codefactor.io/repository/github/azerothcore/azerothcore-wotlk/issues?category=Style&groupId=838&lang=5&page=75
2021-01-09feat(CI/Codestyle): added codestyle check (#3668)Kargatum
2020-12-07chore(Core): forgot to add copyright in new files + small correction (#3861)Francesco Borzì
2020-11-17refactor(Core/Common): restyle tools with astyle (#3706)Kargatum
2020-09-12refactor(Core/Common): restyle common lib with astyle (#3461)Kargatum
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-06-24Add GitRevisionKargatum
GitRevision as in TrinityCore
2018-03-12Update license links (#783)Nefertumm
2017-12-21Using TC structure allowing easier patches importingYehonal