aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Maps
AgeCommit message (Expand)Author
2024-03-13Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...Shauren
2024-03-09Core/Objects: Implemented vignettesShauren
2024-03-07Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...Shauren
2024-01-02Core/Maps: implement LIQUID_MAP_OCEAN_FLOOR to identify units that are on the...Ovahlord
2024-01-02Core/Maps: restored a hack in gridmap liquid status code to solve precision i...Ovahlord
2024-01-01Core/Battleground: Moved DoAction hook to ZoneScriptJeremy
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-11-05Core/Conditions: Allow battleground maps to use CONDITION_INSTANCE_INFOShauren
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-10-06Core/Objects: Treat areas that have ParentAreaID filled but dont have IsSubzo...Shauren
2023-10-03Core/GameObject: Implement ControlZone gameobject type (#29320)Jeremy
2023-09-19Core/Instances: Kill instance_encounters table, it is no longer neccessaryShauren
2023-09-19Core/Instances: Removed deprecated field from InstanceScriptShauren
2023-09-03Core/Auras: Defined and implemented new aura interrupt flagsShauren
2023-08-27Core/Logging: Fixed missing log format changesShauren
2023-08-24Scripts/AreaTrigger: Added CanCaptureFlag and CaptureFlag hooks (#29237)Jeremy
2023-08-22Core/Misc: Add missing virtual destructorsShauren
2023-08-15Core/Scripts: Add ZoneScript hook for AreaTrigger creation/deletion (#29236)Jeremy
2023-08-09Core/Creatures: std::chrono-ify TempSummonShauren
2023-08-08Core/MMaps: Fixed pathing for objects that have terrain swaps activeShauren
2023-07-24Core/GameObject: Implement GAMEOBJECT_TYPE_NEW_FLAG_DROP (#28021)Jeremy
2023-06-17Core/Items: Item bonus generation improvementsShauren
2023-05-19Core/Areas: Update AreaFlags from EnumeratedStings values (#29008)Jeremy
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-15Core/Battlegrounds: Unload all grids before destroying battleground objectShauren
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-31Core/Maps: Implemented WMOAreaTable -1 grouipid fallbackShauren
2022-12-27Core/Creatures: Implement StringId for Creatures, a custom identifier to make...Seyden
2022-12-25Core/Phasing: Reduce differences between branches in GridNotifiersShauren
2022-12-22Core/GameObjects: Update spawn group conditions immediately after battlegroun...Jeremy
2022-12-20Core/Battlegrounds: Made Battleground inherit ZoneScriptShauren
2022-12-04Core: Updated to 10.0.2Shauren
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