aboutsummaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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 r...thesillyone
2024-03-23warning fixShauren
2024-03-23Tools/vmap_extractor: Support new 9.2 wmo group splits (child groups should i...Shauren
2024-03-21Core: Updated to 10.2.6.53840Shauren
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-06Tools/mmaps_generator: Added const on some functions interfacing with vmapsShauren
2024-03-01Core/Misc: Replace sprintf with safer alternatives (Trinity::StringFormat or ...Shauren
2024-01-21Core: Updated to 10.2.5Shauren
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-11-17Tools/Map extractor: Minor optimization in MCNK parsing loop - look up end it...Shauren
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 tact...Shauren
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 b...Shauren
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)" (#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-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
2022-10-01Core/Misc: Fix *BSD compile errors (#28287)Lloyd Dilley
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
2022-06-09Tools/Extractors: Implement remote casc mode (#27993)Luzifix
2022-06-02Core/DataStores: Updated structures to 9.2.5Shauren
2022-03-26Tool/MMAP: Fixed invalid check causing certain tiles not to build (#27833)robinsch
2022-03-13Tools/Extractors: Use TACTKeys from wowdev TACTKeys repo instead of wow.toolsModoX
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2022-02-04Build: Put tests-extractor_common under correct folder when WITH_SOURCE_TREE ...Shauren
2022-01-26Core/CrashHandler: #ifdef cleanup to make VS not choke when parsing, fixed fi...Shauren
2022-01-26Core/Misc: Fix static analysis issues (#25194)Giacomo Pozzoni
2022-01-19Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")jackpoz
2022-01-06fixed indentation for cmake filesipriver