aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-03-14Revert "Core/DataStores: Implemented [] operator on DB2Storage (#20494)"Shauren
This reverts commit c8974a91a6dadaad6985c5a958541a210370eb58.
2021-03-14Core/AdventureJournal: Check if player can access adventure journal with ↵Shauren
ChrClassUIDisplay.db2
2021-03-14Core/AdventureJournal: Fix broken hotfix database structure from ↵Shauren
3addbe7dd418259149c39fc3b9423f7809de696a
2021-03-14Core/AdventureJournal: Handle CMSG_ADVENTURE_JOURNAL_OPEN_QUEST and ↵Osleyder85
CMSG_ADVENTURE_JOURNAL_UPDATE_SUGGESTIONS Merges #26000
2021-03-13Core/Criteria: Implemented ↵Shauren
CRITERIA_ADDITIONAL_CONDITION_COMPLETED_QUEST_OBJECTIVE
2021-03-13Scripts/Spells: Fixed Fingers of Frost proc passiveShauren
Closes #19589
2021-03-12Core/Spells: Check if serverside spells don't overwrite db2 spellsShauren
2021-03-12Core/Spells: Restore serverside spells fuinctionalityShauren
2021-03-11Core/Auras: Remove m_effIndex member of AuraEffect and always take it from ↵Shauren
SpellEffectInfo
2021-03-10Tools/mapextractor: Don't print updating progress % when sending output to ↵Shauren
file instead of console
2021-03-09fixed buildOvah
2021-03-09Core/PacketIO: corrected setting the NowDead field in SMSG_ATTACK_STOPOvah
This fixes a weird facing behavior for creatures which caused them to face to their spawn position when dying instead of facing their current victim's orientation
2021-03-08Scripts/Spells: Minor travel form correctionsShauren
* Added missing visuals when changing forms * Prevent entering flight forms when in combat
2021-03-08Scripts/Spells: Added druid's guardian spell scripts (#26111)Matan Shukry
* Incapacitating Roar * Stampeding Roar * Thrash * Berserk * Brambles * Bristling Fur * Tiger Dash * Galactic Guardian * Earthwarden * Guardian Of The Elune * Tooth and Claw
2021-03-08Core/Conversations: Fill more updatefields with correct dataShauren
2021-03-08Core/PacketIO: Fix structure for SelectedAzeriteEssences and name unknown ↵Shauren
conversation fields
2021-03-07Core/SAI: Don't require BaseObject when creating conversation from smart ↵Matan Shukry
scripts (#26209)
2021-03-06Core/Auras: Convert most rules from Aura::CanBeSaved to a custom spell attributeShauren
2021-03-06Core/Auras: Don't save druid various flight forms to db (#26206)Matan Shukry
2021-03-06Core/Maps: Remove unused codeShauren
2021-03-06Core/SAI: Implement quest source for SAI (#26170)Matan Shukry
2021-03-05Core/Spells Handle auras 328 & 396 (SPELL_AURA_TRIGGER_SPELL_ON_POWER_*)Traesh
2021-03-05Scripts/Spells Refactored dh & dh spells to use the new macros (#26200)Matan Shukry
2021-03-05Core/Spells: Take SPELLMOD_CRIT_DAMAGE_BONUS into account also for healing ↵Robingad
spells (#26151)
2021-03-05Core/Spells: Implemented SPELL_AURA_ALLOW_TALENT_SWAPPING (#26205)Matan Shukry
2021-03-05Scripts/Spells: Improve druid travel form scriptMatan Shukry
2021-03-05Core/Movement: Add trace log message with packet content to movement opcode ↵Matan Shukry
handler
2021-03-05Core/Movement: Don't rely on client for water state detectionMatan Shukry
2021-03-05Core/Movement: Allow entering water from flying mounts and druid flight formMatan Shukry
2021-03-04Scripts/Spells: Fixed various paladin spell scripts and removed outdated onesMatan Shukry
2021-03-04Core/Spells: Moved power cost RequiredAuraSpellID condition checking to make ↵Shauren
sure all overloads of SpellInfo::CalcPowerCost take it into account
2021-03-04Core/Spells: Add Spell::HasPowerTypeCost to check which power types a spell usesShauren
2021-03-04Core/PacketIO: Fix suppressing building SMSG_UPDATE_OBJECT packetsShauren
2021-03-04Core/Spells: Implemented SPELL_EFFECT_PLAY_SCENE_SCRIPT_PACKAGE and ↵Shauren
SPELL_EFFECT_CREATE_PRIVATE_CONVERSATION
2021-03-04Core/Spells: Updated spell effect type definitions to match latest client ↵Shauren
version
2021-03-04Core/SmartScripts: Code cleanupjackpoz
(cherry picked from commit f555a67bf850e1a9659c89551d7bb69cc812f161)
2021-03-04Core/SAI: Add event_parm5 "player only" for EVENT_OOC_LOS and EVENT_IC_LOSKillyana
Closes #21497 (cherry picked from commit 5ad38c31b0ed633555f281318684e57ea5d6dd73)
2021-03-03Core/Commands: Fixed .bnetaccount gameaccountcreate command generating too ↵Shauren
long passwords
2021-03-03Core/AuctionHouse: Fix overflow in item ordering. (#26196)MaxtorCoder
2021-03-02Core/Spells: Fixed calculation spell optional power cost when any modifiers ↵Shauren
are applied
2021-03-02Core/Spells: Refactor Player::ApplySpellMod to take SpellInfo argument ↵Shauren
instead of just spell id
2021-03-02Core/Spells: Refactor getting spell mod values to separate functionShauren
2021-03-02Core/PacketIO: Increase max allowed incoming packet size for CMSG_HOTFIX_REQUESTShauren
2021-03-01Core/Criteria: Always fail ↵Shauren
CRITERIA_ADDITIONAL_CONDITION_USED_LEVEL_BOOST_LESS_THAN_HOURS_AGO Closes #26186
2021-02-28Core/Spells: Implemented spell effect 202 SPELL_EFFECT_APPLY_AREA_AURA_SUMMONSShauren
2021-02-28Core/PacketIO: Use hotfix status enum instead of magic numbers in SMSG_DB_REPLYShauren
2021-02-28Spells/Auras: Dont save SPELL_AURA_BATTLEGROUND_PLAYER_POSITION auras (#26076)Jeremy
2021-02-28Core/Scripts: Add SpellInfo argument to ScriptMgr::ModifySpellDamageTaken ↵Robingad
(#26141)
2021-02-28Core/Spells: Add nullptr itemTarget check in Spell::EffectEnchantItemTmp ↵Robingad
(#26172)
2021-02-28Core/DataStores: Support all new hotfix status valuesShauren