aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities
AgeCommit message (Expand)Author
2021-05-06Core/Player: fix issue with SendLoot when using Disarm Trap at maximum rangeariel-
2021-05-05Core/PacketIO: Fixed combat log packets not being sent to selfShauren
2021-05-03Core/Auras: Add missing SPELL_AURA_COMPREHEND_LANGUAGE check for serverside c...Shauren
2021-05-03Core/Chat: Chat translation improvementsShauren
2021-05-03Core/Chat: Allow incorrect spell/skill language assignments to mirror client ...Shauren
2021-05-03Core/Chat: Apply chat translation also to messeges sent to selfShauren
2021-05-03Core/Chat: Apply language translations to creature chatShauren
2021-05-03Core/Chat: Load chat language data from db2 and implement serverside chat tra...Matan Shukry
2021-05-01Core/Grids: Move packet sending functionality out of MessageDistDeliverer and...Shauren
2021-04-30Core/Grids: Allow customizing packets sent with MessageDistDeliverer and Mess...Shauren
2021-04-29Core/Spells: Only interrupt spells with interrupt flag Combat when spell also...Shauren
2021-04-27Core/Entities: fix crashariel-
2021-04-27Core/AI: Kick Gossip functions upstairs, from UnitAI to CreatureAI - they onl...Treeston
2021-04-27Core/Conversations: Fix conversation data handling (#26375)funjoker
2021-04-22Core/Spells: Removed extra health from feed pet (#26305)Matan Shukry
2021-04-21Core/Items: Equipping rings/trinkets/weapons by right clicking them in bags w...Shauren
2021-04-21Core/Items: Don't update average item level when obtaining/destroying non-equ...Shauren
2021-04-21Core/Items: Calculating item level + organized iterating over items (#26276)Matan Shukry
2021-04-18Core/PacketIO: Implemented SMSG_SPELL_ABSORB_LOGShauren
2021-04-17Core/Auras: Implemented SPELL_AURA_SCHOOL_ABSORB_OVERKILL (#26269)Matan Shukry
2021-04-16Core/AI: Some more refactoring prep for #19930. CreatureAI::EnterCombat is no...Treeston
2021-04-16[3.3.5] CastSpell unclusterfucking (that's a word now) (#21123)Treeston
2021-04-15Core/Entities: Fix some weird movement due to los issues (#21125)Jeremy
2021-04-15Core/Misc: Fix static analysis issuesjackpoz
2021-04-15Core/Misc: Replace time(NULL) with GameTime::GetGameTime()jackpoz
2021-04-15Core/Spell: implement SPELL_FAILED_AURA_BOUNCED on DR spellsariel-
2021-04-15Core/Creatures: fixed school immunity unapply when updating entry and unified...ariel-
2021-04-15Core/Creature: implement school immunity for creatures in creature_template (...Wyreth
2021-04-15Core/Unit: make neutral guards attack players involved in PvPLéo Gautheron
2021-04-14Core/Spells: Fixed spell channel object selectionShauren
2021-04-13Core/Cheats: Power - set max power on all powers initially + on regenerate (#...Matan Shukry
2021-04-11Core/Quests: Show quest details windows if there's only one quest in gossip m...Matan Shukry
2021-04-11Script/Spells: shaman spell fixes (#26192)Matan Shukry
2021-04-09Core/DataStores: Updated db2 structures to 9.0.5Shauren
2021-04-09Core/PacketIO: Updated packet structures to 9.0.5Shauren
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/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 t...Matan Shukry
2021-03-28Core/Players: Fixed regenerating powers with CenterPower regen (#26308)Matan Shukry
2021-03-28Core/Loot: Properly clear tracked looted objects with item lootShauren
2021-03-28Core/Spells: Implement SPELL_EFFECT_TELEPORT_TO_RETURN_POINT (#26217)Matan Shukry
2021-03-25Core/Script: Implement CalcCritChance hooks for spell and aura scripts (#26116)Robingad
2021-03-25Core/PacketIO: Fixed building SMSG_UPDATE_OBJECT for array fields sharing the...Shauren
2021-03-24Core/Spells: Defined and implemented new spell interrupt flagsShauren
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 f...Shauren