index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T20:01:02Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Debugging
/
Errors.cpp
Age
Commit message (
Expand
)
Author
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2022-02-11
Core/Misc: Explicitly include required headers instead of relying on them to ...
Shauren
2021-12-22
Core/Common: Allow to show a message when aborting
jackpoz
2021-11-16
Core/Misc: Fix vsnprintf usage in ASSERT()
jackpoz
2021-11-16
Core/Misc: Log more information in asserts (#22783)
Giacomo Pozzoni
2021-11-15
Fix invalid arguments to string format in Trinity::Fatal
Warpten
2021-11-12
Core/Misc: Add a missing include of Windows.h to Errors.cpp
Treeston
2021-10-31
Core/Misc: FIx a GCC warning
Shauren
2021-10-23
Core/CrashHandler: Include assertion messages in crash reports
Shauren
2020-08-14
Core/Misc: Replace NULL with nullptr
Shauren
2020-01-02
New Year
Aokromes
2019-01-01
Update copyright note for 2019
vincent-michael
2018-01-01
Update copyright note for 2018
vincent-michael
2017-01-01
Update copyright note for 2017
vincent-michael
2016-03-03
Core/Misc: fix build
MitchesD
2016-03-03
Core/Debugging: Make abort() less bad on windows by forcing crash log generation
Shauren
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-11-13
Core/DBLayer: Improve error message from 0a27f8bce264b8f6d8c55efa8ebc97f6e9cb...
Shauren
2015-09-21
Partially revert "Core/Build: Added missing abort() calls on error handlers"
Shauren
2015-09-21
Core/Build: Added missing abort() calls on error handlers
StormBytePP
2015-09-21
Fix a typo
StormBytePP
2015-09-21
Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...
StormBytePP
2015-08-21
Core/Build: Merge common library and move database out of shared
StormBytePP