aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities
AgeCommit message (Expand)Author
2024-11-29Core/Players: Add separate config option for starting money for Death Knight ...Benjamin Jackson
2024-11-20Core/Unit: Fix DualWield Off-hand hit penalty (#30444)CraftedRO
2024-11-19Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...Shauren
2024-11-16Core/Spells: Don't treat pets as permanently crowd controlledShauren
2024-10-28Core/Objects: Eliminate unneccessary temporary objects and double map lookups...Shauren
2024-10-09Core/Objects: Fixed uninitialized variables in FindCreatureOptionsShauren
2024-10-09Core/Objects: Switch to using designated initializers instead of chaining fun...Shauren
2024-10-05Core/Players: Allow delayed teleports to be executed even when not alive (#30...Gildor
2024-10-05Core/Entities: Fixed m_stringIds[0] invalidation when reloading creature_temp...Shauren
2024-10-05Core/Entities: Added possibility to inherit StringIds from other entities (#2...ModoX
2024-10-05Core/Entities: nopch build fixModoX
2024-10-05Core/Entities: Update StringId assignment to use StringIdTypeModoX
2024-10-05Core/Entities: Added GetStringId helper methodsModoX
2024-10-05Core/Objects: Added GameObject type parameter to FindGameObjectOptions (#29356)Jeremy
2024-10-05Core/GameObjects: Added stringid to gameobjectsShauren
2024-10-05Core/Creatures: Implement StringId for Creatures, a custom identifier to make...Seyden
2024-10-05Core/Objects: Implement FindNearestCreatureWithOptions helper function (#28488)Seyden
2024-10-05Core/Object: Implement FindNearestCreatureWithAura (#28410)Teleqraph
2024-10-05Core/Objects: Pass privateObjectOwner guid directly to SummonCreature functionsShauren
2024-10-05Core/Objects: Refactor private object checks into separate functionShauren
2024-10-05Core/Objects: Move personal summon handling from TemporarySummon/GameObject t...Matan Shukry
2024-09-30Core/Objects: Corrected TYPEMASK_SEER value incorrectly changed in 0dcff2624e...Shauren
2024-09-30Core/Units: Fixed crashes in Unit::GetDebugInfo if called in the destructor (...Shauren
2024-09-10Core/Units: Some cleanup in movement packet related functions - try to keep o...Shauren
2024-09-10Core/Player: Refactor talent internal storageShauren
2024-09-10Core/Misc: Reduce differences between branchesShauren
2024-09-09Core/Misc: Reduce differences between branchesShauren
2024-09-09Core/Spells: Remove hardcoded value for dual wield talent removal and handle ...Shocker
2024-09-09Core/Spells: Rename AuraEffect::IsAffectedOnSpell to IsAffectingSpellShocker
2024-07-19Core/DataStores: Removed hardcoded cap for taxi nodes maskShauren
2024-07-14Core/PacketIO: Ported SMSG_GOSSIP_POI, CMSG_GROUP_INVITE and SMSG_GROUP_INVIT...Shauren
2024-07-14Core/Entities: Make ObjectGuid formattable with fmt without using ToString()Shauren
2024-07-08Core/Creatures: Only remove formation movement on formation remove instead of...Shauren
2024-07-08Core/Creatures: Fixed memory leaks in creature formationsShauren
2024-07-08Revert "Core/Creature: Formation reset (#27040)"Shauren
2024-06-27Core/Players: Improve reset spell cooldowns when entering arenas (#30032)Gildor
2024-06-27Core/Player: Fix equipment sets not saving correctlyRoc13x
2024-06-27Core/Misc: Move instance enter times handling from Player to WorldSession.r4dish
2024-06-27Core/Misc: Update instance enter times only when it's really needed.r4dish
2024-06-21Core/Spells: Corrected SpellCastResult values sent on spell interruptsShauren
2024-06-08Core/Auras: Improvements for SPELL_AURA_MOD_FAKE_INEBRIATE handlingr4dish
2024-05-22Core/Players: Fixed integer underflow in Player::UpdateCombatSkillsShauren
2024-05-18Core/Spells: Prevent creatures from being able to cast all their spells while...Shauren
2024-03-17Core/Pets: Fix warlocks pet character selection screen and Soul Shard return ...Gildor
2024-03-14Core/Player: fix incorrect Warrior Block Value calculations (#29767)CraftedRO
2024-03-14Core/Objects: Cook the copied pastaShauren
2024-03-14Core/Objects: Added ToWorldObject and ToItemShauren
2024-03-14Core/Objects: Rename Object::m_isWorldObject and related functions to avoid c...Shauren
2024-03-14Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...Shauren
2024-02-26Core/Units: Fix some cases where server was not sending power updates to clie...Mykhailo Redko