aboutsummaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
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
2023-07-12Core: Update to 10.1.5Shauren
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-05-04Core: Update to 10.1Shauren
2023-04-18Core/DataStores: Minor db2 loader cleanupShauren
2023-03-22Core: Update to 10.0.7Shauren
2023-02-03Tools/Extractors: Fixed remote mode after casclib upgradeShauren
2023-01-28Core: Updated to 10.0.5Shauren
2023-01-12Revert "MMAP: Build ADT floor just like WMO floor below liquid (#27503)" ↵Giacomo Pozzoni
(#28392) This reverts commit 8a779268b601db28005a8348f3c21255718d4526. (cherry picked from commit b69870630d816da60e75f40f0e8852c9d88591b9)
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-17Tools/mapextractor: Updated gt file listShauren
2022-12-04Core: Updated to 10.0.2Shauren
2022-12-03Tools/vmap_extractor: Implemented new MPY2 wmo chunkShauren