aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
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
2024-11-23Core/Entities: Make EntityFragmentsHolder more resilient to unexpected inputs...Shauren
2024-11-21Core/PacketIO: Rename more unknown packet fieldsShauren
2024-11-19Core/Auras: Implemented mount equipmentShauren
2024-11-18Core/GameObjects: Define and use new gameobject dynamic flag to restore old v...Shauren
2024-11-16Core/Spells: Fix custom load screen for SPELL_EFFECT_TELEPORT_UNITS (#30415)Meji
2024-11-15Core/DataStores: Rewrite DB2Manager::GetDefaultMapDifficulty to only return e...Shauren
2024-11-14Core/Handlers: Fix logic error in HandleAuctionRemoveItem (#30440)lineagedr
2024-11-14Core/Misc: Support IPv6 ip2locationShauren
2024-11-13Core/JSON: Prevent out of bounds memory accesses in json deserializationShauren
2024-11-12Core/Misc: Fix some GCC warningsShauren
2024-11-12Core/Networking: Support IPv6Shauren
2024-11-10Core/Auras: Implement SPELL_AURA_DISABLE_GRAVITY (#30365)Aqua Deus
2024-11-10Core/Position: Position constructor improvementsShauren