aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-06Scripts/Spells: Implement Titanium Seal of Dalaran (#30291)Odyssey
2024-10-05Core/Players: Allow delayed teleports to be executed even when not alive (#30...Gildor
2024-10-05Player/Emotes: Fix infinite dance and read map animationDekadence
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/Objects: Unify GameObjectSearcher, UnitSearcher, CreatureSearcher and Pl...Shauren
2024-10-05Core/Objects: Unify WorldObjectSearcher classes into one common implementationShauren
2024-10-05Core/Creatures: Fix logic when searching for nearby creatures by StringId (#2...Odyssey
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-10-03Core/Players: Prevent creation of characters with duplicate namesShauren
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-23Core/Maps: Do not allow entering an instance if the player is not alive and d...Gildor
2024-09-12Core/Commands: Improve wp event command (#30226)Gildor
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-09-09Core/Spells: Allow SPELL_AURA_SET_VEHICLE_ID to be used on creatures tooShocker
2024-09-02Core/Spells: Fixed spell target selection not being shared by multiple effect...Shauren
2024-08-30Core/Client Builds: Sync build_info structure with master branchShauren
2024-08-26Core/Misc: Reserve trinity_string id for master branchShauren
2024-08-16Core/GameEvent: Fix game event end time duration overwriting (#30165)Gildor
2024-08-06Core/Calendar: Fix queryShauren
2024-07-19Core/DataStores: Removed hardcoded cap for taxi nodes maskShauren
2024-07-16Core/GroupHander: Simplify 5e95f4db66aad68b67db351605cddf37cc5cdcb9Shauren
2024-07-16Core/GroupHander: Check if player is in a group for `CMSG_REQUEST_PARTY_MEMBE...Benjamin Jackson
2024-07-15Core/Instances: Fix not being able to resurect at the instance entrance under...CraftedRO
2024-07-14Core/PacketIO: Ported SMSG_GOSSIP_POI, CMSG_GROUP_INVITE and SMSG_GROUP_INVIT...Shauren
2024-07-14Core/DBLayer: Add field metadata getters to query result classesShauren
2024-07-14Core/Utils: Transform char toUpper/toLower functions into callable function o...Shauren
2024-07-14Core/Entities: Make ObjectGuid formattable with fmt without using ToString()Shauren
2024-07-13Core/Instances: Prevent possible minion crashroc13x
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