aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-12-15Core/Vehicle: Only interrupt channels with SpellAuraInterruptFlags::Mount ↵ModoX
when entering a vehicle (#29430)
2023-12-15Core/Spells: Implemented SPELL_AURA_MOD_FIXATE (#29488)ModoX
2023-12-14Core/Database: Refactor MySQLConnection constructors and async thread creationShauren
2023-12-14DB/Warrior: Added jump charge params for Heroic LeapNaddley
2023-12-14DB/Boralus: Added some more spawns for Tradewinds MarketNaddley
2023-12-13Core: Update allowed build to 10.2.0.52545ModoX
2023-12-12Update 2023_12_12_02_world.sqlShauren
2023-12-12DB/AreaTrigger: Restore deleted templateMeji
2023-12-12DB/ArathiBasin: Fix areatrigger spawn dataMeji
2023-12-12Scripts/Draenor: Drop unused methodModoX
2023-12-12Core/Locales: Fixed mac buildShauren
Closes #29490
2023-12-12Scripts/Draenor: Implement Altar Altercation quest 34423 (#29440)Aqua Deus
Co-authored-by: ModoX <moardox@gmail.com>
2023-12-12Core/Player: Added helpers to check quest objective statusModoX
2023-12-12Core: Update allowed build to 10.2.0.52485ModoX
2023-12-12Core/Battleground: Rework BattlegroundScore (#29438)Jeremy
2023-12-11DB/Quest: Update remaining cooking and fishing daily questsKelpiesklubhouse
Closes #29483
2023-12-11DB/Boralus: Added Flynn Fairwind at Harbormasters OfficeAqua Deus
Closes #29474
2023-12-11DB/Boralus: Added some spawns for Tradewinds MarketNaddley
2023-12-11DB/Creature: Added creature_template_difficulty data for difficulty id 0ModoX
* and removed some broken data
2023-12-10DB/Creature: Added creature_template_difficulty wdb dataModoX
2023-12-10Scripts/ExilesReach: Fix some cosmetic issues (#29486)Malcrom
* instantly update NPCs for Emergency First Aid after healing them to instantly make them stand * fixed actor guid and conditions for conversation of Finding the Lost Expedition * fixed issue of Won'za/Alaria not laying injured after turning Cooking Meat quest in
2023-12-09Scripts/AzureVault: Implement Telash Greywing encounter (#29469)Naddley
2023-12-08Core/Misc: Minor code modernization - kill std::bindShauren