aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities
AgeCommit message (Expand)Author
2022-02-26Core/Quests: Do not tell the client to request questgiver details for the nex...Ovah
2022-02-26Core/Auras: Implement SPELL_AURA_FORCE_BREATH_BAR (#27790)Aqua Deus
2022-02-26Core/GameObjects: Implemented GAMEOBJECT_TYPE_CAPTURE_POINT (#27034)Jeremy
2022-02-26Core/Objects: Added helper structures to allow using customized updatefield s...Shauren
2022-02-25Core/Objects: Add new 9.2 guid typesShauren
2022-02-25Core/Auras: Implemented SPELL_AURA_DISABLE_INERTIA (506)Shauren
2022-02-24Core/PacketIO: Updated packet structures to 9.2.0Shauren
2022-02-17Core/Auras: Implement SPELL_AURA_IGNORE_DUAL_WIELD_HIT_PENALTY (#27786)Aqua Deus
2022-02-16Core/Auras: Fix SPELL_AURA_MOD_DAMAGE_DONE_FOR_MECHANIC for effects mechanics...Aqua Deus
2022-02-16Core/Auras: Implement SPELL_AURA_MOD_ENVIRONMENTAL_DAMAGE_TAKEN (#27781)Aqua Deus
2022-02-15Core/Spells: Implement spell attribute SPELL_ATTR3_NO_DURABILITY_LOSS (#27750)Aqua Deus
2022-02-15Core/Pets: Relax summoning pet assertion conditionShauren
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-11Core/Misc: Cleanup TaxiPathGraph includes (don't leak boost::graph outside)Shauren
2022-02-10Core/Players: Don't load spell overrides for inactive specializationsShauren
2022-02-10Core/Auras: Proc flag updatesShauren
2022-02-10Core/Spells: Implemented using db2 PositionFacing for SPELL_EFFECT_LEAP_BACKShauren
2022-02-10Core/Auras: Implemented ProcFlags2Shauren
2022-02-10Core/Spells: Add type safety to proc related functions - using enum arguments...Shauren
2022-02-09Core/Spells: Load entire proc flags array from db2Shauren
2022-02-09Core/Utils: Extract template base class out of flag128Shauren
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/Transports: Add missing null pointer check in Transport::SummonPassengerShauren
2022-02-07Core/Creatures: Add summoned creatures to summoners transport (#27708)Seyden
2022-02-06Core/BattlePets: Delete declined names of non-account battle pets when deleti...Meji
2022-02-06Core/PacketIO: Implemented SMSG_DISPLAY_TOAST for quest money rewards (#27669)Aqua Deus
2022-02-06Core/Spells: cleaned up and improved spell focusing behavior (PR #25440)Ovah
2022-02-05Core/Misc: Fix some static analysis warnings exposed after 6b8f3d0.Treeston
2022-02-05Add "On" to some gossip methods in AI (#25415)Maks Szokalski
2022-02-05Scripts/Commands: Convert remaining debug commands (PR #25429)Peter Keresztes Schmidt
2022-02-05Core/Misc: Convert leftover DatabaseTransactions-by-reference (pass them by v...Treeston
2022-02-05Core/Movement: Corrected Animation Tier handling (PR #24875)NoName
2022-02-05Core/Combat: When entering a vehicle, transfer any current threat to that veh...Treeston
2022-02-05Core/Unit: Fix units on vehicles not dismounting on death (#25404)Giacomo Pozzoni
2022-02-05Core/Players: Directly store PlayerSpell in m_spells, not as pointerShauren
2022-02-05Scripts/Obsidian Sanctum: Fix portals not being visiblejackpoz
2022-02-05Scripts/Commands: Convert argument parsing of .npc commandsTreeston
2022-02-04Core/Player: Fixed incorrect prepared statement parameter types in Player::_S...robinsch
2022-02-04Core/Totem: Immune to all positive spells. (#25326)Houston
2022-02-04Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2022-02-04Core/Unit: send npcs home after fear runs out (#25347)Jinnaix
2022-02-04Core/Misc: Fix issues reported by static analysis (#25351)Giacomo Pozzoni
2022-02-04Warning fixShauren
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2022-02-04Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl to...Treeston
2022-02-04Core/Unit: Fixed race condition when loot recipient is in different map (#25312)robinsch
2022-02-04Scripts/Commands: Convert argument parsing of some misc commands to new syste...Peter Keresztes Schmidt