aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Unit
AgeCommit message (Expand)Author
2025-09-03Core/AreaTriggers: Handle exit areatrigger on player map change (#31077)ModoX
2025-08-13Core: Updated to 11.2.0Shauren
2025-07-19Core/Units: Don't change hover anim for vehicle passengers (#31144)BandyscTC
2025-07-13Core/Misc: Move large functions out of header filesShauren
2025-07-11Core/Groups: Use iterators instead of raw LinkedListElement to interact with ...Shauren
2025-06-03Core/Spells: Replace MAX_SPELL_EFFECTS loop limits with correct upper bound d...Shauren
2025-05-23Core/PacketIO: Replace static_asserts with concepts and add them to PacketUti...Shauren
2025-05-21Core/PacketIO: Migration to PacketUtilities bit/string operations part 2Shauren
2025-05-17Core/Auras: Initialize aura spell visual from spell that created it instead o...Shauren
2025-05-10Core/AreaTrigger: Implement AreaTriggerActionSetFlag::DontDespawnWithCreator ...ModoX
2025-04-28Core/Players: Implemented item level based armor damage reduction diminishing...Shauren
2025-04-20Core/Spells: Rename confusing SpellState enum valuesShauren
2025-04-01Core/Units: Fixed offhand melee damageShauren
2025-03-22Core/Auras: Fixed SPELLVALUE_AURA_STACK adding incorrect number of stacks on ...Shauren
2025-03-21Core/Spells: Fixed spells that scale value with master not being affected by ...Shauren
2025-02-25Core/Units: Define new 11.1.0 movement flagsShauren
2025-02-24Core/Units: Refactor GetCastSpellInfo to return values via return value and h...Shauren
2025-02-05Core/Auras: Ensure aura target of SPELL_AURA_TRIGGER_SPELL_ON_POWER_PCT has r...Shauren
2025-02-05Core/Misc: Reduce code differences between branchesShauren
2025-02-02Core/Vehicle: Added RideSpellID field to override npc_spellclick_spells (#30198)ModoX
2025-01-30Core/Spells: Refactor SpellHistory ModifyCoooldowns and ResetCooldowns callba...Shauren
2025-01-27Core/Auras: Fixed SPELL_ATTR1_IMMUNITY_TO_HOSTILE_AND_FRIENDLY_EFFECTS logic ...Shauren
2025-01-09Core/Auras: Make iteration over Aura::GetAuraEffects safe by automatically sk...Shauren
2024-12-31Core/Spells: Split TRIGGERED_IGNORE_POWER_AND_REAGENT_COST into separate POWE...Shauren
2024-12-30Core/Units: Fill CurrentAreaID updatefieldShauren
2024-12-29Core/Units: Added helper methods to cancel mount/shapeshift auras (#30477)Meji
2024-12-27Core/Units: moved melee attack rage generation into Unit::AttackerStateUpdate...Ovahlord
2024-12-21Core/Scripts: Added SpellEffectInfo argument to CalcDamage and CalcHealing sp...Shauren
2024-12-18Core: Updated to 11.0.7Shauren
2024-11-19Core/Auras: Implemented mount equipmentShauren
2024-11-12Core/Misc: Fix some GCC warningsShauren
2024-11-08Core/Auras: Reimplement SPELL_AURA_MOD_ARMOR_PENETRATION_PCT, it is back from...Aqua Deus
2024-10-31Core/Units: only set spellClickHandled to true when spell cast was succesful ...Jeremy
2024-10-30Core/PacketIO: Updated SMSG_UPDATE_OBJECT for 11.0.5Shauren
2024-10-29Core/Objects: Fixup SMSG_UPDATE_OBJECT related refactorsShauren
2024-10-25Core/PacketIO: Move writing data sizes in SMSG_UPDATE_OBJECT to shared functi...Shauren
2024-10-12Core/Auras: Implemented SPELL_AURA_ADV_FLYINGTraesh
2024-10-10Core/Auras: Implemented adv flying speed mod aurasShauren
2024-10-08Core/Units: Fix melee attack victim level calculation (#30329)Jason Dove
2024-10-07Core/Movement: Store adv flying speeds instead of hardcoding them in SMSG_UPD...Shauren
2024-09-29Core/PacketIO: Enable CAN_ADV_FLY opcodesTraesh
2024-09-22Core/Spells: Protect against stack overflows in spell override handlingShauren
2024-09-21Core/Auras: fixed a possible underflow when checking required powers for SPEL...Ovahlord
2024-09-07Core/Auras: Implemented SPELL_AURA_MOVE_SET_CANT_SWIM and related new opcodesShauren
2024-09-01Core/Players: Fixed nested spell overrides (priest Mind Spike)Shauren
2024-08-31Core/Unit: Allow UNIT_FLAG2_FEIGN_DEATH and UNIT_FLAG3_FAKE_DEAD setting in dbModoX
2024-08-16Core: Updated to 11.0.2Shauren
2024-08-05Spells/Auras: Implement SPELL_AURA_ACT_AS_CONTROL_ZONE (#30083)Jeremy
2024-08-02Core/DataStores: Updated to 11.0.0Shauren
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren