aboutsummaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
2025-06-18Tools/Extractors: Update db2 metadataShauren
2025-06-18Core: Updated to 11.1.7Shauren
2025-06-07Tools/Extractors: Skip extracting visual only liquids (determined by ↵Shauren
LiquidMaterial flags)
2025-04-25Core: Updated to 11.1.5Shauren
2025-04-09Core/Network: Move to separate projectShauren
2025-03-02Core: Updated to 11.1.0Shauren
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-12-18Core: Updated to 11.0.7Shauren
2024-12-11Core/Vmaps: Minor cleanup (formatting) and documentation updates for ↵Shauren
BIH::build copy vs move choice
2024-10-30Core/DataStores: Updated db2 structures to 11.0.5Shauren
2024-10-02Tools/vmap_assembler: Fix missing <mutex> header in TileAssembler.cpp (#30293)nekolisa42
2024-10-01Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow ↵Shauren
it to create deleters with compile time constant functions (reduces its size to just sizeof(void*))
2024-09-20Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings ↵Shauren
into compile errors
2024-09-15Build: Automatically include WindowsSettings.manifest in all executables ↵Shauren
instead of listing it separately as source file in every target
2024-09-15Core/CrashHandler: Compile WheatyExceptionReport only once and moved its ↵Shauren
global variable initializer to all projects using it
2024-09-14Core: Remove boost iostreams dependencyShauren
2024-08-16Core: Updated to 11.0.2Shauren
2024-08-02Core/DataStores: Updated to 11.0.0Shauren
2024-07-06Core/Vmaps: Fixed use after free and deadlocks when loading a model file failsShauren
2024-07-06Tools/vmap_assembler: Organize vmap files into directory-per-mapShauren
2024-07-06Tools/vmap_assembler: Use boost::filesystem::path for creating filenamesShauren
2024-07-06Tools/vmap_assembler: Multithread building vmapsShauren
2024-07-06Tools/vmap_extractor: Split temporary dir_bin into multiple files (one per ↵Shauren
map) to significantly reduce peak memory usage by vmap_assembler
2024-07-05Core/Vmaps: Optimize loading vmapsShauren
* Changed spawn id to BIH tree index mapping from generated on load to baked in tile files * Remove map holding model load counts and moved that to ModelInstance instead
2024-07-05remove double empty lineShauren
2024-07-05Core/Vmaps: Minor cleanup in vmap4assembler - use unique_ptr to manage file ↵Shauren
handles
2024-06-30Tools/mmaps_generator: Fixed executable name and default values in --helpShauren
2024-06-02Core/Misc: Fixed windows _UNICODE incompatibilitiesShauren
2024-05-08Core: Update to 10.2.7Shauren
2024-05-02Tools: Fixed build with gcc 14Shauren
2024-04-22Core/Misc: Support boost 1.85Shauren
2024-03-25Tools/mmaps_generator: Only initialize memory for inds mesh when it will be ↵thesillyone
read (#29795) * this change does NOT require re-generating mmaps
2024-03-23warning fixShauren
2024-03-23Tools/vmap_extractor: Support new 9.2 wmo group splits (child groups should ↵Shauren
inherit their parent wmo group id)
2024-03-21Core: Updated to 10.2.6.53840Shauren
2024-03-06Tools/vmap_extractor: Move information about model type from spawns in vmap ↵Shauren
tiles to model file itself
2024-03-06Tools/vmap_extractor: Preserve UniqueId from MODF adt chunks in final vmap ↵Shauren
output (used in db2 files and packets)
2024-03-06Tools/mmaps_generator: Added const on some functions interfacing with vmapsShauren
2024-03-01Core/Misc: Replace sprintf with safer alternatives (Trinity::StringFormat or ↵Shauren
snprintf)
2024-01-21Core: Updated to 10.2.5Shauren
2023-12-01Core/Misc: Added windows version checks during startup to avoid confusion ↵Shauren
about crashes when running on unsupported OS
2023-11-24Core/Locales: Set active code page and locale used by c string functions to utf8Shauren
Closes #29455
2023-11-17Tools/Map extractor: Minor optimization in MCNK parsing loop - look up end ↵Shauren
iterator once
2023-11-09Tools: Updated expected table hash for Map.db2 in extractorsShauren
2023-11-09Core: Update to 10.2.0Shauren
2023-10-16Tools/mmaps_generator: Allow specifying custom offmesh area/flagsShauren
2023-09-26Tools/Extractors: Log error message instead of crashing when downloading ↵Shauren
tact keys fails Closes #29338
2023-09-07Core: Update to 10.1.7Shauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-07-12Tools: Updated db2 metadata used by extractorsShauren