aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Battlegrounds
AgeCommit message (Collapse)Author
2025-11-23Scripts/Misc: Replace manual jumps with proper spells (or non-jump movement ↵Shauren
where there should be no jumps)
2025-11-22Scripts/Battlegrounds: Correct Isle of Conquest catapult launch movementShauren
2025-11-02Scripts/Arenas: Implement Black Rook Hold Arena (#31430)Jeremy
2025-11-02Scripts/Arenas: Implement Tiger's Peak (#31436)Jeremy
2025-11-02Scripts/Arenas: Implement Tol'Viron Arena (#31437)Jeremy
2025-10-31Scripts/Arenas: Implement Ashamane's Fall (#31410)Jeremy
2025-10-31Scripts/Arenas: Implement Nagrand Arena (Legion) (#31406)Jeremy
2025-10-21Scripts/Arena: Fix possible crash in Hook PointModoX
* 480aa30a1efbb6b6ce05aadcaa8724ffae3e3497 followup
2025-10-20Scripts/Arenas: Implement Hook Point (#31384)Jeremy
2025-10-18Scripts/Arenas: Implement Enigma Crucible (#31351)Jeremy
2025-10-18Scripts/Arenas: Implement Nokhudon Proving Grounds (#31345)Jeremy
2025-10-14Core/Entities: Merge duplicate functions calculating relative positions - ↵Shauren
remove CalculatePassengerPosition/CalculatePassengerOffset from TransportBase class
2025-10-04Scripts/Arenas: Implement Cage of Carnage (#31320)Jeremy
2025-10-02Scripts/Arenas: Implement Maldraxxus Coliseum (#31315)Jeremy
2025-10-02Scripts/Arenas: Implement The Robodrome (#31311)Jeremy
2025-09-28Scripts/Arenas: Fix crash when entering MugambalaGolrag
2025-09-28Scripts/Arenas: Rework Dalaran Sewers (#31215)Jeremy
2025-09-27Scripts/Arenas: Implement Mugambala (#31306)Jeremy
2025-09-27Scripts/Arenas: Implement Blade's Edge Arena (Legion) (#31294)Jeremy
2025-09-24Core/Auras: Corrected SPELL_AURA_MOD_HONOR_GAIN_PCT implementation - it ↵Shauren
should only increase honor gains from some sources
2025-09-22Core/AreaTriggers: Implement ↵Meji
AreaTriggerActionSetFlag::DontRunOnLeaveWhenExpiring (#31276)
2025-09-18Scripts/Arenas: Rework Ruins of Lordaeron (#31280)Jeremy
2025-09-14Scripts/Conditions: Add ConditionScript for Shadow Sight in arenas (#31264)Jeremy
2025-06-13Core/Misc: Remove a bunch of code from headersShauren
2025-05-24Battlegrounds/SeethingShore: Fix crash on player logoutGolrag
2025-02-01Scripts/Battlegrounds: Implement Deephaul Ravine (#30393)Jeremy
2025-01-24Core/Objects: Removed type casts before accessing WorldObject::m_Events that ↵Shauren
became unneccessary after moving it from Unit to WorldObject
2024-10-22Scripts/Battleground: Implement Temple of Kotmogu (#30171)Jeremy
2024-09-14Scripts/Battlegrounds: Implement Silvershard mines (#30120)Jeremy
2024-07-10Scripts/Battlegrounds: Implement Seething Shore (#29996)Jeremy
2024-06-21Core/Movement: Allow setting position or object facing targets for jump movementShauren
2024-05-25Core/Players: Allow targeting a specific transport during teleportsGolrag
2024-04-16Scripts/Battlegrounds: Implement Twin Peaks (#29924)Jeremy
Closes #8894
2024-04-02Scripts/Battleground: Implemented Battle for Gilneas (#29877)Jeremy
2024-03-28Core/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