index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T15:01:01Z
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-08-15
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2020-03-09
Core/Common: Allow to show a message when aborting
jackpoz
2020-01-02
New year
Aokromes
2019-03-31
Core/Misc: Fix GCC 8 warnings
jackpoz
2019-01-01
Happy New Year, folks. It's 2019!
Treeston
2018-12-16
Core/Misc: Fix vsnprintf usage in ASSERT()
jackpoz
2018-12-14
Core/Misc: Log more information in asserts (#22783)
Giacomo Pozzoni
2018-10-27
Fix invalid arguments to string format in Trinity::Fatal
Warpten
2018-09-27
Core/Misc: constexpr a bunch of things, and a missing include of Windows.h so...
Treeston
2018-08-29
Core/CrashHandler: Include assertion messages in crash reports
Shauren
2018-01-01
Update copyright note for 2018
tkrokli
2017-06-19
Core: ported headers cleanup from master branch
ariel-
2017-01-02
Update Copyright notice for 2017
tkrokli
2016-08-04
Common/Debugging: Reduce differences between 3.3.5 and 6.x branches
jackpoz
2016-03-12
Core/Misc: fix build
MitchesD
2016-03-12
Core/Debugging: Make abort() less bad on windows by forcing crash log generation
Shauren
2016-01-01
Update copyright note for 2016
Rushor
2015-11-14
Core/DBLayer: Improve error message from 0a27f8bce264b8f6d8c55efa8ebc97f6e9cb...
Shauren
2015-09-22
Partially revert "Core/Build: Added missing abort() calls on error handlers"
Shauren
2015-09-21
Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...
StormBytePP
2015-08-16
Core/BuildSystem: Merge collision, debugging, threading, utilities and config...
StormBytePP