aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Maps/MapManager.h
AgeCommit message (Expand)Author
2024-10-05Core/Maps: Link instance map to LfgDungeonsShauren
2024-03-13Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...Shauren
2022-10-04Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new ...Shauren
2022-10-04Core/Instances: Instance lock rewrite (WIP)Shauren
2022-07-25Core/Maps: Split Ebon Hold and Exile's reach by faction and removed forced sa...Shauren
2022-07-24Core/Maps: Removed MapInstanced - no longer neccessary for grid data referenc...Shauren
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
2022-07-17Core/Maps: Made instance_template no longer required to create and enter inst...Shauren
2022-02-11Core/Misc: Cleanup MapManager includes (boost::dynamic_bitset)Shauren
2021-12-21Core/Misc: Some refactoring, #23603 prep: (#23676)Treeston
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-08-22Dynamic Creature/Go spawning:r00ty-tc
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-07-16Core/Instances: Fixed and optimized instance id reuseShauren
2020-05-24Core/Maps: Improvements to terrain swap handlingShauren
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
2018-03-25Core/Maps: Implemented loading swapped mapsShauren
2018-03-25Core/Entities: Take terrain swaps into account when calculating LoS/height/areaShauren
2018-01-01Update copyright note for 2018vincent-michael
2017-01-01Update copyright note for 2017vincent-michael
2016-05-11Core/Misc: Warning fixes (/W4)Shauren
2016-04-11Core/Game: Move scheduled map scripts counter methods into MapManagerNaios
2016-03-24Core/Game: Converted the game library to a shared library.Naios
2016-03-21Merge pull request #16110 from Treeston/3.3.5-instancereviveTreeston
2016-03-11Core/Game: Move singleton instances into compilation unitsNaios
2016-02-02Core/Maps: Changed the way area data is stored in maps, it now uses ID field ...Shauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-04-28Core/Entities: Reworked guid scopesShauren
2015-01-01Update copyright note for 2015Vincent-Michael
2014-07-20Refactored singletons to enable proper deconstruction during shutdownleak
2014-07-01Replaced all remaining ACE based Singletonsleak
2014-06-08Replaced mutex related code in Common.hleak
2014-05-01Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macrosDehravor
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-15Core/Misc: Remove unused codejackpoz
2013-10-16Core/TransportsShauren
2013-03-26Core: Fix compile with WITH_COREDEBUG option enabledSpp
2013-03-25Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3....Spp
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-06-21Core/Misc: Code-style + some const methods.Chaplain
2012-05-21Core/MapManager: Fix logic in SetMapUpdateInterval()Chaplain
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-11-23Do not allow base map be accessed from outside if map is instanceable.megamage
2011-11-23Clean up very some confusing MapManager functions (create/find map/base map).megamage
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-08-05Core/Battleground: Some (minor) code optimizationsSpp
2011-06-28Core/Maps: Allow multi-threaded updates for all instances of a map, should in...Shocker
2011-04-29Add spaces after commasleak