Shauren
4b27db87b7
Core/Vmaps: Remove tile X/Y coord swapping
2025-11-01 14:26:48 +01:00
Shauren
62dbb0619b
Core/Vmaps: Minor cleanup (formatting) and documentation updates for BIH::build copy vs move choice
2024-12-11 19:44:03 +01:00
nekolisa42
5959e6e374
Tools/vmap_assembler: Fix missing <mutex> header in TileAssembler.cpp ( #30293 )
2024-10-02 18:33:06 +02:00
Shauren
b13b5142f1
Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it to create deleters with compile time constant functions (reduces its size to just sizeof(void*))
2024-10-01 21:03:44 +02:00
Shauren
d05dbaaecb
Core/Vmaps: Fixed use after free and deadlocks when loading a model file fails
2024-07-06 22:52:11 +02:00
Shauren
518fe1fd1e
Tools/vmap_assembler: Organize vmap files into directory-per-map
2024-07-06 14:29:54 +02:00
Shauren
51d1ff11bc
Tools/vmap_assembler: Use boost::filesystem::path for creating filenames
2024-07-06 14:06:20 +02:00
Shauren
11a252e601
Tools/vmap_assembler: Multithread building vmaps
2024-07-06 12:56:59 +02:00
Shauren
a0f13391a0
Tools/vmap_extractor: Split temporary dir_bin into multiple files (one per map) to significantly reduce peak memory usage by vmap_assembler
2024-07-06 01:24:26 +02:00
Shauren
35a2d49971
Core/Vmaps: Optimize loading vmaps
...
* 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-05 21:20:25 +02:00
Shauren
c3dd80a96e
remove double empty line
2024-07-05 15:08:03 +02:00
Shauren
c8a55f4a18
Core/Vmaps: Minor cleanup in vmap4assembler - use unique_ptr to manage file handles
2024-07-05 13:09:00 +02:00
Shauren
a70e758ba5
Tools/vmap_extractor: Move information about model type from spawns in vmap tiles to model file itself
2024-03-06 00:04:19 +01:00
Shauren
8ffc4c1034
Tools/Extractors: Warn when casc storage could not be opened in remote mode because a local installation was detected in input/cache directory
2023-06-23 10:27:44 +02:00
Shauren
d791afae1d
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compatible api)
2023-01-08 21:16:53 +01:00
Kargatum
373ed8f46b
Core: whitespace cleanup, reduce double blank line to single ( #25795 )
...
* Core/Misc: fix double empty line
* worldserver.conf
(cherry picked from commit a32b6b8ac4 )
2022-03-05 20:07:57 +01:00
Ujp8LfXBJ6wCPR
43aa763d04
Part1: Modernize codebase with Clang-Tidy range based loops ( #24164 )
...
(cherry picked from commit fb75a958f0 )
2021-12-22 15:48:01 +01:00
François B
f2ef8fa311
Tools/Vmaps: Fix models bounds ( #26864 )
2021-08-26 17:22:11 +02:00
Shauren
d0ca535ab8
Core/Vmaps: Prepare vmaps for reading new WMO chunk - MOVX, replacement for MOVI using larger data type (currently unused in 9.0.5 client)
2021-04-25 00:11:42 +02:00
Shauren
7a406db506
Core/Collision: Fixed false positive errors in console about vmap loading
2020-12-08 18:16:47 +01:00
Shauren
b231903932
Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup port
2020-09-04 13:38:24 +02:00
Shauren
83aaa48b85
Tools/vmap extractor: Various fixes
...
* Fixed output file name case normalization - exclude names built from file ids (starting with FILE)
* Skip antiportal WMO groups
Closes #23972
Closes #24798
2020-06-14 00:43:02 +02:00
Shauren
16761e1d7c
Tools/vmap assembler: Move TileAssembler from common to vmap4_assembler where it belongs
2020-05-10 15:24:43 +02:00