aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-12-08Scripts/Spells: Implement Aspect of the Turtle (#29485)Aqua Deus
Closes #19608
2023-12-08Scripts/Spells: Implement Unholy Ground and drop outdated Tightened Grasp ↵Aqua Deus
talent (#29465)
2023-12-08Core/Spells: Fixed target radius calculation for TARGET_DEST_*_RANDOM (#29479)Meji
2023-12-08Scripts/Spells: Implement Blinding Sleet (#29478)Aqua Deus
2023-12-07Core/Auction House: Added missing nullptr check in ↵Shauren
AuctionHouseObject::SendAuctionInvoice
2023-12-06Core/Items: Fixed socket bonus checks (and reduce differences between branches)Shauren
2023-12-05Build: Fixed finding openssl 3.2 on windowsShauren
2023-12-05Core: Update allowed build to 10.2.0.52393ModoX
2023-12-04Core/Players: Learn parent skilllines if they are missing while learning ↵Shauren
child skills Closes #29482
2023-12-03Scripts/Commands: Restore worldserver port output in .server debug (#29466)Odyssey
2023-12-02Core/PacketIO: Fixed server time sent in CalendarRaidLockoutAddedShauren
2023-12-01Core/Misc: Added windows version checks during startup to avoid confusion ↵Shauren
about crashes when running on unsupported OS