Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-05 | Core/Vmaps: Optimize loading vmaps | Shauren | |
* 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-04 | Core/Vmaps: Replace manual reference counting with shared_ptr and slightly ↵ | Shauren | |
reduce memory use by deduplicating model name strings | |||
2024-03-07 | Core/vmaps: Removed vmap lookup functions duplicating functionality of each ↵ | Shauren | |
other | |||
2024-03-06 | Tools/vmap_extractor: Move information about model type from spawns in vmap ↵ | Shauren | |
tiles to model file itself | |||
2024-03-06 | Tools/mmaps_generator: Added const on some functions interfacing with vmaps | Shauren | |
2021-04-25 | Core/Vmaps: Reduce memory used by vmaps, part 2 | Shauren | |
2021-04-25 | Core/Vmaps: Reduce memory used by vmaps (and their size, slightly) | Shauren | |
2020-09-04 | Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ↵ | Shauren | |
port | |||
2020-01-02 | New Year | Aokromes | |
2019-01-01 | Update copyright note for 2019 | vincent-michael | |
auto happy = new year(2019); | |||
2018-12-09 | Core/Vmaps: Stop M2s from occluding for spellcast LoS | HelloKitty | |
Closes #18528 (cherry-picked from 01d715eaef99e91f0959dc85fb7f69eb26d01a22) | |||
2018-04-27 | Core/VMAPS: Fixed vmaps in single WMO instances like ragefire chasm | Shauren | |
* Fixed some models not always being spawned because they only appear in one tile file but are large enough to cross tile boundaries (lava in Firelands at Ragnaros place) Closes #21879 | |||
2018-03-25 | Core/VMaps: Implement loading phased tiles | Shauren | |
Closes #15163 | |||
2018-01-01 | Update copyright note for 2018 | vincent-michael | |
auto happy = new year(2018); | |||
2017-01-01 | Update copyright note for 2017 | vincent-michael | |
Happy new year | |||
2016-03-24 | Core/Common: Converted the common library to a shared library. | Naios | |
* There is still the possibility to static link against common. | |||
2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
Happy new year (Again new year with idiots ...) | |||
2015-10-17 | Core/Tools: Fix brutal linking in mmaps extractor. | Naios | |
* caused warnings with shared linking * ref #15671 | |||
2015-08-21 | Core/Build: Merge common library and move database out of shared | StormBytePP | |