| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-14 | fix(docs/license): use GPLv2 as MaNGOS-based project (#23655) | Francesco Borzì | |
| 2025-01-23 | fix(Core/Threading): Refactored LockedQueue / MPSCQueue - Improve thread ↵ | SaW | |
| safety, performance, and memory management (#21127) | |||
| 2025-01-08 | fix(Core/Threading): Modernize/Improve thread safety, performance, and ↵ | SaW | |
| maintainability of the MapUpdater class (#21081) Co-authored-by: Anton Popovichenko <walkline.ua@gmail.com> | |||
| 2024-12-18 | fix(Core/Database): Gracefully close database workers (#20936) | Takenbacon | |
| * Gracefully close database workers * Change init order. Such a silly compiler flag * Fix hang if db connection failed to open | |||
| 2024-10-31 | refactor(src/common|server): remove unused import (big part 1) (#20377) | Francesco Borzì | |
| * refactor(src/common|server): remove unused import (big part 1) * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: attempt to fix damn linkin error | |||
| 2024-07-31 | fix(Core/Common): add missing import (#19535) | Francesco Borzì | |
| * fix(Core/Common): add missing import * chore: fix mistake | |||
| 2024-07-30 | refactor(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 | |||
| 2023-11-18 | chore(Core/Misc): delete double include (#17775) | Winfidonarleyan | |
| 2023-10-30 | fix(Build): nopch build (#17617) | Ovahlord | |
| 2022-11-19 | fix(Core/Build): correct build for `GCC 12` (#13583) | Dominik Nussbaumer | |
| * add `_` to header guard to `OPENSSL_CRYPTO_H` because openssl uses the same header guard * remove `<T>` from constructor | |||
| 2022-01-27 | refactor(Core/Logging): switch to fmt style for LOG_ (#10366) | Kargatum | |
| * feat(Core/Common): add support fmt style for ASSERT and ABORT * correct CheckCompactArrayMaskOverflow * 1 * Update src/server/game/Spells/Spell.cpp * rework logging * add fmt replace logs * logging * FMT_LOG_ * settings * fix startup * 1 * 2 * 3 * 4 * 5 * fmt::print * to fmt | |||
| 2022-01-17 | refactor(Core): apply clang-tidy modernize-* (#9975) | Francesco Borzì | |
| Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> | |||
| 2021-12-19 | refactor(Core): remove unused imports (#9767) | Francesco Borzì | |
| 2021-11-22 | refactor(Core/Misc): headers cleanup (#9259) | Kargatum | |
| 2021-10-28 | feat(Core/Metrics): implement real time statistic visualization (#8663) | Kargatum | |
| 2021-09-30 | feat(License): add new headers information about license (#7941) | Kargatum | |
| Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com> | |||
| 2021-07-16 | feat(Core): replace ACE network with Boost.Asio (#6574) | Kargatum | |
| 2021-06-24 | refactor(Core/Misc): add braces and impove codestyle (#6402) | Kargatum | |
| 2021-06-23 | refactor(Core/Common): alphabetical sorting inlcudes (#6282) | Kargatum | |
| - Part https://github.com/WarheadCore/WarheadBand/pull/37 | |||
| 2021-06-22 | feat(Core/Database): port TrinityCore database API (#5611) | Kargatum | |
| 2021-06-02 | feat(Core/Thread): move Processpriority to separated files (#5638) | Kargatum | |
| 2021-05-31 | refactor(Core/Misc): acore to Acore (#6043) | Kitzunu | |
| 2021-04-20 | feat(Cmake/Database): separate database lib from common (#5334) | Kargatum | |
| * feat(Core/Database): separate databse lib from common * 1 | |||
| 2021-04-16 | feat(Core/Threading): replace ace threading (#4821) | Kargatum | |
| 2021-03-23 | fix(Core/GUARD_RETURN): correct typo (#3743) | Francesco Borzì | |
| 2021-03-17 | fix(Core/License): issue with old files license (#4762) | Francesco Borzì | |
| 2021-03-02 | refactor(Core): replace NULL with nullptr (#4593) | Kitzunu | |
| 2021-02-26 | chore(Misc): correct double includes (#4647) | Kargatum | |
| 2021-01-10 | chore(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-09 | feat(CI/Codestyle): added codestyle check (#3668) | Kargatum | |
| 2020-12-12 | refactor(Core): apply clang-tidy modernize-deprecated-headers (#3821) | Francesco Borzì | |
| 2020-12-07 | refactor(Core): apply clang-tidy modernize-use-default-member-init (#3827) | Francesco Borzì | |
| 2020-12-07 | refactor(Core): apply clang-tidy modernize-use-equals-default (#3834) | Francesco Borzì | |
| 2020-11-17 | refactor(Core/Common): restyle tools with astyle (#3706) | Kargatum | |
| 2020-11-14 | feat(Core/MapUpdate): switch from ACE_Method_Request to PCQ (#3459) | Kargatum | |
| 2020-10-04 | fix(Core/Misc): fixed NOPCH build (#3448) | Andrius Peleckas | |
| 2020-09-12 | refactor(Core/Common): restyle common lib with astyle (#3461) | Kargatum | |
| 2020-09-07 | refactor(Core/Tools): remove ACE from tools (#3351) | Viste | |
| 2019-12-21 | feat(Core/Misc): remove and replace ACE_Singleton (#2418) | Kargatum | |
| 2019-12-01 | refactor(Core): rename namespaces and macros to acore (#2454) | Viste | |
| 2019-01-16 | chore: Update copyright note (#1292) | Francesco Borzì | |
| 2018-03-12 | Update license links (#783) | Nefertumm | |
| 2017-12-21 | Using TC structure allowing easier patches importing | Yehonal | |
