aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Object
AgeCommit message (Expand)Author
2023-05-04Core: Update to 10.1Shauren
2023-04-10Core/Misc: Fix build with libc++Shauren
2023-04-09Core/Units: Calculate HoverHeight from model data (#28899)Meji
2023-04-07Core/Objects: Fixed ObjectGuid equality operator for GCC 10 (completely broke...Shauren
2023-04-06Core/Misc: Modernize code a bit by replacing std::tie with either structured ...Shauren
2023-03-30Core/Creatures: Compute CombatReach and BoundingRadius using DisplayScale (#2...Meji
2023-03-22Core: Update to 10.0.7Shauren
2023-03-17Core/Creatures: Use togglable CREATURE_STATIC_FLAG_4_TREAT_AS_RAID_UNIT_FOR_H...Shauren
2023-03-12Core/Spells: Allow implicit targeting of serverside WorldObjects (#28827)Meji
2023-02-25Partial revert of "Core/Spells: Moved SpellVisual functions from Unit to Worl...Shauren
2023-02-05Core/Objects: Move EventProcessor update to WorldObject::UpdateShauren
2023-01-28Core: Updated to 10.0.5Shauren
2023-01-19Core/Scripts: Move EvadeReason outside of CreatureAI classShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-07Core/Misc: Include cleanup, 2023 editionShauren
2022-12-31Core/Maps: Fixed retrieving terrain info when on child mapsShauren
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-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-20Core/Battlegrounds: Made Battleground inherit ZoneScriptShauren
2022-12-19Core/Misc: GCC build fixShauren
2022-12-14Core/Spells: Added custom spell cast argShauren
2022-12-14Core/Spells: Fixed spell effect value truncation when value is a large integerShauren
2022-12-04Core: Updated to 10.0.2Shauren
2022-11-12Core/Movement: Rename splineElevation in MovementInfo to stepUpStartElevation...Shauren
2022-11-06Core/Misc: Added noexcept to move constructors and move assignment operatorsShauren
2022-10-30Core/Object: Implement FindNearestCreatureWithAura (#28410)Teleqraph
2022-10-24Core/Conditions: Add const to condition checking functionsShauren
2022-10-23Core/GameObjects: Implemented AllowMultiInteract for GAMEOBJECT_TYPE_GOOBERShauren
2022-10-22Core/GameObjects: Implemented gathering nodes (gameobject type 50)Shauren
2022-10-21Core/GameObjects: Implemented per player gameobject state and visibility for ...Shauren
2022-10-18Core/Creatures: Correct UNIT_DYNFLAG_TAPPED visibility logicShauren
2022-10-17Core/Loot: Implemented personal loot and tag sharing for non-boss lootShauren
2022-10-13Core/PacketIO: Use ByteBuffer from UpdateData instead of copying to it after ...Gosha
2022-10-07Core/Objects: Fix flags overflow for InvisibilityType because TOTAL_INVISIBIL...Gosha
2022-10-01Core/Units: Set UNIT_FLAG2_*_AOI dynamically according to the VisibilityDista...Meji
2022-09-01Core/Loot: Allocate Loot separately from objectsShauren
2022-07-31Core/PacketIO: Updated packet structures to 9.2.7Shauren
2022-08-13Core/Misc: Refactor some updatefield constant creation code to work around ms...Shauren
2022-07-29Core/Scripts: Added CalcCastTime spell script hookShauren
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
2022-07-19Core/Battlefields: Refactor Battlefield creation to be linked to host map cre...Shauren
2022-07-18Core/OutdoorPvP: Refactor OutdoorPvP creation to be linked to host map creati...Shauren
2022-07-17Core/Players: Cleaned some old updatefield definitions and updated values for...Shauren
2022-07-17Core/Players: Fixed ExploredZones size and PLAYER_EXPLORED_ZONES_SIZE desyncShauren
2022-07-03Core/Creatures: Implemented sending different creature id for summoner (#28066)Teleqraph
2022-06-17Core/Spells: Corrected unit flag checked with SPELL_ATTR6_CAN_TARGET_UNTARGET...Shauren