aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Object
AgeCommit message (Expand)Author
2024-06-15Core/Object: Added possibility to override sourceLocation for SendPlayOrphanS...ModoX
2024-06-11Core/Spells: Rename more SpellAttr9Shauren
2024-06-10Core/Spells: Implemented SPELL_ATTR9_FORCE_DEST_LOCATIONShauren
2024-05-28Core/PacketIO: Constexpr-ify UpdateMaskShauren
2024-05-27Core/AreaTriggers: Fix triggering of client areatriggers for some shapesMeji
2024-05-08Core: Update to 10.2.7Shauren
2024-05-03Dep/fmt: Upgrade to 10.2.1Shauren
2024-04-26Core/Objects: implement internal heartbeat timer for WorldObjects (#29941)Ovahlord
2024-04-23Core/Movement: Refactor MoveSplineFlag to get rid of undefined behavior (cast...Shauren
2024-04-10Core/Entities: Added possibility to inherit StringIds from other entities (#2...ModoX
2024-04-08Core/Gameobjects: Changed the highlight logic for GAMEOBJECT_TYPE_GATHERING_N...Meji
2024-04-06Core/Scripts: Integrate new ActionResultSetter with movement generators and s...Shauren
2024-04-01Removed unneccessary c_str() from previous commitShauren
2024-03-31Core/Entities: Make ObjectGuid formattable with fmt without using ToString()Shauren
2024-03-28Core/Battlegrounds: Move to scripts (#29799)Jeremy
2024-03-27Core/Conditions: Added CONDITION_SOURCE_TYPE_PLAYER_CONDITION (#29832)Meji
2024-03-24Core/GameObjects: Added dynamic highlight for GAMEOBJECT_TYPE_SPELL_FOCUS (#2...Meji
2024-03-22Core/PacketIO: Fixed player updatefieldsShauren
2024-03-21Core: Updated to 10.2.6.53840Shauren
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-13Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...Shauren
2024-03-07Core/Objects: Keep current WMO info on position updates and use it in party m...Shauren
2024-03-07Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...Shauren
2024-03-03Core/Creatures: Implemented serverside checks for UNIT_FLAG2_INTERACT_WHILE_H...Shauren
2024-03-02Core/PacketIO: Implemented and enabled SMSG_STOP_SPEAKERBOT_SOUNDShauren
2024-02-29Core/Creatures: Allow toggling CREATURE_STATIC_FLAG_4_TREAT_AS_RAID_UNIT_FOR_...Shauren
2024-02-29Core/Creatures: implemented most movement related static flags and migrated e...Ovahlord
2024-02-24Core/Creatures: Implemented UNIT_NPC_FLAG_GOSSIP as viewer dependent and upda...ModoX
2024-02-24Core/Position: Allow constexpr use of PositionShauren
2024-02-19Core/Spells: Implemented SPELL_ATTR8_CAN_HIT_AOE_UNTARGETABLEShauren
2024-02-10Core/Creatures: Set InteractSpellID for npc spellclickShauren
2024-01-25Core/PacketIO: Fixed QuestSession QuestCompleted sizeShauren
2024-01-24Core/PacketIO: Fixed CreateObject packet structure for areatriggersShauren
2024-01-21Core: Updated to 10.2.5Shauren
2023-12-30Core/AreaTriggers: Refactor (#29500)Meji
2023-11-13Core/Objects: Fixed SelectNearestPlayerShauren
2023-11-09Core: Update to 10.2.0Shauren
2023-10-31Build fixShauren
2023-10-31Core/Random: Changed random functions returning doubles to return floatsShauren
2023-10-24Core/Spells: SpellAttr8 fixups - use creator instead of owner for SPELL_ATTR8...Shauren
2023-10-22Core/Spells: Named and implemented most of SpellAttr8Shauren
2023-10-21Core/Spells: Named and implemented most of SpellAttr7Shauren
2023-10-08Core/Objects: Added GameObject type parameter to FindGameObjectOptions (#29356)Jeremy
2023-10-06Core/Objects: Treat areas that have ParentAreaID filled but dont have IsSubzo...Shauren
2023-10-01Core/AreaTriggers: Implement missing functionalityShauren
2023-09-10Core/Pets: Improved pet despawn behavior when mountingShauren
2023-09-07Core: Update to 10.1.7Shauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren