aboutsummaryrefslogtreecommitdiff
path: root/src/tools/vmap4_extractor
AgeCommit message (Expand)Author
2025-11-30Core/Misc: Use std::scoped_lock instead of unique_lock where possible (and ol...Shauren
2025-11-28Tools/vmaps_extractor: Fix crashShauren
2025-11-12Build: Modernize include directory management using target_sources(FILE_SET)Shauren
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-01Tools/vmap_extractor: Preserve destructible models to use them in mmaps_gener...Shauren
2025-10-26Tools/map_extractor: Minor cleanupShauren
2025-09-25Tools/vmap_extractor: Fixed duplicate output files with .m2 and .m2.vmo exten...Shauren
2025-06-07Tools/Extractors: Skip extracting visual only liquids (determined by LiquidMa...Shauren
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-08-02Core/DataStores: Updated to 11.0.0Shauren
2024-07-06Tools/vmap_extractor: Split temporary dir_bin into multiple files (one per ma...Shauren
2024-04-22Core/Misc: Support boost 1.85Shauren
2024-03-23warning fixShauren
2024-03-23Tools/vmap_extractor: Support new 9.2 wmo group splits (child groups should i...Shauren
2024-03-06Tools/vmap_extractor: Move information about model type from spawns in vmap t...Shauren
2024-03-06Tools/vmap_extractor: Preserve UniqueId from MODF adt chunks in final vmap ou...Shauren
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-07-12Tools: Updated db2 metadata used by extractorsShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-12-03Tools/vmap_extractor: Implemented new MPY2 wmo chunkShauren
2022-10-01Core/Misc: Fix *BSD compile errors (#28287)Lloyd Dilley
2022-06-09Tools/Extractors: Implement remote casc mode (#27993)Luzifix
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2022-01-26Core/CrashHandler: #ifdef cleanup to make VS not choke when parsing, fixed fi...Shauren
2022-01-19Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")jackpoz
2022-01-06fixed indentation for cmake filesipriver
2022-01-04Vmap: Introduce skipping of antiportals and unreachable mogp (#26331)killerwife
2021-05-15Dep/bzip2: Remove dependencyShauren
2021-04-25Tools/vmap_extractor: Unify version printed to console with shared vmap versi...Shauren
2021-04-25Tools/vmap_extractor: Fix MOVX implementation for "small" vmaps (-s or no com...Shauren
2021-04-25Core/Vmaps: Extract more doodad setsShauren
2021-04-25Core/Vmaps: Prepare vmaps for reading new WMO chunk - MOVX, replacement for M...Shauren
2021-04-25Core/Vmaps: Reduce memory used by vmaps (and their size, slightly)Shauren
2021-02-15Tools/VMaps: Fix build issue on VS2017jackpoz
2020-12-08Core/Collision: Fixed false positive errors in console about vmap loadingShauren
2020-12-08Dep/CascLib: Update to ladislav-zezula/CascLib@737a8705b5b8f7ce3917f5d5ff9767...Shauren
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-08-18Core/VMaps: Fix no collision trianglesGolrag
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-07-09Tools: Update RetardCheck()Shauren
2020-07-01Core/DataStores: Fixed sending localized hotfixes and improved db2 loading er...Shauren
2020-06-23Core/Misc: Replace Trinity::make_unique with std (#24869)Peter Keresztes Schmidt