aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Object
AgeCommit message (Expand)Author
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 and...Shauren
2025-07-02Core/PacketIO: Fixed SMSG_UPDATE_OBJECT BankTabSettings and DeclinedNames str...Shauren
2025-07-01Core/PacketIO: Fixed SMSG_UPDATE_OBJECT ActivePlayerData structureShauren
2025-06-28Core/Objects: Modernize updatefield internals - replace tag dispatch and std:...Shauren
2025-06-28Core/SpawnTracking: Allow linking a spawn to more than one quest objective (#...Meji
2025-06-18Core: Updated to 11.1.7Shauren
2025-06-17Core/Objects: Replace separate x,y,z,o getters for stationary position with s...Shauren
2025-06-08Core/Misc: Kill AnyPlayerInObjectRangeCheck (duplicate of AnyUnitInObjectRang...Shauren
2025-06-04Core/PacketIO: Remove duplicated areatrigger spline packet writerShauren
2025-06-02Core/Misc: Move fmt::formatter forward declaration to a common header to redu...Shauren
2025-05-23Core/PacketIO: Move all packet writing utilities to separate fileShauren
2025-05-21Core/PacketIO: Fixed SMSG_UPDATE_OBJECT structure for OptionalUpdateField<Wor...Shauren
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 o...Shauren
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 minim...Shauren
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 CONDITION_SOURCE_TYPE_OB...ModoX
2025-01-10Core/AreaTriggers: Replace fixed movement times in database for areatriggers ...Shauren
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 un...ModoX
2024-12-22Core/Object: Fixed interaction dynamic flags assignment for GAMEOBJECT_TYPE_S...ModoX
2024-12-18Core: Updated to 11.0.7Shauren
2024-12-18Core/PacketIO: Fixed UF::QuestSession structureShauren
2024-11-23Core/Entities: Make EntityFragmentsHolder more resilient to unexpected inputs...Shauren
2024-11-18Core/GameObjects: Define and use new gameobject dynamic flag to restore old v...Shauren
2024-11-10Core/Position: Position constructor improvementsShauren
2024-11-06Core/PacketIO: Named a bunch of unknown/unused fieldsShauren
2024-11-05Core/Summons: Handle summons using SummonProperties.Control type 5 as vehicle...Meji
2024-11-02Core/PacketIO: Fixed SMSG_UPDATE_OBJECT fragment changes mask initializationShauren
2024-10-30Fix build with old libstdc++Shauren
2024-10-30Core/PacketIO: Updated SMSG_UPDATE_OBJECT for 11.0.5Shauren
2024-10-29Core/Objects: Fixup SMSG_UPDATE_OBJECT related refactorsShauren
2024-10-28Core/Objects: Move UF::UpdateFieldHolder to Object.h and remove owner object ...Shauren