aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Object
AgeCommit message (Expand)Author
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
2021-12-19Core/Log: Gameobjects may have faction template id = 0Killyana
2021-12-17Core/Misc: Remove Trinity::Containers::Size (duplicate of advstd::size)Treeston
2021-12-16Core/Spawns: Exterminate CONFIG_SAVE_RESPAWN_TIME_IMMEDIATELY with extreme pr...Treeston
2021-12-14Core/Misc: More coding standards (#23519)Aokromes
2021-12-14Core/Entities: Regenerate updatefieldsShauren
2021-12-13Core/Unit: rename several getters to follow codestyleccrs
2021-12-13Coding standards (#23514)Aokromes
2021-12-12Core/Spells: Moved SpellVisual functions from Unit to WorldObjectShauren
2021-12-12Core/Misc: Add static versions of GetGUID and ToX methods to Object. The stat...Treeston
2021-12-08Core/Movement: Defined movement force type enumShauren
2021-12-073.3.5 gameobject summoner (#23289)Giacomo Pozzoni
2021-12-05Core/Misc: Fix static analysis issues reported by Coverityjackpoz
2021-12-05Core/Spells: Return CheckCast result from CastSpell (#23236)brotalnia
2021-12-04Core/Units: Send PlayHoverAnim state in CreateObject if enabled by Unit::SetP...Shauren
2021-12-04Core/Misc: Log Map name in assertsjackpoz
2021-12-02Core/Object: re-change faction template related logsccrs
2021-12-02Core/Misc: standarize a couple logsccrs
2021-12-02Core/Maps: Fix crash caused by setActive(false) called after DespawnOrUnsummon()jackpoz
2021-12-02Core/Object: Range check (#23179)Jozef DĂșc
2021-11-30Core/GameObjects: Defined more GameObjectFlags and GameObjectDynamicLowFlagsShauren
2021-11-26Core/Movement: Fix some undermap issues with random movement/fear/blink (#22937)Jeremy
2021-11-26Core/Objects: use the actual collision height of players and creatures to get...Ovah
2021-11-23Core/Spells: Fixed spells using MovePositionToFirstCollision for selecting ta...Shauren
2021-11-23Core/Entities: Add categories to 2 logsAokromes
2021-11-18Core/Spells: Fixed crash with some gameobject spell castersShauren
2021-11-16Core/Misc: Log more information in asserts (#22783)Giacomo Pozzoni
2021-11-16Core/Spells: Implemented SummonPropertiesFlags: UseSummonerFaction & IgnoreSu...Meji
2021-11-15Core/Objects: properly use UPDATETYPE_CREATE_OBJECT2 when creating brand new ...Ovah
2021-11-08Core/Player: Clean up duel related code. Fix a check for abusive client behav...Treeston
2021-11-06Core/Movement: Corrected values sent in knockback packet when speedXY < 0Shauren
2021-11-06Core/Movement: Remove random direction knockbacks and instead use unit orient...Seyden
2021-11-04Core/PacketIO: 9.1.5 updatefields and SMSG_UPDATE_OBJECT structureShauren
2021-10-30Core/Entities: Implemented ObjectGuid::FromStringShauren
2021-10-26Core/Conversations: Dropped time fields and calculate them using db2 data (#2...ModoX