aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Instances
AgeCommit message (Expand)Author
2025-11-30Core/Misc: Use std::scoped_lock instead of unique_lock where possible (and ol...Shauren
2025-07-11Core/Misc: Rename LinkedListHead::getSize to size to fit standard container n...Shauren
2025-06-26Core/LFG: Change InstanceScript::UpdateLfgEncounterState to only pass valid d...Shauren
2025-06-26Core/LFG Fix crash on lfg boss killsShauren
2025-06-13Core/Scripts: Mark script base class constructors noexceptShauren
2025-06-13Core/Misc: Remove a bunch of code from headersShauren
2024-11-13Core/JSON: Prevent out of bounds memory accesses in json deserializationShauren
2024-02-14Core/Instances: Added back missing cases to InstanceScript::SendEncounterUnit...Shauren
2023-11-16Core/Instances: Fixed initializing instance id sequence generatorShauren
2023-11-12Core/Achievements: Implemented DefeatDungeonEncounter and DefeatDungeonEncoun...Shauren
2023-11-09Core: Update to 10.2.0Shauren
2023-11-06Core/InstanceScript: Refactored door types to reflect its behavior (#29406)ModoX
2023-09-19Core/Instances: Kill instance_encounters table, it is no longer neccessaryShauren
2023-09-19Core/Instances: Removed deprecated field from InstanceScript (here too)Shauren
2023-09-19Core/Instances: Removed deprecated field from InstanceScriptShauren
2023-09-03Core/Auras: Defined and implemented new aura interrupt flagsShauren
2023-05-06Core/Auras: Implement SpellAuraInterruptFlags2::EndOfEncounter (#28939)Teleqraph
2023-05-06Core/Auras: Implement SpellAuraInterruptFlags2::StartOfEncounter (#28938)Teleqraph
2023-03-21Core/Instances: Fixed not being able to reenter instances that have no encoun...Shauren
2023-03-21Core/Instances: Fixed instance locks being incorrectly found and forcing diff...Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-08Nopch build fixShauren
2022-12-22Core/Instances: Fixed assertion failure with instance id based lockoutsShauren
2022-12-20Core/Battlegrounds: Made Battleground inherit ZoneScriptShauren
2022-10-08Core/Maps: Changed functions checking if map can be entered to use TransferAb...Shauren
2022-10-05Core/Loot: Set loot dungeon encounter id before generatingShauren
2022-10-04Core/Instances: Add instance reset events at lock expirationShauren
2022-10-04Core/Instances: Spawn defeated bosses in instances using loot based locks if ...Shauren
2022-10-04Core/Loot: Send DungeonEncounter id in SMSG_ITEM_PUSH_RESULTShauren
2022-10-04Core/Commands: Restore instance management commandsShauren
2022-10-04Core/Instances: Add prepared statements for InstanceLockMgrShauren
2022-10-04Core/Instances: Add new config options to control the time when both daily an...Shauren
2022-10-04Core/Instances: Sprinkle some thread safety on InstanceLockMgrShauren
2022-10-04Core/Instances: Save instance entrance based on completed encountersShauren
2022-10-04Core/Scenarios: Attempt to restore scenario state from completed encounter infoShauren
2022-10-04Core/Scripts: Save instance data in JSON formatShauren
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-24Core/WorldStates: Implemented setting dungeon encounter world statesShauren
2022-07-24Core/Maps: Removed MapInstanced - no longer neccessary for grid data referenc...Shauren
2022-07-20Core/Maps: Replace some Instanceable() checks with IsDungeon()Shauren
2022-07-17Core/Maps: Made instance_template no longer required to create and enter inst...Shauren
2022-07-07Core/WorldStates: Allow setting "hidden" field of SMSG_UPDATE_WORLD_STATEShauren
2022-06-30Core/WorldStates: Migrate instance script worldstates to new systemShauren
2022-06-24Core/SpawnGroups: Renamed GetSpawnGroupsForInstance and its argument to not c...Shauren
2022-04-24Scripts/Instances: Replace manual criteria timer starts in instances with new...Shauren
2022-04-24Core/Achievements: Implemented criteria flag "Reset on Start" and removed man...Shauren
2022-03-09Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)Mikhail Redko
2022-03-01Core/Maps: add new FLAG_ALLIANCE_ONLY and FLAG_HORDE_ONLY for instance spawn ...Ovah
2022-02-16Core/Maps: Add Map::DoOnPlayers helper function (#25233)Traesh