aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Northrend
AgeCommit message (Expand)Author
2023-10-31Core/Random: Changed random functions returning doubles to return floatsShauren
2023-10-21Core/Spells: Named and implemented most of SpellAttr7Shauren
2023-09-29Core/Spells: Implemented NoImmunity spell effect attributeShauren
2023-09-25Core/Achievements: Fixed achievement criteria StartEvent and FailEventShauren
2023-09-19Core/Instances: Kill instance_encounters table, it is no longer neccessaryShauren
2023-09-18Scripts/Nexus: Removed old code to get team in instanceShauren
2023-08-27Core/Misc: Fixed doxygen docs being attached to wrong fieldsShauren
2023-08-09Core/Creatures: std::chrono-ify TempSummonShauren
2023-08-07Core/Misc: Turn ChrSpecialization into enum classShauren
2023-08-07Core/Misc: Move TalentSpecialization together with other db2 enums and rename...Nyr
2023-08-07Core/Misc: Reduce number of player spec hardcoded checksShauren
2023-08-02Scripts/Spells: Converted some damage calculating scripts to use new hooks as...Shauren
2023-07-27Core/Scripts: Fixed unsafe function pointer type casting in spell scriptsShauren
2023-07-24Scripts/Spells: Removed unneccessary PrepareSpellScript and PrepareAuraScript...Shauren
2023-07-20Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159)Teleqraph
2023-07-20Core/Spells: Fixed target radius logic in spell effects for TargetB (#29158)Meji
2023-07-19Scripts/Spells: Allow using templated spell script with multiple template arg...Shauren
2023-06-09Core/Spells: Added enum flag operators to TriggerCastFlags to prevent acciden...Shauren
2023-06-03Scripts/Spells: Converted remaining spell scripts to use ValidateSpellEffectShauren
2023-05-30Scripts/Spells: Added spell effect validation helperShauren
2023-05-29Core/Creatures: Move creature difficulty specific data from creature_template...Meji
2023-05-09Core/Battlegrounds: Moved AreaSpiritHealer resurrection handling to respectiv...Jeremy
2023-04-10Core/AI: Drop script_waypoints and move data to waypoint_data (#28879)ModoX
2023-04-08Core/SAI: Drop waypoints table and move existing rows to waypoint_data table ...ModoX
2023-04-06Core/Creature: Implemented sparring with max health percent thresholds (#27198)ModoX
2023-04-05Core/Creature: Added possibility to give creatures multiple gossip menu ids a...ModoX
2023-03-12Core/Creatures: Allow overriding default gossip menu idShauren
2023-03-04Core/Movement: Allow specifying timeout for follow movementShauren
2023-03-02Core/Movement: Extend MovePoint with new argumentsShauren
2023-02-28Core/Spells: Refactor Spell::finish to accept SpellCastResult argument instea...Shauren
2023-01-19Core/Scripts: Move EvadeReason outside of CreatureAI classShauren
2023-01-12Scripts/Icecrown Citadel: Added missing empty check before SelectRandomContai...Shauren
2023-01-12Core/Scripts: Implemented Zort's Protective Elixir (#28372)Mikhail Redko
2023-01-12Scripts/Halls of Lightning: reworked General Bjarngrim Encounter (#28457)Ovah
2023-01-10Scripts/Quest: Refactor Last Rites (#28328)Malcrom
2023-01-10Scripts/Quest: Improved script for Abduction (#28306)Malcrom
2023-01-10Scripts/Quests: Help Those That Cannot Help Themselves (#28304)Malcrom
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-01-06Core/Misc: Add missing Containers.h include where neccessaryShauren
2023-01-01Core/Misc: Fixed deprecation warnings for c++20Shauren
2022-12-25Core/Phasing: Reduce differences between branches in GridNotifiersShauren
2022-10-24Core/Conditions: Add const to condition checking functionsShauren
2022-10-21Core/GameObjects: Implemented per player gameobject state and visibility for ...Shauren
2022-10-17Core/Loot: Implemented personal loot and tag sharing for non-boss lootShauren
2022-10-13Scripts/Gossips: Set gossip menu id for scripts that load menu items from dat...Shauren
2022-10-13DB/Scripts: Move Quest "Aces High!" gossip menu to database (#28300)Malcrom
2022-10-13Scripts/BoreanTundra: Modernized Unfit for Death (11865) implementation (#28297)Malcrom
2022-10-04Scripts/Instances: Add dungeon encounter dataShauren
2022-10-04Core/Scripts: Save instance data in JSON formatShauren
2022-10-04Core/Instances: Instance lock rewrite (WIP)Shauren