aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
2025-01-02Core/Player: Remove unnecessary castModoX
2025-01-02Core/Player: Changed player_classlevelstats types to int32ModoX
2025-01-01Core/Spells: Don't ignore power costs and reagents for spells triggered by SP...Shauren
2024-12-31Core/Spells: Split TRIGGERED_IGNORE_POWER_AND_REAGENT_COST into separate POWE...Shauren
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-12-30Core/Units: Fill CurrentAreaID updatefieldShauren
2024-12-29Core/Creature: Implement aggro grace period (#30362)ModoX
2024-12-29Core/Loot: Implemented automatic flagging of tracking quests from lootShauren
2024-12-29Core/Units: Added helper methods to cancel mount/shapeshift auras (#30477)Meji
2024-12-29Core/Gossip: Fix interaction with gossip launched by accepting quest (#30419)Meji
2024-12-29Core/AI: Remove default arguments for inter-script communicationModoX
2024-12-28Core/AI: Implemented conversation ai (#30538)ModoX
2024-12-28Core/Players: Refactored SetQuestCompletedBit to take questId instead of ques...Shauren
2024-12-28Core/Players: Added helper function to check quest completion using QuestV2 bitsShauren
2024-12-27Core/PacketIO: Refactor LootPackets to use new Bits<> writing utilitiesShauren
2024-12-27Core/Units: moved melee attack rage generation into Unit::AttackerStateUpdate...Ovahlord
2024-12-26Core/Config: Remove Rate.Talent config option that is not compatible with tra...Shauren
2024-12-23Core/Spells: Moved loading aoe target caps out of SpellMgr::LoadSpellInfoCorr...Shauren
2024-12-22Core/Objects: Allow more specific checks to include or exclude feign death un...ModoX
2024-12-22Core/Object: Fixed interaction dynamic flags assignment for GAMEOBJECT_TYPE_S...ModoX
2024-12-21Core/Scripts: Added SpellEffectInfo argument to CalcDamage and CalcHealing sp...Shauren
2024-12-20Scripts/Spells: Fix demon hunter talent "Collective Anguish"aquadeus
2024-12-20Core/Spells: Implemented SPELL_EFFECT_UPDATE_INTERACTIONSShauren
2024-12-20Core/GameObjects: Remove unused functionShauren
2024-12-19Core/PacketIO: Remove overriding Underlying type from ByteBuffer reads in fav...Shauren
2024-12-18Core: Updated to 11.0.7Shauren
2024-12-18Core/PacketIO: Fixed UF::QuestSession structureShauren
2024-12-17Fix nopch buildShauren
2024-12-17Core/PacketIO: Added more utilities for packet writing for strings and option...Shauren
2024-12-16Core/Misc: Fixed build with c++23 enabledShauren
2024-12-14Core/Quests: assign a unique alias to ID fields loaded from quest_visual_effectOvahlord
2024-12-14Core/Spells: Fixed PROC_HIT_DISPEL and PROC_HIT_INTERRUPT on procs using PROC...Shauren
2024-12-13Core/Achievements: Implemented CriteriaType::ReachMaxLevelShauren
2024-12-08Core/Players: Improve reset spell cooldowns when entering arenas (#30032)Gildor
2024-12-08Core/Quests: Improved criteria tree quest objective typeShauren
2024-12-07Core/Achievements: Reduce the list of criteria types updated on loginShauren
2024-12-06Core/Guilds: Prevent guild bank packet contents update hack from interfering ...Shauren
2024-12-05Core/Spells: Fixed item level requirements for enchanting spellsShauren
2024-12-04Core/GameObjects: Fixed gameobject spell casts failing when triggered by SPEL...Shauren
2024-12-04Core/SAI: Allow update of disable gravity/root applied via static flags (usin...Meji
2024-12-03Core/Spells: Implemented TargetAuraType and ExcludeTargetAuraType cast requir...Shauren
2024-12-03Core/Scenarios: Send Scenario GUID in scenario progress packet (#30465)Ghaster
2024-12-02Core/Quests: Implemented QUEST_OBJECTIVE_KILL_WITH_LABELShauren
2024-12-02Core/Quests: Change Player::KilledMonster arguments to take Creature directlyShauren
2024-12-02Core/Quests: Use a helper function for quest objective StorageIndex startup v...Shauren
2024-12-02Core/Conditions: Added missing CONDITION_STRING_ID case to Condition::GetSear...Shauren
2024-12-02Core/Conditions: Explicitly name fields in condition type info initializerShauren
2024-12-01Core/Misc: Port std::ranges::contains from c++23Shauren
2024-12-01Scripts/Spells: Implement demon hunter talent "Eye Beam" (#30470)Aqua Deus
2024-11-24Scripts/Spells: Fix dk talent Cleaving Strikes (#30238)Aqua Deus