aboutsummaryrefslogtreecommitdiff
path: root/src/tools/mmaps_generator
AgeCommit message (Expand)Author
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 p...Shauren
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-01Core/Vmaps: Remove tile X/Y coord swappingShauren
2025-11-01Tools/vmap_extractor: Preserve destructible models to use them in mmaps_gener...Shauren
2025-10-31Tools/mmaps_generator: Remove confusing tile X/Y coord swappingShauren
2025-10-26Tools/mmaps_generator: Fix infinite loopShauren
2025-10-26Tools/mmaps_generator: Enable async console loggingShauren
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 c...Shauren
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-02Core/MMaps: Improve mmap debugging experience for terrain swap mapsShauren
2025-07-23Tools/mmaps_generator: Fixed tile detection for vmap-only maps after a0f13391...Shauren
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-10-01Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it...Shauren
2024-09-20Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...Shauren
2024-09-15Build: Automatically include WindowsSettings.manifest in all executables inst...Shauren
2024-09-15Core/CrashHandler: Compile WheatyExceptionReport only once and moved its glob...Shauren
2024-07-06Core/Vmaps: Fixed use after free and deadlocks when loading a model file failsShauren
2024-06-30Tools/mmaps_generator: Fixed executable name and default values in --helpShauren
2024-06-02Core/Misc: Fixed windows _UNICODE incompatibilitiesShauren
2024-03-25Tools/mmaps_generator: Only initialize memory for inds mesh when it will be r...thesillyone
2024-03-06Tools/vmap_extractor: Move information about model type from spawns in vmap t...Shauren
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
2023-12-01Core/Misc: Added windows version checks during startup to avoid confusion abo...Shauren
2023-11-24Core/Locales: Set active code page and locale used by c string functions to utf8Shauren
2023-10-16Tools/mmaps_generator: Allow specifying custom offmesh area/flagsShauren
2023-07-12Tools: Updated db2 metadata used by extractorsShauren
2023-01-12Revert "MMAP: Build ADT floor just like WMO floor below liquid (#27503)" (#28...Giacomo Pozzoni
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-07Core/Misc: Include cleanup, 2023 editionShauren
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
2022-03-26Tool/MMAP: Fixed invalid check causing certain tiles not to build (#27833)robinsch
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-01-26Core/CrashHandler: #ifdef cleanup to make VS not choke when parsing, fixed fi...Shauren