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