aboutsummaryrefslogtreecommitdiff
path: root/src/common/Collision/Management/MMapManager.cpp
AgeCommit message (Expand)Author
2023-08-08Core/MMaps: Fixed pathing for objects that have terrain swaps activeShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
2022-01-19Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")jackpoz
2021-12-22Part1: Modernize codebase with Clang-Tidy range based loops (#24164)Ujp8LfXBJ6wCPR
2021-05-29Core/Misc: Rename MapDefines.h to MMapDefines.h as it contains mmap defines e...Shauren
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
2018-03-25Core/MMaps: Implemented loading phased tilesShauren
2018-02-20Core/MMaps: Remove phased tile supportShauren
2018-02-20Revert "Collision/MMap: Fix a memleak reported by valgrind"Shauren
2018-02-20Revert "Core/MMaps: Fix crash introduced in commit 32e8b65 (#17447)"Shauren
2018-01-01Update copyright note for 2018vincent-michael
2017-05-11Core/Common: Include cleanupShauren
2017-04-27Core/Tools: MapId can have 4 digitsjoschiwald
2017-01-17Build fixShauren
2017-01-17Fix static analysis issuesShauren
2017-01-01Update copyright note for 2017vincent-michael
2016-07-07Core/MMaps: Fix crash introduced in commit 32e8b65 (#17447)et65
2016-01-30Collision/MMap: Fix a memleak reported by valgrindCarbenium
2016-01-01Update copyright note for 2016Vincent-Michael
2015-11-24Core/MMaps: Fixed mmap loadingZedron
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...StormBytePP
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP