Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-25 | Misc: More cleanup | Aokromes | |
2017-09-24 | Core/Misc: Improved error message reported by ASSERT_NOTNULL | Shauren | |
2017-07-16 | Core/Misc: Fix static analysis issues | jackpoz | |
# Conflicts: # src/server/game/Battlegrounds/Zones/BattlegroundEY.cpp # src/server/game/Battlegrounds/Zones/BattlegroundSA.cpp # src/server/game/Entities/Unit/Unit.cpp # src/server/scripts/Commands/cs_ban.cpp # src/server/scripts/Commands/cs_disable.cpp | |||
2017-05-11 | Core/Common: Include cleanup | Shauren | |
2017-03-04 | Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ ↵ | Shauren | |
to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib) | |||
2017-01-01 | Update copyright note for 2017 | vincent-michael | |
Happy new year | |||
2016-11-28 | Core/Debugging: Partially revert e0fb4445cd2f5f4bb94ea23122548debddc41ba6, ↵ | Shauren | |
the cmake hack to build wheaty directly into executable is still needed as it is impossible to have it initialize before every other static variable when it resides in dll (dynamic linking only) | |||
2016-11-28 | Core/Debugging: Added wheaty everywhere and modified it to always reliably ↵ | Shauren | |
report issues during static initialization | |||
2016-08-04 | Core/Crash reporting: Better handle max nesting level setting | jackpoz | |
Fix wheaty exception report counting reference symbols as 2 nesting levels, not logging child objects in some cases, i.e. spell id in SpellEvent crash. (cherry picked from commit 284dd6b80d79f5691c82eda848c7474c5b87cfd9) | |||
2016-03-24 | Core/Common: Converted the common library to a shared library. | Naios | |
* There is still the possibility to static link against common. | |||
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 | |
Happy new year (Again new year with idiots ...) | |||
2015-11-15 | Core: Revert fail | Vincent-Michael | |
2015-11-15 | Core: Added missing overrides | Vincent-Michael | |
2015-11-13 | Core/DBLayer: Improve error message from ↵ | Shauren | |
0a27f8bce264b8f6d8c55efa8ebc97f6e9cb7d11 | |||
2015-10-16 | Core/Crash reporting: Fixed windows version detection for 8.1 and newer | Shauren | |
2015-09-21 | Partially revert "Core/Build: Added missing abort() calls on error handlers" | Shauren | |
This reverts commit 8ea17647e6bced9d4d027c94ecdc63369cb4c6df. | |||
2015-09-21 | Core/Build: Added missing abort() calls on error handlers | StormBytePP | |
2015-09-21 | Core/Build: Add Trinity::Abort definition in header file | 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 ↵ | StormBytePP | |
hack to crash the core misusing assert | |||
2015-08-21 | Core/Build: Merge common library and move database out of shared | StormBytePP | |