aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Object
AgeCommit message (Collapse)Author
3 daysCore/PacketIO: Fix DecorStoragePersistedData and HousingDecorData structuresShauren
5 daysCore/Objects: GCC Build fixShauren
Closes #31587
9 daysCore: Updated to 11.2.7Shauren
2025-12-07Core/Entities: Remove Object::m_objectType member and replace it with global ↵Shauren
array lookup (using m_objectTypeId)
2025-11-09Core/Position: Change Position<->G3D::Vector3 conversion functions to be lambdasShauren
2025-10-25Core/Vmaps: Rename VMapManager2 to VMapManagerShauren
2025-10-14Revert "Core/Entities: Fixed relative position calculation formula in ↵Shauren
Position::GetPositionOffsetTo" This reverts commit 069449c5018f72287c20d5962ae64a42602d5d7e. # Conflicts: # src/server/game/Entities/Object/Position.cpp
2025-10-14Core/Entities: Merge duplicate functions calculating relative positions - ↵Shauren
remove CalculatePassengerPosition/CalculatePassengerOffset from TransportBase class
2025-10-12Core/Entities: Fixed relative position calculation formula in ↵Shauren
Position::GetPositionOffsetTo
2025-10-10Core: Updated to 11.2.5.63704Shauren
2025-08-23Core/PacketIO: Fixed updatefields structure for 11.2.0Shauren
2025-08-13Core: Updated to 11.2.0Shauren
2025-08-09Core/Objects: Remove unused code from UpdateField internalsShauren
2025-07-31Core/Objects: Broadcast object destroy packets to players using Far Sight ↵Shauren
and Mind Vision
2025-07-02Core/PacketIO: Fixed SMSG_UPDATE_OBJECT BankTabSettings and DeclinedNames ↵Shauren
structures
2025-07-01Core/PacketIO: Fixed SMSG_UPDATE_OBJECT ActivePlayerData structureShauren
2025-06-28Core/Objects: Modernize updatefield internals - replace tag dispatch and ↵Shauren
std::enable if
2025-06-28Core/SpawnTracking: Allow linking a spawn to more than one quest objective ↵Meji
(#30995)
2025-06-18Core: Updated to 11.1.7Shauren
2025-06-17Core/Objects: Replace separate x,y,z,o getters for stationary position with ↵Shauren
single Position
2025-06-08Core/Misc: Kill AnyPlayerInObjectRangeCheck (duplicate of ↵Shauren
AnyUnitInObjectRangeCheck)
2025-06-04Core/PacketIO: Remove duplicated areatrigger spline packet writerShauren
2025-06-02Core/Misc: Move fmt::formatter forward declaration to a common header to ↵Shauren
reduce number of replacements needed when upgrading fmt to new major version
2025-05-23Core/PacketIO: Move all packet writing utilities to separate fileShauren
2025-05-21Core/PacketIO: Fixed SMSG_UPDATE_OBJECT structure for ↵Shauren
OptionalUpdateField<WorldPackets::Item::ItemInstance> typed fields
2025-05-19Core/Position: Remove Position implicit object slicingShauren
2025-05-17Core/PacketIO: Migration to PacketUtilities bit/string operations part 1Shauren
2025-05-16Core/PacketIO: Move ObjectGuid and Position::PackedXYZ packet functions out ↵Shauren
of ByteBuffer
2025-05-13Core/Misc: Make string and string_view literal suffixes globally availableShauren
2025-05-11Core/Misc: Added new CanSeeOrDetectExtraArgs to CanSeeOrDetect (#30882)Meji
2025-05-06Core/Spells: Implemented new SpellMisc field, MinDuration that controls ↵Shauren
minimum spell missile travel time
2025-04-25Core: Updated to 11.1.5Shauren
2025-04-17Core/Transports: Fixed clientside position of stoppable transportsShauren
2025-04-16Core/Transports: Preserve all dynamicflags for transportsShauren
2025-04-06More nopch build fixesShauren
2025-04-03Core/Spells: Merge Spell::SetSpellValue overloadsShauren
2025-03-12Core/PacketiO: Rename Unk field in SMSG_SPELL_ABSORB_LOGShauren
2025-03-02Core: Updated to 11.1.0Shauren
2025-03-01Core/Objects: Optimize spawn tracking handling in building SMSG_UPDATE_OBJECTShauren
2025-02-02Core/Objects: Make guid generators atomicShauren
2025-01-17Core/Misc: Remove return type std::enable_if based SFINAEShauren
2025-01-10Core/Conditions: Allow conditions for seen object in ↵ModoX
CONDITION_SOURCE_TYPE_OBJECT_ID_VISIBILITY
2025-01-10Core/AreaTriggers: Replace fixed movement times in database for areatriggers ↵Shauren
with speed
2025-01-04Core/Misc: Implemented spawn tracking (#30247)Meji
2025-01-03Core/Objects: Use span/array instead of vector for raw ObjectGuid manipulationsShauren
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-12-22Core/Objects: Allow more specific checks to include or exclude feign death ↵ModoX
units in CreatureWithOptionsInObjectRangeCheck::IsAlive check (#30361) * this also extends SMART_TARGET_CLOSEST_CREATURE dead param
2024-12-22Core/Object: Fixed interaction dynamic flags assignment for ↵ModoX
GAMEOBJECT_TYPE_SPELLCASTER gameobjects Closes #30533
2024-12-18Core: Updated to 11.0.7Shauren
2024-12-18Core/PacketIO: Fixed UF::QuestSession structureShauren