aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-01-01Core/Battlegrounds: Rework Alterac Valley (#29530)Jeremy
2024-01-01Core/Player: Added Player::SkipQuests helper to skip quests (without rewards)ModoX
2024-01-01Scripts/DunMorogh: Implement Quest "Decontamination" (#29542)Naddley
2024-01-01Scripts/DunMorogh: Implemented Rockjaw Invader spawning for Joren Ironstock ↵Malcrom
(#29519) Co-authored-by: ModoX <moardox@gmail.com>
2024-01-01Scripts/Durotar: Implemented several Darkspear Training Grounds quests (#29507)Malcrom
* The Basics: Hitting things * Proving Pit * added start quest for monks * also fixed Zuni spawn * also fixed cosmetics for Tiki Targets * also fixed questchains of all classes up to Darkspear Hold
2024-01-01Core/Unit: Restore function of HandleKillPlayer after ↵ModoX
bf107e0581c58f767b21f15fe7f75cb7eac95d97 * also fix build
2024-01-01Core/Battleground: Changed HandleKillUnit hook to accept any Unit* as killerJeremy
2024-01-01Core/Battleground: Moved DoAction hook to ZoneScriptJeremy
2024-01-01Core/Waypoints: Also facing when orientation is set and node is last of pathModoX
2024-01-01Core/Player: Rename GetQuestSlotObjectiveData to GetQuestObjectiveDataModoX
2023-12-31Core/Misc: Fixed a bunch of uninitialized class fieldsShauren
2023-12-31Core/Conversation: Log error if conversation is started multiple timesModoX
2023-12-31Core/Quests: Removed slow queries from daily and weekly resetsShauren
Closes #29146
2023-12-31Scripts/Stormwind: Implement Quest "Battle for Azeroth: Tides of War" (#29493)Naddley
2023-12-30Core/AreaTrigger: Fallback to CreateProperties script, if ScriptName of ↵ModoX
static areatrigger is not provided
2023-12-30Core/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-30nopch fixShauren
2023-12-30Core/Quests: Implemented QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM that makes ↵Shauren
required items not be stored in inventory
2023-12-29Core/Maps: Cleaned up incorrect error logShauren
2023-12-29Core/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-29Core/Maps: Properly set initial spawn group state for groups that have ↵Jeremy
conditions (#29509)
2023-12-29Core/Database: Fixed a shutdown crash happening if worldserver did not fully ↵Shauren
start up (for example applying a db update failed)
2023-12-28Core/Spells: Clean up some gameobject types in EffectOpenLock (#29532)Jeremy
2023-12-28Fix bfbda8dcce8d19dda0ee3d8f96d176901902e102Shauren
2023-12-28Core/Creatures: Refactor CreatureEliteType (#29525)Teleqraph
* Turn into enum class with official names
2023-12-27Scripts/ExilesReach: Implemented Taming the Wilds (#29523)Malcrom
2023-12-27Core/Database: Replace union with std::variant in TransactionShauren
2023-12-26Build fixShauren
2023-12-26Core/Bnet: Implemented new SRP6 variants, and migrate old sha_pass_hash in ↵Shauren
battlenet_accounts to separate salt and verifier columns * passwords can now be case sensitive and up to 128 characters long
2023-12-25Scripts/Halls of Origination: modernized creature accessing via data typeOvahlord
2023-12-25Scripts/Halls of Origination: implemented Lift of the Maker's console to ↵Ovahlord
allow players to control the elevator to reach the 2nd floor after defeating Anraphet or Earthrager Ptah
2023-12-25Scripts/Halls of Origination: modernized scripting models to current standardOvahlord
* dropped a deprecated hack spellscript from Anraphet
2023-12-25Scripts/Halls of Origination: updated boss state and npc enums to current ↵Ovahlord
standard
2023-12-24Core/Common: fixed nopch build for msvc compilers (#29516)Ovahlord
2023-12-24Scripts/Vortex Pinnacle: implemented Slipstreams and shortcutsOvahlord
2023-12-23Core/Accounts: Migrate RA credentials checking to use AccountMgr instead of ↵Shauren
copying its logic
2023-12-23Scripts/ExilesReach: Implemented Enhanced Combat Tactics and Northbound (#29487)Malcrom
2023-12-22Core/Maps: Fixed pathgenerator always returning NAV_GROUND from GetNavTerrainShauren
2023-12-22Scripts/Vortex Pinnacle: added base instance script and definitionsOvahlord
2023-12-22Scripts/Shadowfang Keep: added definitions for the doors and added a comment ↵Ovahlord
regarding their usage
2023-12-22Scripts/Shadowfang Keep: dropped deprecated scripts and updated instance ↵Ovahlord
script and definitions to Cataclysm
2023-12-22Scripts/Deadmines: dropped deprecated scripts and updated instance script ↵Ovahlord
and definitions to Cataclysm
2023-12-22Scripts/Grim Batol: added base instance script and definitionsOvahlord
2023-12-22Scripts/Well of Eternity: fixed a typo in the instance script class nameOvahlord
2023-12-22Scripts/Throne of the Tides: added base instance script and definitionsOvahlord
2023-12-22Scripts/Bastion of Twilight: corrected dungeon encounter data for SinestraOvahlord
2023-12-22Scripts/Hour of Twilight: assign the correct scriptname to the instanceOvahlord
2023-12-22Scripts/Misc: added base instance scripts and definitions for all 4.3 ↵Ovahlord
Cataclysm dungeons
2023-12-22Scripts/Dragon Soul: added base instance script and definitionsOvahlord
2023-12-22Scripts/Misc: added instance scripts and base definitions for all Cataclysm ↵Ovahlord
4.0 raids