aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-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-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/Battleground: Rework BattlegroundScore (#29438)Jeremy
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-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
2023-11-29Scripts/Spells: Update Anti-Magic Shell script to include versatility (#29468)Aqua Deus
2023-11-28Core/Instances: Prevent sending PendingRaidLock in instances that don't have ↵Shauren
a InstanceScript Closes #29470
2023-11-27Core/Misc: Kill another synchronous db query in packet handlersShauren
2023-11-26Scripts/Conditions: Fallback to other targets to get map if first target is ↵ModoX
invalid * fixes crash in Ulduar when reaching Assembly of Iron / Kologarn / Algalon area
2023-11-26Core/Spells: Pass customArg from missiles to its triggered spellModoX
2023-11-26Core/Creatures: Don't require `creature`.`modelid` to be one of linked ↵Shauren
`creature_template` models
2023-11-25Scripts/HallowsEnd: Implement Children's Costume Aura (#29457)Meji
2023-11-25Core/Units: Update PlayHoverAnim state when flying or hovering (#29434)Meji
2023-11-25Core/Locales: Revert back to using C locale for number formattingShauren
2023-11-25Scripts/Aberrus: Move StringIds of Kazzara Intro trigger npcs to spawn ↵ModoX
instead of template
2023-11-25Core/Spells: Implement spell queue (#29409)Ovahlord
2023-11-24Core/Waypoints: Drop waypoint_scripts table (#29437)ModoX
2023-11-24Core/Locales: Set active code page and locale used by c string functions to utf8Shauren
Closes #29455
2023-11-23Core/Auras: Fixed crash happening when a periodic aura tick triggers ↵Shauren
SPELL_AURA_SPLIT_DAMAGE_PCT Closes #29450
2023-11-22Core/Phasing: Fixed startup crash caused by accessing uninitialized global ↵Shauren
variable Closes #29449
2023-11-21nopch fixShauren
2023-11-21Core/Calendar: Implement different timezone support for ingame calendarShauren
Closes #8390 Closes #29427
2023-11-20Core/Scripts: Add start/fail asset values from criteria to valid game event idsShauren
Closes #29447
2023-11-19Core/CrashHandler: Add a timeout to retrieving windows version from WMIShauren
2023-11-17Tools/Map extractor: Minor optimization in MCNK parsing loop - look up end ↵Shauren
iterator once
2023-11-16Core/Instances: Fixed initializing instance id sequence generatorShauren