aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
5 daysDB/K'aresh: Added Om'sirik <Renown Quartermaster>Shauren
6 daysScripts/ShrineOfTheStorm: Implement Tidesage Council encounter (#31187)Aqua Deus
6 daysCore/AreaTriggers: Implement ↵Meji
AreaTriggerActionSetFlag::DontRunOnLeaveWhenExpiring (#31276)
6 daysCore/Network: Minor include cleanup in SocketConnectionInitializer related filesShauren
6 daysCore/Network: Implement connect operations in Socket classShauren
8 daysCore/Objects: Preserve phaseUseFlags, terrainSwapMap, ScriptName and ↵Shauren
StringId columns when saving creature and gameobject spawns in database Closes #31291
8 daysCore: Fix clang build on windowsShauren
8 daysCore/Players: Implement SetToMaxOnInitialLogIn power flag (#31263)Aqua Deus
8 daysScripts/DarkmaulCitadel: Implement Tunk encounter (#31195)Aqua Deus
8 daysCore/Network: Fix logic mistake with RBAC_PERM_SKIP_CHECK_OVERSPEED_PING, ↵Shauren
fixes getting kicked while pausing worldserver under debugger
8 daysDB/Valdrakken: Added graveyardnotwonderful
Closes #31289
9 daysCore: Updated allowed build to 11.2.0.63305Shauren
9 daysScripts/Spells: Implement hunter talent Lock and Load (#31258)Aqua Deus
9 daysScripts/Spells: Implement mage talent "Heat Shimmer" (#31257)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
9 daysDB/Misc: Fix guid range for "Save Who We Can" spawnsModoX
* 7f43815c988688a6ab8d9035b044389b20f4ac14 followup
9 daysScripts/Spells: Implement mage talent "Pyrotechnics" (#31254)Aqua Deus
9 daysScripts/Spells: Implement mage talent Hot Streak (#31253)Aqua Deus
Closes #19582
10 daysCore/Spells: Allow spell scripts to access other scripts attached to a spellShauren
10 daysScripts/Drustvar: Implement Quest: "Save Who We Can" (#31278)Naddley
10 daysScripts/Arenas: Rework Ruins of Lordaeron (#31280)Jeremy
10 daysScripts/Spells: Implement mage talent Fiery Rush (#31249)Aqua Deus
10 daysScripts/Spells: Merge spell_mage_wildfire_crit script classesShauren
11 daysDB/Achievements: Added reward mail data for achievement 41888Shauren
13 daysDB/Achievements: Added reward mail data for achievements 41886,41887,40885Shauren
13 daysScripts/Stratholme: Fix Ramstein the Gorger not spawningShauren
13 daysDB/WorldStates: Added new worldstates related to currenciesMeji
13 daysDB/Drustvar: Scripted personal clone event for SmoochumsNaddley
13 daysDB/Drustvar: Added creature loot for Glenbrook Homestead spawnsNaddley
- Watchful Raven - Darkmaw Prowler - Cursed Game-Hawk
13 daysDB/Drustvar: Added spawns for Glenbrook HomesteadNaddley
13 daysDB/Drustvar: Implement Quest: "Teddies and Tea"Naddley
14 daysDB/Drustvar: Added Abby Lewis in Glenbrook HomesteadNaddley
14 daysCore/Spells: Implement mage talent "Wildfire" (#31248)Aqua Deus
Co-authored-by: ModoX <moardox@gmail.com>
2025-09-14Scripts/Conditions: Add ConditionScript for Shadow Sight in arenas (#31264)Jeremy
2025-09-14Core/Scripts: Use std::string_view to find script id from script nameShauren
2025-09-14DB/Misc: 6793390dc4d0bfafdef005f08df8ef714cc3b846 followupMeji
2025-09-13DB/TheJadeForest: Fix misc data for Thunder Hold intro spawnsMeji
2025-09-13Core/AreaTriggers: Use Optional<bool> for speedIsTime argument in movement ↵Shauren
functions
2025-09-13DB/Drustvar: Added a conversation for Evelyn PareNaddley
2025-09-12Core: Updated allowed build to 11.2.0.63163Shauren
2025-09-12Scripts/Drustvar: Implement Timbered Strand shoot Wickerman event (#31170)Naddley
Co-authored-by: ModoX <moardox@gmail.com>
2025-09-12Core/AreaTriggers: Implemented `SpeedIsTime` parameter for areatrigger ↵Shauren
splines and orbit
2025-09-11Core/AreaTriggers: Use named query result for loading areatrigger create ↵Shauren
properties
2025-09-11Core/AreaTriggers: Refactor AreaTriggerShapeInfo to use std::variant instead ↵Shauren
of union
2025-09-11Core/AreaTriggers: Remove unused fields from AreaTriggerCreateProperties and ↵Shauren
merge movement data into a variant
2025-09-11CI/AppVeyor: Switch to boost 1.85Shauren
2025-09-10Core/Spells: Don't set CAST_FLAG_PENDING for spells that have OriginalCastID ↵Shauren
set but no triggered flag * Fixes cast bar and model animations
2025-09-09DB: Add index to quest_trackerShauren
Closes #31241 (cherry picked from commit f9a6d912891294e2b13f18356784f1d94a743586)
2025-09-08DB/Stormwind: Implement Quest "To Be Prepared" (#31266)Roman Perekrestov
Co-authored-by: Naddley <64811442+Naddley@users.noreply.github.com>
2025-09-08Core/Time: Initialize all GameTime fields at server startupShauren
2025-09-08Core/Events: Replace remaining packed time calculations with WowTime classShauren