aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Maps
AgeCommit message (Expand)Author
2025-01-05Core/Grids: Modernize TypeContainer with variadic templateShauren
2025-01-04Core/Misc: Implemented spawn tracking (#30247)Meji
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-11-03Core/Transports: Fixed event timestamps for edge casesMeji
2024-10-29Core/PacketIO: Skip sending empty SMSG_UPDATE_OBJECT for transports on map ch...Shauren
2024-10-21Core/GameObject: Implemented OnFlagTaken/OnFlagDropped hooks for GAMEOBJECT_T...Jeremy
2024-10-05Core/Maps: Link instance map to LfgDungeonsShauren
2024-10-01Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it...Shauren
2024-08-28Core/Maps: Decrement map unload timer by correct (accumulated) time diff (#30...Razmataz
2024-07-29Core/Misc: Reduce amount of virtual functions and copypasting in Reference<> ...Shauren
2024-07-12Core/Instances: New ZoneScript hook - OnCreatureGroupDepletedShauren
2024-06-30Core/Maps: Implemented BoundaryIntersectionBoundaryModoX
2024-05-16Core/Maps: Fixed manual spawn groups being automatically spawned by conditionsShauren
2024-03-28Core/Battlegrounds: Move to scripts (#29799)Jeremy
2024-03-26Core/Maps: Initialize instance faction using group leader (if available) inst...Shauren
2024-03-15Core/Logging: Improved generated code for log statements (length of text is c...Shauren
2024-03-14Core/Scripts: Removed script calls from constructors and destructorsShauren
2024-03-14Core/Objects: Added ToWorldObject and ToItemShauren
2024-03-14Core/Objects: Rename Object::m_isWorldObject and related functions to avoid c...Shauren
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