aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Object
AgeCommit message (Expand)Author
2022-03-08Core/Entities: Move GridObject to its own header (#26358)Jan Van Buggenhout
2022-03-06Core/Maps: Use a fixed offset instead of full collision height when retrievin...Giacomo Pozzoni
2022-02-26Core/GameObjects: Implemented GAMEOBJECT_TYPE_CAPTURE_POINT (#27034)Jeremy
2022-02-25Core/Objects: Add new 9.2 guid typesShauren
2022-02-24Core/PacketIO: Updated packet structures to 9.2.0Shauren
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-02-12Core/Misc: Move (or delete) constructors and destructors to .cpp files (avoid...Shauren
2022-02-08Core/Spells: Pass cast item level to triggered spellsShauren
2022-02-08Core/Objects: Use player as summoner for personal clones (#27716)Seyden
2022-02-07Core/Spells: Implement SPELL_ATTR7_NO_ATTACK_DODGE, SPELL_ATTR7_NO_ATTACK_PAR...Aqua Deus
2022-02-07Core/Creatures: Add summoned creatures to summoners transport (#27708)Seyden
2022-02-05Scripts/Obsidian Sanctum: Fix portals not being visiblejackpoz
2022-02-04Core/Misc: Fix issues reported by static analysis (#25351)Giacomo Pozzoni
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2022-01-29Core/Objects: Don't consider SMSG_UPDATE_OBJECT packets that contain only des...Shauren
2022-01-29Core/Objects: Cleanup SmoothPhasing code - move to separate files and better ...Shauren
2022-01-29Core/Objects: Implement SmoothPhasing part of CreateObject and replacing visi...Seyden
2022-01-29Core/Objects: Properly choose between "Destroyed" or "OutOfRange" during visi...Shauren
2022-01-29Core/Objects: Add overridable function UpdateObjectVisibilityOnDestroyShauren
2022-01-26Core/Misc: Fix static analysis issues (#25194)Giacomo Pozzoni
2022-01-24Core/WorldObject: std::chrono-ify SummonPersonalCloneShauren
2022-01-24Core/WorldObject: Replace non-std::chrono SummonGameObject overloadsCarbenium
2022-01-24Core/WorldObject: Replace non-std::chrono SummonTrigger overloadsCarbenium
2022-01-24Core/WorldObject: Remove non-std::chrono SummonCreature overloadCarbenium
2022-01-24Core/WorldObject: Partially std::chrono-ify SummonCreature overloadsCarbenium
2022-01-23Core/Misc: Replace boost::optional with std::optional part 2Shauren
2022-01-23Core/Misc: Replace boost::optional with std::optional (#25047)Peter Keresztes Schmidt
2022-01-23Core/DataStores: Port refactors from Update DBC field names to generated ones...Peter Keresztes Schmidt
2022-01-21Core/Gameobjects: Improve IsValidAttackTarget faction check for traps that ha...Gildor
2022-01-21Core/Gameobjects: Traps shouldn't ignore IsImmuneToNPC/IsImmuneToPC and IsInS...Gildor
2022-01-19Core/SAI: Support SMART_TARGET_POSITION in SMART_ACTION_BECOME_PERSONAL_CLONE...Shauren
2022-01-18Core/SAI: Add SMART_ACTION_BECOME_PERSONAL_CLONE_FOR_PLAYER (#27581)Seyden
2022-01-12Core/Conditions: Added conditions for object visibility (#27565)ModoX
2022-01-06Entities/WorldObject: Move IsInWorldPvpZone declaration to keep files similar...Shauren
2022-01-06Core/Objects: Add GOSummonType argument to SummonGameObject accepting XYZ arg...NoName
2022-01-04Core/Objects: fixed destination calculation for destination based spells cast...Ovahlord
2022-01-04Core/MMAPs: Adjust walkable climb and fix a lot of mmap raycast issues (#24539)Giacomo Pozzoni
2022-01-01Core/Objects: use the static vmap check in MovePositionToFirstCollision for a...Ovahlord
2022-01-01Core/Objects: further improvements for MovePositionToFirstCollision (#24523)Ovah
2022-01-01Core/Objects: optimize and improve MovePositionToFirstCollision resultsOvahlord
2022-01-01Game/AI: Implement new targettype SMART_TARGET_CLOSEST_UNSPAWNED_GAMEOBJECT (...Rushor
2022-01-01Core/Gameobjects: Improve stealth detection (#24417)Gildor
2022-01-01Core/Objects: cache current liquid status of objects when updating position d...Ovah
2022-01-01Core/Logs: Log full guid instead of just low guid, part 2Giacomo Pozzoni
2021-12-31Core/Logs: Log full guid instead of just low guidGiacomo Pozzoni
2021-12-25Scripts/Spells: Implemented various rogue spells (#26319)Matan Shukry
2021-12-24Core/PacketIO: Fixed SMSG_UPDATE_OBJECT packets going missing for new itemsShauren
2021-12-24Core/Misc: C++17 cleanups, commit 2, the advstd commitTreeston
2021-12-22Core/Objects: MovePositonToFirstCollision will now use detour raycasts to det...Giacomo Pozzoni
2021-12-19Core/Phasing: Delete old and unused enumShauren