aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Maps/Map.cpp
AgeCommit message (Expand)Author
2025-07-13Core/Misc: Move large functions out of header filesShauren
2025-07-11Core/Misc: Improve LinkedList iteration - simplify code generated for begin, ...Shauren
2025-07-11Core/Misc: Rename LinkedListHead::getSize to size to fit standard container n...Shauren
2025-07-11Core/Misc: Simplify LinkedListHead::isEmpty and rename to empty to fit standa...Shauren
2025-07-11Core/Groups: Use iterators instead of raw LinkedListElement to interact with ...Shauren
2025-07-09Core/Scenarios: Allow scripts to set instance scenario by id (#31104)Jason Dove
2025-06-06Core/Grids: Remove unused template parameter from Grid classShauren
2025-05-08Core/World: Refactor World::LoadConfigSettings to unify validation of all con...Shauren
2025-04-16Core/Players: Improve setting ActivePlayerData::TransportServerTime by includ...Shauren
2025-02-02Core/Objects: Make guid generators atomicShauren
2025-02-01Scripts/Battlegrounds: Implement Deephaul Ravine (#30393)Jeremy
2025-01-05Core/Grids: Modernize TypeContainer with variadic templateShauren
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-10-29Core/PacketIO: Skip sending empty SMSG_UPDATE_OBJECT for transports on map ch...Shauren
2024-10-05Core/Maps: Link instance map to LfgDungeonsShauren
2024-05-16Core/Maps: Fixed manual spawn groups being automatically spawned by conditionsShauren
2024-03-28Core/Battlegrounds: Move to scripts (#29799)Jeremy
2024-03-14Core/Scripts: Removed script calls from constructors and destructorsShauren
2024-03-14Core/Objects: Rename Object::m_isWorldObject and related functions to avoid c...Shauren
2024-03-09Core/Objects: Implemented vignettesShauren
2024-03-07Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...Shauren
2023-12-29Core/Maps: Cleaned up incorrect error logShauren
2023-12-29Core/Maps: Properly set initial spawn group state for groups that have condit...Jeremy
2023-11-28Core/Instances: Prevent sending PendingRaidLock in instances that don't have ...Shauren
2023-11-14Core/BattlegroundMap: Load all cells when created & mark all creatures as act...Jeremy
2023-10-22Core/Map: Implement several difficulty getters (#29370)Teleqraph
2023-10-18Core/Misc: Remove incorrect (and unused) equality operator overloads from Lin...Shauren
2023-10-16Core/MMaps: Implemented a way to enable/disable certain terrain types for mov...Shauren
2023-10-13Dep/Boost: Drop windows boost hacks (#29358)funjoker
2023-09-19Core/Instances: Removed deprecated field from InstanceScriptShauren
2023-08-27Core/Logging: Fixed missing log format changesShauren
2023-08-22Core/Misc: Add missing virtual destructorsShauren
2023-08-08Core/MMaps: Fixed pathing for objects that have terrain swaps activeShauren
2023-06-17Core/Items: Item bonus generation improvementsShauren
2023-05-06Core/Auras: Implement SpellAuraInterruptFlags2::EnteringInstance (#28942)Teleqraph
2023-03-21Core/Instances: Fixed not being able to reenter instances that have no encoun...Shauren
2023-01-29Core/Spawns: Allow spawn groups with MANUAL_SPAWN flag to automatically despa...Meji
2023-01-09Core/Misc Fixed build with boost 1.74 (#28679)DeadMouse
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-07Core/Misc: Include cleanup, 2023 editionShauren
2023-01-06Core/Misc: Remove boost::heap::fibonacci_heap from header filesShauren
2023-01-06Core/Misc: Add missing Containers.h include where neccessaryShauren
2022-12-31Core/Maps: Fixed retrieving terrain info when on child mapsShauren
2022-12-25Core/Phasing: Reduce differences between branches in GridNotifiersShauren
2022-10-08Core/Maps: Changed functions checking if map can be entered to use TransferAb...Shauren
2022-10-06Core/Maps: Ensure one of InstanceScript::Create or InstanceScript::Load is ca...Shauren
2022-10-04Core/Maps: Implemented MapFlags2::IgnoreInstanceFarmLimitShauren
2022-10-04Core/Instances: Add instance reset events at lock expirationShauren
2022-10-04Core/Commands: Restore instance management commandsShauren
2022-10-04Core/Instances: Save instance entrance based on completed encountersShauren