aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-28DB/Durotar: Added vendor items for Torenda and Goratinmalcrom
Closes #29526
2023-12-28DB/Teldrassil: Update quest specialflag for "The Emerald Dreamcatcher"malcrom
Closes #29503
2023-12-28DB/Teldrassil: Update gameobject flag for "Antidote Moonpetal Lily"malcrom
Closes #29504
2023-12-28DB/Conditions: Added target condition for spell 29528malcrom
Closes #29501
2023-12-28DB/NPE: Added loot for Quilboar Briarpatchmalcrom
Closes #29496
2023-12-27Scripts/ExilesReach: Implemented Taming the Wilds (#29523)Malcrom
2023-12-27Core/Database: Replace union with std::variant in TransactionShauren
2023-12-26DB/WinterVeil: Update gameobjects and quests (Dragonflight)Meji
2023-12-26Build fixMeji
2023-12-26DB/Outland: Update difficultiesMeji
2023-12-26DB/Misc: Fix some startup errorsMeji
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-24DB/RBAC: restored the RBAC permission entries for the .instance ↵Ovahlord
set/getbossstate commands
2023-12-24Core/Common: fixed nopch build for msvc compilers (#29516)Ovahlord
2023-12-24DB: corrected file name of the sql file that has been added in ↵Ovahlord
32df6ee550a576b2865613d1f9c3cdce1b3cb63c
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-22CMake: added MySQL 8.2 to FindMySQL cmake macroOvahlord
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
2023-12-21Update allowed build to 10.2.0.52649ModoX
2023-12-21Core/Database: Fixed worldserver hanging if opening a connection to database ↵Shauren
failed
2023-12-20Core/Quests: Fixed accessing freed memory after .reload quest_templateShauren
2023-12-19Core/Crypto: Added SHA 512 definitionsShauren
2023-12-19Core/Units: Allow self inflicted damage to bypass ↵Ovahlord
CREATURE_STATIC_FLAG_UNKILLABLE (#29502)
2023-12-19Core: Update allowed build to 10.2.0.52607ModoX
2023-12-19DB/NPE: Added missing Questgiver spawns after Quilboar Briarpatchmalcrom
Closes #29497
2023-12-19DB/Pool: Added Quest "Stealing From Our Own" to Orgrimmar cooking poolKelpiesklubhouse
Closes #29462
2023-12-18Core/Bnet: Add new loggers to config file template, fixed request/response ↵Shauren
content logging and fixed setting keep_alive on responses
2023-12-17Core/Bnet: Rewrite LoginRESTService using boost::beast instead of gsoap as ↵Shauren
http backend and extract generic http code to be reusable elsewhere
2023-12-16Core/Misc: Minor refactors in BaseEncoding and SslSocket to prepare for ↵Shauren
future bnetserver changes
2023-12-16DB/Phases: Added phase names for Emerald Dream Dragon GlyphsModoX
2023-12-15Core/Database: Replace DatabaseWorker with asio io_contextShauren