aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-04-12Scripts/Spells: Removed facing requirements from penance healing componentShauren
2021-04-12Spells/Scripts: Updated Gift of the Naaru scriptMatan Shukry
Closes #22468
2021-04-12Core/Auras: FIxed paladin aura stackingShauren
Closes #26125
2021-04-12Core: Fix linking with gcc 8.3Shauren
2021-04-11Core/Quests: Show quest details windows if there's only one quest in gossip ↵Matan Shukry
menu, even if questgiver doesn't have gossip npc flag (#26094)
2021-04-11Core/Spells: Fixed multiple druid's spells (#26223)Matan Shukry
* Tooth And Claw proc correctly (was incorrect attribute) * Tiger Dash will now transform to cat * Travelform doesn't require learning riding skill * Aquatic Form only useable if player has the spell (passive at level 17) * Doesn't allow stag form inside water * Bristling Fur will generate rage based on max rage * Now also removing prowl when cat form is removed
2021-04-11Script/Spells: shaman spell fixes (#26192)Matan Shukry
* Flametongue Weapon * Tremor Totem * Healing Stream Totem * Liquid Magma Totem * Healing Rain
2021-04-10Core/Spells: Update spell cast result enums to 9.0.5Shauren
2021-04-09Core/DataStores: Updated db2 structures to 9.0.5Shauren
2021-04-09Core/PacketIO: Updated packet structures to 9.0.5Shauren
2021-04-06Core/PacketIO: Use new time utilities in packets instead of plain time_t/uint32Shauren
2021-04-06Core/PacketIO: Add new time related utility classes for conversion from ↵Shauren
time_t/std::chrono types
2021-04-06Core/Criteria: Use std::chrono type for CriteriaHandler::SendCriteriaUpdateShauren
2021-04-06Core/Groups: Use std::chrono type for Group::m_readyCheckTimerShauren
2021-04-05Core/Misc: Change all unix time columns in character database to bigint (signed)Shauren
2021-03-28Core/Spells: Implemented SUMMON_PROP_FLAG_PERSONAL_GROUP_SPAWNShauren
2021-03-28Core/Spells: Add missing privateObjectOwner support to Spell::SummonGuardianShauren
2021-03-28Core/Objects: Pass privateObjectOwner guid directly to SummonCreature functionsShauren
2021-03-28Core/Objects: Refactor private object checks into separate functionShauren
2021-03-28Core/Objects: Move personal summon handling from TemporarySummon/GameObject ↵Matan Shukry
to WorldObject and check it using dedicated guid field
2021-03-28Core/Players: Fixed regenerating powers with CenterPower regen (#26308)Matan Shukry
2021-03-28Core/Maps: Refactor duplicated code from all ***CellRelocation and ↵Matan Shukry
CheckGridIntegrity into single templated function (#26231)
2021-03-28Core/Loot: Properly clear tracked looted objects with item lootShauren
Closes #22538
2021-03-28Core/Spells: Implement SPELL_EFFECT_TELEPORT_TO_RETURN_POINT (#26217)Matan Shukry
2021-03-27Core/Vehicles: Named new vehicle seat flag B - passenger mirrors animsСмердокрыл
Closes #23982
2021-03-27Core/Auras: Prevent recursive infinite loops with spell mod auras affecting ↵Matan Shukry
each other (#26165)
2021-03-27Core/Auras: Corrected logic used to determine if a spellmod should affect ↵Shauren
another spell, empty family name or class mask should not apply to any spell
2021-03-25Core/Script: Implement CalcCritChance hooks for spell and aura scripts (#26116)Robingad
(cherry picked from commit AshamaneProject/AshamaneCore@4e0a3f43430342ffe94afa90d2275515d1bf3924)
2021-03-25Core/PacketIO: Fixed building SMSG_UPDATE_OBJECT for array fields sharing ↵Shauren
the same initial bit index after ClearChanged was called on one of them
2021-03-24Core/Spells: Defined and implemented new spell interrupt flagsShauren
2021-03-24Scripts/Spells: Implemented druid eclipse system (#26090)Matan Shukry
2021-03-23Core/Scripts: Implemented new aura script hook OnEnterLeaveCombatMatan Shukry
2021-03-21Core/Units: Corrected values of UnitData::Resistances (should be total value)Shauren
2021-03-21Core/Auras: Implemented aura to increase armor by percentage of primary statMatan Shukry
2021-03-21Core/Players: Added Player::GetPrimaryStat retrieving intended primary stat ↵Shauren
for current specialization
2021-03-21Core/Auras: Defined one more aura type SPELL_AURA_ALLOW_INTERRUPT_SPELL (484)Shauren
2021-03-21Core/Spells: Defined more spell attributesShauren
2021-03-21Core/Auras: Defined and implemented many new interrupt flagsShauren
2021-03-19Core/Spells: Updated spell shapeshift form flags enumShauren
2021-03-16Core/Auras: Update AuraState enum and implement missing new onesShauren
2021-03-16Scripts/Icecrown Citadel: Corrected spell ids used by Professor PutricideShauren
2021-03-16Core/Spells: Fixed startup crash and log any future attempts to apply data ↵Shauren
corrections to nonexisting spell effects
2021-03-15Scripts/Spells: corrections to Death Knight spell Blood Mastery (#26082)Matan Shukry
2021-03-15Core/Spells: Define all spell modifier types and implement ProcCooldown mod ↵Shauren
and PeriodicHealingAndDamage for melee periodic damage
2021-03-15Shared/Metric: Fix crash on shutdownjackpoz
Fix crash on shutdown with metrics enabled but InfluxDB stopping before worldserver (cherry picked from commit 45b2bcfaf266cac74806ed71f32b8dc02cd2321e)
2021-03-15Scripts/Commands: modify command .dismount to target any selected player ↵ForesterDev
(#19788) - change security lvl for command .dismount to 2 (gamemasters). For players there is /dismount command Closes #19788 (cherry picked from commit 661dfee80ec3c56fa3f386d370f41ea7568c7da4)
2021-03-15Core/GameObject: refactor dismounting on useariel-
(cherry picked from commit 98236dfa8846aeea2643deaab5ca86b803e3aee7)
2021-03-15Core/Spells: Fixed Naxx Anub Scarab Summoning Spelljackpoz
Reduce spell radius of 28864 and 29105 from 100 yards to 10 yards to spawn scarabs closer (cherry picked from commit 72e97d330bd4d696255eee7046a27a9f8b3d6ae1)
2021-03-15Core/Spells: allow auras to proc from partial blocksariel-
Closes #21065 (cherry picked from commit 3722a96f4f938a4870f85f2abb1d19be63bf000b)
2021-03-15Core/GameObject: implement dismount on use of certain GOsariel-
- The fact of player dismounting was entirely client-sided, with no server code enforcing it. Closes #19979 (cherry picked from commit 2ce3f3a7b8c6c32c920fe45d27621da390cbc298)