aboutsummaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
13 daysCore/Misc: Use std::scoped_lock instead of unique_lock where possible (and ↵Shauren
old lock_guard)
2025-11-28Tools/vmaps_extractor: Fix crashShauren
2025-11-12Build: Modernize include directory management using target_sources(FILE_SET)Shauren
2025-11-06Tools/mmaps_generator: Move TerrainBuilder to a shared projectShauren
2025-11-05Fix GCC warningShauren
2025-11-05Tools/mmaps_generator: Save offmesh connections input together with navmesh ↵Shauren
params for each map
2025-11-05Tools/mmaps_generator: Add separator to mmap tile file namesShauren
2025-11-05Tools/mmaps_generator: Add optional file name suffix to tile filesShauren
2025-11-05Tools/mmaps_generator: Split loadVMapModel into separate functionShauren
2025-11-04Tools/mmaps_generator: Added --input and --output argumentsShauren
2025-11-04Tools/mmaps_generator: Move saving .mmtile result to separate functionShauren
2025-11-02Tools/vmaps_extractor: Include cleanupShauren
2025-11-01Tools/vmaps_extractor: Clean up filename normalizationShauren
2025-11-01Tools/vmaps_extractor: Use multiple threads to extract dataShauren
2025-11-01Core/Vmaps: Remove tile X/Y coord swappingShauren
2025-11-01Tools/vmap_extractor: Preserve destructible models to use them in ↵Shauren
mmaps_generator
2025-10-31Tools/mmaps_generator: Remove confusing tile X/Y coord swappingShauren
2025-10-26Tools/map_extractor: Minor cleanupShauren
* Make temporary tile variables local to ConvertADT * std::string -> std::string_view for adt chunk lookup * Replace the only std::ofstream with FILE* * Remove _CRT_SECURE_NO_DEPRECATE from source files (should only be set on command line)
2025-10-26Tools/mmaps_generator: Fix infinite loopShauren
2025-10-26Tools/mmaps_generator: Enable async console loggingShauren
2025-10-26Tools/map_extractor: Fix segfault with CONF_allow_float_to_int=false (#31353)Смердокрыл
2025-10-26Tools/mmaps_generator: Replace G3D::Array with std::vectorShauren
2025-10-25Tools/mmaps_generator: Replace do while (false) loops with unique_ptr using ↵Shauren
custom deleter
2025-10-25Tools/mmaps_generator: Use unique_ptr to manage memoryShauren
2025-10-25Core/Vmaps: Rename VMapManager2 to VMapManagerShauren
2025-10-25Core/Vmaps: Remove VMapManager2 virtual interfaceShauren
2025-10-24Tools/mmaps_generator: Move TileBuilder to its own fileShauren
2025-10-24Tools/mmaps_generator: Switch to using Log instead of printfShauren
2025-10-23Tools/mmaps_generator: Always rebuild tiles when debug output is enabledShauren
2025-10-17Build: Fix duplicate libraries linker warning on macOSShauren
2025-10-17Tools/mmaps_generator: Namespace/include cleanupShauren
2025-10-10Core: Updated to 11.2.5.63704Shauren
2025-10-02Core/MMaps: Improve mmap debugging experience for terrain swap mapsShauren
* Output terrain map id in `.mmap loc` command * Suppress file not found errors for terrain swap maps * Fix generating single tiles for terrain swap maps (--tile argument)
2025-09-25Tools/vmap_extractor: Fixed duplicate output files with .m2 and .m2.vmo ↵Shauren
extensions
2025-08-13Core: Updated to 11.2.0Shauren
2025-07-23Tools/mmaps_generator: Fixed tile detection for vmap-only maps after ↵Shauren
a0f13391a0404d859cf4f8b8dee0c801f2640473
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