| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-14 | fix(docs/license): use GPLv2 as MaNGOS-based project (#23655) | Francesco Borzì | |
| 2025-07-19 | refactor(Core/Misc): string handling and use smart pointer for strand (#22351) | Francesco Borzì | |
| 2024-12-02 | fix(Tools/MapExtractor) Update MPQ patch iterator to also load patch files 4 ↵ | Nathan Handley | |
| through 9 (#20815) | |||
| 2024-11-08 | refactor(src/tools): remove unused imports (#20487) | Francesco Borzì | |
| 2024-09-03 | refactor(Core/Misc): Acore::StringFormat to fmt format (#19838) | Kitzunu | |
| refactor(Core/Utilities): Acore::StringFormat to fmt format * closes https://github.com/azerothcore/azerothcore-wotlk/issues/10356 | |||
| 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-03-05 | feat(CI): add cppcheck (#15211) | Stefano Borzì | |
| Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com> | |||
| 2022-05-31 | refactor(Cmake): add support build selected applications and tools (#11836) | Kargatum | |
| 2022-05-08 | feat(Tools/Mapextractor): Implemented liquid object detection (#11402) | IntelligentQuantum | |
| * . * . * . * . * . * . * . * Delete Utils.cpp | |||
| 2022-04-24 | fix(Tools/Mapextractor): Fix water height redundancy algorithm ignoring "no ↵ | IntelligentQuantum | |
| water" (#10947) | |||
| 2022-04-01 | chore(Tools/Mapextractor): clean up an unnecessary function | IntelligentQuantum | |
| 2022-03-11 | feat(Core/Maps): Improvements to Cinematic function (#10765) | IntelligentQuantum | |
| 2022-01-19 | feat(Core/Common): add new helpers for time utility (#10207) | Kargatum | |
| 2021-12-19 | refactor(Core): remove unused imports (#9767) | Francesco Borzì | |
| 2021-11-22 | refactor(Core/Misc): headers cleanup (#9259) | Kargatum | |
| 2021-09-30 | feat(License): add new headers information about license (#7941) | Kargatum | |
| Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com> | |||
| 2021-09-20 | refactor(Core/Maps): Change map file version from FourCC to uint32 (#7866) | Kitzunu | |
| Co-Authored-By: Giacomo Pozzoni <giacomopoz@gmail.com> | |||
| 2021-06-22 | feat(Core/Scripts): split the huge scriptloader into smaller pieces (#5346) | Kargatum | |
| * feat(Core/Scripts): split the huge scriptloader into smaller pieces * AddSC_swamp_of_sorrows del * 1 * add mod info * 1 * 039f0e0faa081352d19f34b6f0abaa4e74414988 Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> | |||
| 2021-06-21 | chore(Core/Logging): replace most server loggers (#5726) | Kargatum | |
| * chore(Core/Logging): replace most server loggers Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> | |||
| 2021-05-31 | refactor(Core/Misc): acore to Acore (#6043) | Kitzunu | |
| 2021-04-19 | fix(Core/Tools): extracting custom maps (#5138) | T1ti | |
| 2021-04-05 | feat(Tools/Vmapextractor): Improved vmap detail level by extracting w… (#4922) | UltraNix | |
| 2021-01-22 | fix(Core): Activate creatures and objects during opening cinematics (#4045) | Silker | |
| Co-authored-by: Si1ker <55638679+Sombranator@users.noreply.github.com> Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com> | |||
| 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-17 | refactor(Core): apply clang-tidy modernize-raw-string-literal (#3824) | Francesco Borzì | |
| 2020-12-12 | refactor(Core): apply clang-tidy modernize-pass-by-value (#3823) | Francesco Borzì | |
| 2020-12-12 | refactor(Core): apply clang-tidy modernize-deprecated-headers (#3821) | Francesco Borzì | |
| 2020-12-07 | refactor(Core): apply clang-tidy modernize-use-equals-default (#3834) | Francesco Borzì | |
| 2020-12-07 | refactor(Core): apply clang-tidy modernize-loop-convert (#3822) | Francesco Borzì | |
| 2020-12-06 | refactor(Core): apply clang-tidy modernize-use-nullptr (#3819) | Francesco Borzì | |
| 2020-12-06 | refactor(Core): apply clang-tidy modernize-use-nodiscard (#3835) | Francesco Borzì | |
| 2020-12-06 | refactor(Core): apply clang-tidy modernize-use-override (#3817) | Francesco Borzì | |
| 2020-11-18 | refactor(Tools): restyle tools with astyle (#3705) | Kargatum | |
| 2020-10-06 | refactor(Tools): restyle tools with astyle (#3465) | Kargatum | |
| 2020-09-07 | refactor(Core/Tools): remove ACE from tools (#3351) | Viste | |
| 2020-09-05 | fix(Core/Tools): fix GCC warnings in extractors (#3430) | Francesco Borzì | |
| 2020-02-20 | Core/Misc: Remove redundant null pointer checks before delete (#2679) | Viste | |
| Co-authored-by: Ujp8LfXBJ6wCPR <github@lillecarl.com> Co-authored-by: Ujp8LfXBJ6wCPR <github@lillecarl.com> | |||
| 2019-12-01 | refactor(Core): rename namespaces and macros to acore (#2454) | Viste | |
| 2019-08-13 | feat(Core/Deps): Added fmt lib (#2190) | Kargatum | |
| * About library (https://github.com/fmtlib/fmt) | |||
| 2019-04-04 | feat(Core/Library): Rename shared library to common (#1675) | Kargatum | |
| 2019-04-01 | feat(Cmake): Rewrite build and use inherited dependencies (#1652) | Kargatum | |
| 2017-12-21 | Fixed map_extractor cmake | Yehonal | |
| 2017-12-21 | Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk ↵ | Yehonal | |
| into dir-restructure | |||
| 2017-12-21 | fixed cmake | Yehonal | |
| 2017-10-13 | Fixed compilation after dir rework | Yehonal | |
| 2017-10-12 | Directory Structure [step 1]: moving files | Yehonal | |
| working on #672 NOTE: This commit can't be compiled!! | |||
| 2016-08-11 | Big re-organization of repository [W.I.P] | Yehonal | |
| 2016-07-08 | restructured repository based on following standards: | Yehonal | |
| https://github.com/HW-Core/directory-structure | |||
| 2016-06-26 | First Commitv0.10.1 | Yehonal | |
| For Azeroth! | |||
