| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-02 | Scripts/Commands: Improve .debug arena (#31292) | Jeremy | |
| 2025-09-24 | Core/Auras: Corrected SPELL_AURA_MOD_HONOR_GAIN_PCT implementation - it ↵ | Shauren | |
| should only increase honor gains from some sources | |||
| 2025-09-14 | Scripts/Conditions: Add ConditionScript for Shadow Sight in arenas (#31264) | Jeremy | |
| 2025-09-14 | Core/Scripts: Use std::string_view to find script id from script name | Shauren | |
| 2025-08-10 | Core/Arenas: Allow queueing for rated arenas (#31148) | Jeremy | |
| 2025-07-11 | Core/Groups: Use iterators instead of raw LinkedListElement to interact with ↵ | Shauren | |
| group members | |||
| 2025-07-05 | Core/Gossip: Track started interaction types and reset only questgiver on ↵ | Shauren | |
| quest accept Closes #31120 | |||
| 2025-06-18 | Core: Updated to 11.1.7 | Shauren | |
| 2025-06-13 | Core/Scripts: Mark script base class constructors noexcept | Shauren | |
| 2025-06-10 | Core/Misc: Kill copy/move constructors for singleton classes | Shauren | |
| 2025-02-09 | Core/Misc: Reduce code differences between branches | Shauren | |
| 2025-02-07 | Core/Battlegrounds: Fixed invalid reference to temporary | Shauren | |
| 2025-02-05 | Core/Misc: Reduce code differences between branches | Shauren | |
| 2024-12-31 | Core/Misc: Include cleanup - remove MapUtils.h from Containers.h | Shauren | |
| 2024-09-14 | Scripts/Battlegrounds: Implement Silvershard mines (#30120) | Jeremy | |
| 2024-08-02 | Core/DataStores: Updated to 11.0.0 | Shauren | |
| 2024-05-25 | Core/Players: Extended world_safe_locs with transport guid - this allows ↵ | Golrag | |
| teleporting to a different map directly to a transport and having graveyards on transports | |||
| 2024-05-12 | Core/Criteria: Implemented CriteriaType ParticipateInArena (#29973) | Antonio Martín Berti | |
| 2024-03-28 | Core/Battlegrounds: Move to scripts (#29799) | Jeremy | |
| * Introduce new BattlegroundScript class for map/bg specific scripts * Remove all sub, zone specific, battleground classes except Arena * Move all bg zone scripts to new BattlegroundScripts class in script folder * Remove ZoneScript from Battleground class * Remove some unused hooks from Battleground | |||
| 2024-03-24 | Core/Players: Slightly improve neutral player faction support | Shauren | |
| 2024-03-13 | Core/Misc: Use our new unique_trackable_ptr for various classes exposed to ↵ | Shauren | |
| scripts (not actually used anywhere currently) | |||
| 2024-02-26 | Core/Battlegrounds: Isle of Conquest Rework (#29687) | Jeremy | |
| 2024-02-23 | Core/Battlegrounds: Move some areatrigger handling to scripts (#29700) | Jeremy | |
| 2024-01-27 | Core/Battlegrounds: Strand of the Ancients Rework (#29576) | Jeremy | |
| 2024-01-27 | Core/Battlegrounds: Added OnMapSet hook | Jeremy | |
| 2024-01-25 | Core/PacketIO: Handle QueryCountdownTimer (#29539) | Jeremy | |
| * Add it to battleground * Base implementation countdowns in Group * Fix timer sync between groups in battlegrounds | |||
| 2024-01-01 | Core/Battlegrounds: Rework Alterac Valley (#29530) | Jeremy | |
| 2024-01-01 | Core/Unit: Restore function of HandleKillPlayer after ↵ | ModoX | |
| bf107e0581c58f767b21f15fe7f75cb7eac95d97 * also fix build | |||
| 2024-01-01 | Core/Battleground: Changed HandleKillUnit hook to accept any Unit* as killer | Jeremy | |
| 2024-01-01 | Core/Battleground: Moved DoAction hook to ZoneScript | Jeremy | |
| 2023-12-30 | Core/AreaTriggers: Refactor (#29500) | Meji | |
| * Moved IsServerside to custom flags * Flags moved from areatrigger_template to areatrigger_create_properties * New field to create custom CreateProperties (IsCustom) * New field to reference custom areatriggers (IsAreatriggerCustom) * Moved fields for shape data to areatrigger_create_properties | |||
| 2023-12-29 | Core/Battlegrounds: Clean up some Team/TeamId parameters to use enums ↵ | Jeremy | |
| instead of raw integer types (#29535) * Fix criteria data type bg loss team score | |||
| 2023-12-12 | Core/Battleground: Rework BattlegroundScore (#29438) | Jeremy | |
| 2023-10-12 | Core/Battlegrounds: Rework Eye of the Storm (#29351) | Jeremy | |
| 2023-10-03 | Core/GameObject: Implement ControlZone gameobject type (#29320) | Jeremy | |
| 2023-09-25 | Core/Achievements: Fixed achievement criteria StartEvent and FailEvent | Shauren | |
| * Criteria using StartEvent cannot be updated without that event triggering first (not only for timed achievements) * Implemented most StartEvent and FailEvent types * Fixed saving criteria removed by RemoveCriteriaProgress | |||
| 2023-09-03 | Core/Auras: Defined and implemented new aura interrupt flags | Shauren | |
| 2023-08-29 | Core/Battlegrounds: Implemented BfA Warsong Gulch (#29247) | Jeremy | |
| 2023-08-26 | Core/Battlegrounds: Rework queues (#29200) | Jeremy | |
| * No more copies of Battleground classes * FreesSlotQueues now have as key the MapId instead of queue id * Random queues can now popup already busy specific battelgrounds (queues are NOT merged) * Removed Holiday handling, this should already be handled in BattlegroundMgr::IsBGWeekend | |||
| 2023-08-24 | Core/Misc: Modernize comparison operators | Shauren | |
| 2023-08-23 | Core/Arena: Correctly update the stats of the members of each team when the ↵ | Gildor | |
| week ends and the arena points are distributed. (#28812) (cherry picked from commit 70b483aae4aefc581f5099b3d41b24c9e4bb1d98) | |||
| 2023-08-07 | Core/Misc: Turn ChrSpecialization into enum class | Shauren | |
| 2023-07-30 | Battlegrounds/Buffs: Rework using areatriggers (#29171) | Jeremy | |
| * Rework GameObject trap handling for buffs (removed radius hack) * Add script for Old AreaTriggers * Add script for new AreaTriggers * Spawn AreaTriggers in Arathi Basin | |||
| 2023-07-20 | Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159) | Teleqraph | |
| Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
| 2023-07-12 | Core: Update to 10.1.5 | Shauren | |
| 2023-07-05 | Core/Battlegrounds: Implement Arathi Basin from Battle for Azeroth (#28369) | Jeremy | |
| Co-authored-by: ModoX <moardox@gmail.com> | |||
| 2023-06-08 | Core/Spells: Always remove spell target from transport on teleport spells if ↵ | Shauren | |
| spell destination does not target a position on the transport | |||
| 2023-05-13 | Core/Battlegrounds: Correct distance check in ↵ | DeadMouse | |
| HandleAreaSpiritHealerQueryOpcode and HandleAreaSpiritHealerQueueOpcode. (#28979) | |||
| 2023-05-09 | Core/Battlegrounds: Moved AreaSpiritHealer resurrection handling to ↵ | Jeremy | |
| respective npc flags (#28508) * UNIT_NPC_FLAG_AREA_SPIRIT_HEALER * UNIT_NPC_FLAG_2_AREA_SPIRIT_HEALER_INDIVIDUAL | |||
| 2023-05-06 | Core/Auras: Implement SpellAuraInterruptFlags2::EndOfEncounter (#28939) | Teleqraph | |
| Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
