aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Object
AgeCommit message (Expand)Author
2020-06-14Core/Entities: Add a missing includeCarbenium
2020-06-12Core/Spells: Implement using different difficulty data from all spell related...Shauren
2020-05-21Core/Misc: GCC build and warning fixesShauren
2020-05-20Core/Misc: Add extra ByteBuffer and WorldPacket constructors allowing to set ...Shauren
2020-05-01Merge pull request #24500 from funjoker/cherry-picksShauren
2020-04-29Core/Misc: camelize GetFaction/SetFaction properlyariel-
2020-04-27Core/Misc: Enum flag v3 - allow enabling flag operations directly after enum ...Shauren
2020-04-26Core/Misc: Improve enum flags with type safe operatorsShauren
2020-04-26Core/Misc: Remove redundant copy constructor for Position and WorldLocation (...Ujp8LfXBJ6wCPR
2020-04-26Core: Fix clang 10 warningsShauren
2020-04-24Core/Spells: fix wrong distance calculations in AoE spells [Needs testing] (#...Chaouki Dhib
2020-04-24Core/Object: Fix Line of Sight issue with object edgesGolrag
2020-04-23Core/PacketIO: Implement building SMSG_UPDATE_OBJECT only for selected fields...Shauren
2020-04-18Core/Items: Add helper function to get item name including suffixShauren
2020-04-12Fix dynamic buildShauren
2020-04-12Core/Entities: ObjectGuid improvementsShauren
2020-04-07Core/Misc: Defined new summon properties titlesShauren
2020-02-17Core/PacketIO: Updated packets to 8.3.0Shauren
2020-02-09Core/PacketIO: Properly destroy objects clientside when removing from world8.2.5/32978Shauren
2020-01-02New YearAokromes
2019-11-22Core/Items: Implement azerite essencesShauren
2019-11-15Core/Achievements: Implement many new ModifierTree typesShauren
2019-11-12Core/Items: Implemented AzeriteItemShauren
2019-11-01Core/PacketIO: Fixed quest log updatefield packet structureShauren
2019-10-27Core/PacketIO: Update opcodes and packet structures to 8.2.5Shauren
2019-10-25Core/Entities: Add support for future optional updatefields8.2.0/31478Shauren
2019-10-24Core/PacketIO: Fixed writing dynamic updatefield mask when size is exactly 32Shauren
2019-10-19Core/PacketIO: Fixed areatrigger curve updatefields structure (code generator...Shauren
2019-09-08Core/Movement: Fixed gravity type movement force direction sent in CreateObjectShauren
2019-09-07Core/Movement: Implemented movement forcesShauren
2019-09-06Core/Entities: Fix transport guid format to match client expectationsShauren
2019-08-17Ensure that all actions are compared to fixed point in time (ie. world update...xinef1
2019-08-17Core/SmartAI: Various fixes and extensions for smart scripts: (#18673)xinef1
2019-08-06Core/PacketIO: Fixed updatefield structuresShauren
2019-07-21Core/Misc: Fixed player corpse looting, added player corpse loot and some mor...xinef1
2019-07-21Core/Misc: Various crash fixes (#19059)xinef1
2019-07-21Core/Conditions: Reimplemented CONDITION_OBJECT_ENTRY_GUID and CONDITION_TYPE...Shauren
2019-07-14Core/PacketIO: Updated packet structures to 8.2Shauren
2019-07-04Core/PacketIO: Fixed writing update masks for SMSG_UPDATE_OBJECTShauren
2019-06-15fix typoShauren
2019-06-15Core/Maps: Adjusted WorldObject::GetGridActivationRange() to never be less th...Shauren
2019-06-15Core/Spells: Remade trajectory target selection (#19048)xinef1
2019-06-08Fix warnings and nopch buildShauren
2019-06-08Core/PacketIO: Rewrite updatefield handlingShauren
2019-06-08Core/PacketIO: Updated packet structures to 8.1.5Shauren
2019-01-16Core/Objects: increase sight range of all Infinite, Gigantic and Large object...Kittnz
2019-01-01Update copyright note for 2019vincent-michael
2018-12-09Merge branch 'bfa'Shauren
2018-12-09Core/Vmaps: Stop M2s from occluding for spellcast LoSHelloKitty
2018-12-09Core/Objects: Fixed trap visibility for enemies. (#18815)ForesterDev