aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Object
AgeCommit message (Expand)Author
2025-02-09Core/PacketIO: Converted BattlegroundPackets to classesShauren
2024-11-19Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...Shauren
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/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-09Core/Misc: Reduce differences between branchesShauren
2024-07-14Core/Entities: Make ObjectGuid formattable with fmt without using ToString()Shauren
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
2023-12-03Core/Misc: PackedGuid refactoring to remove ByteBuffer.h include from ObjectGuidShauren
2023-12-02Core/Calendar: Implement different timezone support for ingame calendarShauren
2023-10-13Core/Object: Remove casts in WorldObject::setActiverobinsch
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-08-12Core/Misc: Include cleanup, 2023 editionShauren
2023-08-12Core/Misc: Fixed deprecation warnings for c++20Shauren
2023-06-04Core/Misc: Remove unwanted position converstions from a single floatShauren
2023-05-07Core/Objects: Removed default argument value from WorldObject::IsNeverVisibleShauren
2023-03-23Warning fixMeji
2023-03-23Core/Spells: Allow implicit targeting of serverside WorldObjects (#28827)Meji
2022-10-11Core/PacketIO: Use ByteBuffer from UpdateData instead of copying to it after ...Gosha
2022-04-06Core/Spells: Increase search radius for avoid problems with some spells that ...Gildor
2022-03-29Core/Units: Reduce differences between branches part 1 - object classShauren
2022-03-29Core/Units: Reduce differences between branches part 1 - unit updatefield acc...Shauren
2022-03-22Core/Object: Fix WorldObject::SetZoneScript unsafe cast to InstanceMap (#27877)HelloKitty
2021-09-16Core/Misc: Rename UNIT_FLAG_TAXI_FLIGHT to UNIT_FLAG_ON_TAXIoffl
2021-09-15Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913)offl
2021-08-31Core/Spells: Spell effect info access refactoring part 3 - removed direct Spe...Shauren
2021-08-29Core/Spells: Spell effect info access refactoring part 2 - passing SpellEffec...Shauren
2021-08-10Core/Game: include addtional parameter in Object::GetPlayerListInGridccrs
2021-08-08Core/Objects: Units possessing another ones must use the detection of the lat...Meji
2021-07-24Core/Spells: defined and implemented SPELL_ATTR7_CANT_DODGE, SPELL_ATTR7_CANT...Gildor
2021-04-25Core/PacketIO: Reduce size of SMSG_UPDATE_OBJECT by trimming trailing zeros i...Shauren
2021-04-11Core/Entities: Move GridObject to its own header (#26358)Jan Van Buggenhout
2021-02-21Core/Maps: Use a fixed offset instead of full collision height when retrievin...Giacomo Pozzoni
2021-01-03Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2020-12-26Core/Spells: Implemented personal summons (#19231) (#25765)Giacomo Pozzoni
2020-09-04Scripts/Obsidian Sanctum: Fix portals not being visiblejackpoz
2020-08-29Core/Misc: Fix issues reported by static analysis (#25351)Giacomo Pozzoni