| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-08 | Core/Misc: Add PERFORMANCE_PROFILING CMake option | jackpoz | |
| Add a new CMake option called PERFORMANCE_PROFILING that should be used only when profiling the performance. This option is unsupported, do not report any issue happening when enabling this option. (cherry picked from commit db5c9867e2ffde3657f53bc155b474c5d46884dd) | |||
| 2021-04-16 | Core/Crash reporting: Add support to char* arrays | jackpoz | |
| Add support to char* array showing the string value instead of the pointer address (cherry picked from commit 4c0c4ab271ddc2d200cd9ccda98e16553dcaf391) | |||
| 2021-02-25 | Core/Crash reporting: Fix buffer overflow | jackpoz | |
| (cherry picked from commit c7043b25f659eddd75fecd916235e524223c7f05) | |||
| 2020-09-04 | Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ↵ | Shauren | |
| port | |||
| 2020-08-14 | Core/Misc: Replace NULL with nullptr | Shauren | |
| 2020-04-24 | Core/Crash: Refactor and fixes | jackpoz | |
| Code cleanup. Fix buffer overflow crash. Fix type being truncated to 199 characters. (cherry picked from commit 9226e212053ef8ec10eeb9509f2ce6ec002d8e3b) | |||
| 2020-01-02 | New Year | Aokromes | |
| 2019-01-01 | Update copyright note for 2019 | vincent-michael | |
| auto happy = new year(2019); | |||
| 2018-03-10 | Core/CrashHandler: Fixed generating crash logs from CRT debug assertions | Shauren | |
| 2018-01-01 | Update copyright note for 2018 | vincent-michael | |
| auto happy = new year(2018); | |||
| 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 | |
