aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
2022-02-25Core/PacketIO: Fixed placeholders in DungeonScoreSeasonDataShauren
2022-02-25Core/Auras: Implemented SPELL_AURA_DISABLE_INERTIA (506)Shauren
2022-02-25Core/Misc: Update various enums for 9.2Shauren
2022-02-25Core/DataStores: Updated db2 structures to 9.2.0Shauren
2022-02-24Core/PacketIO: Updated packet structures to 9.2.0Shauren
2022-02-22Core/Auras: Implemented PROC_FLAG_DEAL_HELPFUL_PERIODIC and PROC_FLAG_TAKE_HE...9.1.5/42010Shauren
2022-02-17Core/Auras: Implement SPELL_AURA_IGNORE_DUAL_WIELD_HIT_PENALTY (#27786)Aqua Deus
2022-02-16Core/Maps: Add Map::DoOnPlayers helper function (#25233)Traesh
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/Scripts: Fix Hotswap not reinitializing AIs after destroying them and th...Seyden
2022-02-15Core/Pets: Relax summoning pet assertion conditionShauren
2022-02-14Core/Spells: Fixed spell Launch phase being handled at incorrect time for spe...Shauren
2022-02-13Core/BattlePets: Implemented CMSG_BATTLE_PET_UPDATE_NOTIFY (#27724)Meji
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-02-12Core/Maps: Add missing MapManager::_freeInstanceIds initialization in 665bab6...Shauren
2022-02-12Core/Misc: Move (or delete) constructors and destructors to .cpp files (avoid...Shauren
2022-02-12Core/Misc: Don't include CharacterPackets.h in SpellPackets.hShauren
2022-02-11Core/Misc: game PCH tuningShauren
2022-02-11Core/Guilds: Forward declare GuildAchievementMgrShauren
2022-02-11Dep/g3d: Purge Windows.h includes from headers we includeShauren
2022-02-11Core/Misc: Cleanup MapManager includes (boost::dynamic_bitset)Shauren
2022-02-11Core/Misc: Cleanup TaxiPathGraph includes (don't leak boost::graph outside)Shauren
2022-02-11Core/Misc: Optimize ChatCommand includes (include only where neccessary)Shauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2022-02-10Core/Players: Don't load spell overrides for inactive specializationsShauren
2022-02-10Core/Spells: Ignore existing cooldown for spells using TRIGGERED_IGNORE_SPELL...Shauren
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-09Dynamic build fix 2Shauren
2022-02-09Dynamic build fixShauren
2022-02-08Core/Scripts: Added script hook to execute actions after completing an achiev...Meji
2022-02-08Core/Spells: Pass cast item level to triggered spellsShauren
2022-02-08Core/Conditions: Add missing null checks for PlayerConditionShauren
2022-02-08Core/Conditions: Fixed PlayerCondition checking after std::arrayification of ...Shauren
2022-02-08Core/Spells: Fixed TARGET_UNIT_TARGET_ALLY_OR_RAID targetingShauren
2022-02-08Core/Objects: Use player as summoner for personal clones (#27716)Seyden
2022-02-07Core/Spells: Implement CAST_FLAG_EX_IGNORE_COOLDOWN - causes spells to not au...Seyden
2022-02-07Core/Spells: Implement SPELL_ATTR7_NO_ATTACK_DODGE, SPELL_ATTR7_NO_ATTACK_PAR...Aqua Deus
2022-02-07Core/Spells: Implement SPELL_ATTR7_BYPASS_NO_RESURRECT_AURA (#27714)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/Spells: Do not register instant spells in Unit current spell containers ...Shauren
2022-02-06Core/BattlePets: Delete declined names of non-account battle pets when deleti...Meji