aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Unit
AgeCommit message (Expand)Author
8 daysCore: Updated to 11.2.7Shauren
2025-12-07Core/Entities: Remove Object::m_objectType member and replace it with global ...Shauren
2025-11-28Core/Auras: Enable DoEffectCalcDamageAndHealing aura script hook for initial ...Shauren
2025-11-28Core/Auras: Implement absorb scaling with attack power (#31405)Shauren
2025-11-27Core/Auras: Implement basic absorb scaling with spellpower (#31405)Cristian Vintila
2025-11-18Core/Movement: Use MotionMaster::MoveKnockbackFrom for creatures hit by SPELL...Shauren
2025-10-29Core/Spells: Name SpellCategoryFlags with official names and implement ResetC...Aqua Deus
2025-10-26Core/Creatures: Fix floating corpsesShauren
2025-10-26Core/Units: Fix movement status altering packets being sent to wrong unitsShauren
2025-10-16Core/Spells: Fix teleports within transports (like Blink)Shauren
2025-10-14Core/Entities: Merge duplicate functions calculating relative positions - rem...Shauren
2025-10-10Core: Updated to 11.2.5.63704Shauren
2025-09-25Core/Units: Remove unused argument from Unit::SetRootedShauren
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