index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-10-01T16:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Collision
/
Management
/
MMapManager.cpp
Age
Commit message (
Expand
)
Author
2023-08-08
Core/MMaps: Fixed pathing for objects that have terrain swaps active
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2022-07-23
Core/Maps: Move terrain data handling out of Map class
Shauren
2022-01-19
Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")
jackpoz
2021-12-22
Part1: Modernize codebase with Clang-Tidy range based loops (#24164)
Ujp8LfXBJ6wCPR
2021-05-29
Core/Misc: Rename MapDefines.h to MMapDefines.h as it contains mmap defines e...
Shauren
2020-01-02
New Year
Aokromes
2019-01-01
Update copyright note for 2019
vincent-michael
2018-03-25
Core/MMaps: Implemented loading phased tiles
Shauren
2018-02-20
Core/MMaps: Remove phased tile support
Shauren
2018-02-20
Revert "Collision/MMap: Fix a memleak reported by valgrind"
Shauren
2018-02-20
Revert "Core/MMaps: Fix crash introduced in commit 32e8b65 (#17447)"
Shauren
2018-01-01
Update copyright note for 2018
vincent-michael
2017-05-11
Core/Common: Include cleanup
Shauren
2017-04-27
Core/Tools: MapId can have 4 digits
joschiwald
2017-01-17
Build fix
Shauren
2017-01-17
Fix static analysis issues
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-07-07
Core/MMaps: Fix crash introduced in commit 32e8b65 (#17447)
et65
2016-01-30
Collision/MMap: Fix a memleak reported by valgrind
Carbenium
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-11-24
Core/MMaps: Fixed mmap loading
Zedron
2015-09-21
Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...
StormBytePP
2015-08-21
Core/Build: Merge common library and move database out of shared
StormBytePP