aboutsummaryrefslogtreecommitdiff
path: root/src/tools/extractor_common
AgeCommit message (Collapse)Author
2025-11-12Build: Modernize include directory management using target_sources(FILE_SET)Shauren
2025-06-18Tools/Extractors: Update db2 metadataShauren
2025-04-09Core/Network: Move to separate projectShauren
2025-03-02Core: Updated to 11.1.0Shauren
2024-09-20Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings ↵Shauren
into compile errors
2024-08-02Core/DataStores: Updated to 11.0.0Shauren
2024-06-02Core/Misc: Fixed windows _UNICODE incompatibilitiesShauren
2023-11-09Tools: Updated expected table hash for Map.db2 in extractorsShauren
2023-09-26Tools/Extractors: Log error message instead of crashing when downloading ↵Shauren
tact keys fails Closes #29338
2023-07-12Tools: Updated db2 metadata used by extractorsShauren
2023-06-23Tools/Extractors: Warn when casc storage could not be opened in remote mode ↵Shauren
because a local installation was detected in input/cache directory
2023-04-18Core/DataStores: Minor db2 loader cleanupShauren
2023-02-03Tools/Extractors: Fixed remote mode after casclib upgradeShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵Shauren
compatible api)
2023-01-07Core/Misc: Include cleanup, 2023 editionShauren
2022-12-04Core: Updated to 10.0.2Shauren
2022-06-09Tools/Extractors: Implement remote casc mode (#27993)Luzifix
2022-06-02Core/DataStores: Updated structures to 9.2.5Shauren
2022-03-13Tools/Extractors: Use TACTKeys from wowdev TACTKeys repo instead of wow.toolsModoX
* wow.tools will kill /api.php?type=tactkeys soon
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-04Build: Put tests-extractor_common under correct folder when WITH_SOURCE_TREE ↵Shauren
is set to hierarchical-folders
2021-11-05Tools: Update db2 metadata expected by extractors to 9.1.5Shauren
Closes #27251
2021-08-08Core/DataStores: 9.1.0 db2 structuresShauren
2020-12-12Dep/Boost: Partial support for boost 1.74 - asioShauren
Ref #25470 (cherry picked from commit 155e37831e9c581c6a8ebba34fe70d3459301d0a)
2020-12-08Core/DataStores: Updated db2 structures to 9.0.2Shauren
* Includes support for new character customization
2020-12-08Tools/Extractors: Load additional tact keys from wow.tools (optional for ↵Shauren
extracting)
2020-12-08Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@737a8705b5b8f7ce3917f5d5ff9767b18de1285e
2020-06-14Tools/vmap extractor: Various fixesShauren
* Fixed output file name case normalization - exclude names built from file ids (starting with FILE) * Skip antiportal WMO groups Closes #23972 Closes #24798
2020-05-10Core/DataStores: Allow loading encrypted sections when key is known when ↵Shauren
reading from casc storage Closes #24456
2020-05-10Tools/Extractors: Refactor CascHandles into classesShauren
2020-02-17Core/DataStores: Updated db2 structures to 8.3.0Shauren
2020-01-02New YearAokromes
2019-11-29Fix tools buildShauren
2019-08-10Tools/Extractors: Swapped to new casclib 64bit file size functionsShauren
2019-06-19Tools/Extractors: Support specifying which wow version to open when ↵Shauren
installed to the same directory (retail/ptr/other)
2019-06-09Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@03a3bcaed285ab0d8ff0845a65ffe7d1fa653960
2019-06-08Core/DataStores: Updated db2 structures to 8.1.5Shauren
2019-06-08Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@a1197edf0b3bd4d52c3f39be7fa7b44bb0b98012
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-09-16Tools: Updated db2 structuresShauren
2018-03-25Tools/Mapextractor: Implemented liquid object detectionShauren
2018-03-25Tools: Moved db2 metadata structures to a location shared by all toolsShauren
2018-02-18Core/DataStores: Updated db2 structures to 7.3.5.25996Shauren
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-12-20Build: Inherit the features and warning flags privatelyNaios
2017-08-18Tools/Extractors: Implement proper installed locale detectionShauren
2017-06-13Tools/Extractors: Improved game build reported by extractors7.2.0/24015Shauren
2017-06-04Core/Player: Fixed warningvincent-michael
2017-03-08Core/DataStores: Refactor DB2 loaders to be reusable by extractorsShauren
2017-01-18Tools/Extractors: Intruduce safe casc handles and fix all casc related ↵Shauren
memory leaks CID 1254545 CID 1254555 CID 1254588 CID 1343649