aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities
AgeCommit message (Expand)Author
2023-01-20Core/Units: Named new unit flag (enuminfo)Shauren
2023-01-20Core/Units: Named new unit flagShauren
2023-01-19Core/Scripts: Move EvadeReason outside of CreatureAI classShauren
2023-01-19Core/Auras: Fully remove auras that had all of their effect suppressed with i...Shauren
2023-01-19Core/Auras: Fixed possible iterator invalidation crashes caused by calling Up...Shauren
2023-01-15Core/Objects: Call base class Update function for Unit and GameObject (curren...Shauren
2023-01-12Core/Creatures: Split creature_addon and creature_template_addon's byte colum...Ovahlord
2023-01-12Core/Player: Vertical "Say" distance (#28544)Badgersson
2023-01-12Core/Units: ensure that we use valid iterators when providing spell Ids in Un...Ovahlord
2023-01-12Core/GameObjects: Use serverOnly property of GameObjectTemplate for all types...Shauren
2023-01-12Core/Units: Fixed crash happening whenall tappers of a creature are logged ou...Shauren
2023-01-11Core/Units: Removed duplicate call to WorldObject::UpdatePositionData (#28731)Gosha
2023-01-09Core/Creatures: Restore IsMovementPreventedByCasting logic for casting units ...ModoX
2023-01-09Core/Creatures: Fix IsMovementPreventedByCasting logic (#28551)Meji
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-07Core/Misc: Include cleanup, 2023 editionShauren
2023-01-06Core/Utils: Replace boost flat_set with our ownShauren
2023-01-06Core/Misc: Add missing Containers.h include where neccessaryShauren
2023-01-04Core/Quests: Set QuestGiverCreatureID for QuestGiverQuestDetails packet (#28655)Meji
2023-01-02Core/Characters: Added Dracthyr Evoker creation data (#28624)fluxurion
2023-01-01Core/Scene: Fixed OnSceneComplete and OnSceneCancel handlingModoX
2023-01-01Core/Players: Fixed finding trainer id from gossip menus (#28648)fluxurion
2023-01-01Core/Misc: Fixed deprecation warnings for c++20Shauren
2022-12-31Core/Maps: Fixed retrieving terrain info when on child mapsShauren
2022-12-31Core/Players: Fixed crashes when accessing ActivePlayerData::PvpInfoShauren
2022-12-30Core/Objects: Replace IsWithinDistInMap with IsWithinDist in grid searchers t...Shauren
2022-12-30Core/Objects: ignore database visibility conditions for personal clones (#28548)Seyden
2022-12-30Core/Auras: Fixed iterator invalidation crash in Unit::CalcHealAbsorb (#28515)Seyden
2022-12-30Core/Auras: Implemented SPELL_AURA_MOD_ROOT_DISABLE_GRAVITY (#28517)Teleqraph
2022-12-30Core/Auras: Implemented SPELL_AURA_MOD_STUN_DISABLE_GRAVITY (#28511)Teleqraph
2022-12-29Core/Spells: Implemented SPELL_EFFECT_GIVE_EXPERIENCE and SPELL_EFFECT_GIVE_R...Shauren
2022-12-28Core/Gossip: Move setting ActionMenuID and ActionPoiID directly into GossipMe...Shauren
2022-12-27Core/Creatures: Implement StringId for Creatures, a custom identifier to make...Seyden
2022-12-26Core/Objects: Implement FindNearestCreatureWithOptions helper function (#28488)Seyden
2022-12-25Core/Phasing: Reduce differences between branches in GridNotifiersShauren
2022-12-22Core/Creatures: Implemented AttackableBySummoner summon properties flag (#28489)Seyden
2022-12-22Core/GameObjects: Update spawn group conditions immediately after battlegroun...Jeremy
2022-12-21Core/Conversations: Allow delaying starting conversations (#28545)Seyden
2022-12-20Core/GameObjects: Unlink loot from gameobject before deleting itShauren
2022-12-20Core/Battlegrounds: Made Battleground inherit ZoneScriptShauren
2022-12-19Core/Misc: GCC build fixShauren
2022-12-18Core/Units: Implemented UNIT_VIS_FLAGS_INVISIBLE (#28448)Meji
2022-12-17Core/Creatures: Never enable gravity for creatures that can only fly (#28411)Meji
2022-12-17Core/Players: Implemented setting tradeskill recipes as favoriteShauren
2022-12-17Core/Items: Dropped deprecated ItemFlag2 ITEM_FLAG2_DONT_IGNORE_BUY_PRICE (#2...ModoX
2022-12-17Core/Misc: Updated default expansion to 9Shauren
2022-12-16Core/Players: Implemented new talent systemShauren
2022-12-15Core/Players: Don't remove unlearned spells from action barsShauren
2022-12-14Core/Spells: Added custom spell cast argShauren
2022-12-14Core/Spells: Fixed spell effect value truncation when value is a large integerShauren