aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-05-04Core: Update to 10.1Shauren
2023-05-02Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-05-01Core/Auras: Removed outdated aura type handlingShauren
2023-04-30Core/Misc: Delay creating std::string objects for locale data after size ↵Shauren
validation
2023-04-29Core/Realms: Remove duplicate realm names storageShauren
2023-04-28Core/Chat: Implemented more chat link typesShauren
Closes #28946
2023-04-27Core/DataStores: Optimized DB2Storage::begin to remove searching for lowest ↵Shauren
id on every call
2023-04-26Core/DataStores: Changed empty string checks in db2 loaders to not rely on ↵Shauren
undefined behavior (comparing pointers to different objects/arrays with greater/less)
2023-04-25Scripts/Underrot: Implement Cragmaw the Infested encounter (#28934)Naddley
2023-04-25Core/PacketIO: Fixed bracket num in SMSG_RATED_PVP_INFOFrançois B
2023-04-24Scripts/Spells: Use scaled level for taming requirementsShauren
2023-04-23Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-23Spells/Generic: Implemented generic feign death spell with ↵ModoX
UNIT_FLAG_IMMUNE_TO_PC | UNIT_FLAG_IMMUNE_TO_NPC | UNIT_FLAG_UNINTERACTIBLE
2023-04-23Scripts/Spells Update Divine Star (#28923)Teleqraph
* update Divine Star's areatrigger to calculate its travel distance off from its effect 1 so that it always has support for its travel distance changes. * update Divine Star's trigger spells to properly support both Divine Star for Shadow and Holy/Disc spec. It also offers support during Shadow Covenant aura for discipline priest.
2023-04-23Scripts/Spells: Implement Summon Sayaad (#28907)Teleqraph
Co-authored-by: ModoX <moardox@gmail.com>
2023-04-21GCC warning fixShauren
2023-04-21Core/Spells: Fixed effects targeting the caster not hitting him immediately ↵Shauren
on spell launch if the spell targets a dest * Also improve hit timing for charge spells
2023-04-19Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-18Core/DataStores: Added temporary workaround for buggy db2 metadata in build ↵Shauren
10.0.7.48999
2023-04-18Core/DataStores: Minor db2 loader cleanupShauren
2023-04-18Scripts/Underrot: Limit Sanguine Feast spell of Elder Leaxa to heroic+ ↵ModoX
difficulty only
2023-04-17Scripts/Spells: Update Sins of the Many values (#28922)Teleqraph
2023-04-17Scripts/Underrot: Implement Elder Leaxa encounter (#28920)Naddley
2023-04-17Core/Spells: Unify Bloodlust spells for all classes (#28927)Teleqraph
Co-authored-by: ModoX <moardox@gmail.com>
2023-04-16Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-15Core/GameObjects: Allow certain types to be sent to the client without ↵Meji
display (#28908)
2023-04-13Core/Spells: Readded accidently dropped line in ↵ModoX
0750b7f8455df39a64462636ca296c6f2aa2b048
2023-04-13Core/Misc: Fixed IpLocation crashes on invalid ip inputShauren
2023-04-11Core/Reputation: Fixed crash in reptutation code when ↵Shauren
PlayerStart.AllReputation is enabled in config Closes #28915
2023-04-11Core/Quests: Fixed typo in raid group requirements check (#28914)Christyan
2023-04-10Core/AI: Drop script_waypoints and move data to waypoint_data (#28879)ModoX
2023-04-10Core/Misc: Fix build with libc++Shauren
Closes #28909
2023-04-09Core/Units: Calculate HoverHeight from model data (#28899)Meji
2023-04-09Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-09Core/Misc: Fix typo introduced in 36044a9470e9c39a71916e908ab6cf4f95677793Meji
2023-04-08Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-08Core/Conditions: Fix log typoMeji
2023-04-08Core/Misc: Fix typos in bannerMeji
2023-04-08Core/SAI: Drop waypoints table and move existing rows to waypoint_data table ↵ModoX
(#28834)
2023-04-07Core/Units: Prevent backward melee attacks (#28895)Meji
2023-04-07Core/Objects: Fixed ObjectGuid equality operator for GCC 10 (completely ↵Shauren
broken, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94924)
2023-04-06Core/Misc: Modernize code a bit by replacing std::tie with either structured ↵Shauren
bindings or operator<=>
2023-04-06Core/Skinning: Autolearn skill of skinned mob if not already learned (#28894)Meji
2023-04-06Scripts/SilverpineForest: Removed sparring hackfixes (#28896)Teleqraph
2023-04-06Core/Creature: Added missing nullcheckModoX
2023-04-06Core/Creature: Implemented sparring with max health percent thresholds (#27198)ModoX
Co-authored-by: Ovah <dreadkiller@gmx.de>
2023-04-05Core/Creature: Added possibility to give creatures multiple gossip menu ids ↵ModoX
and control them via conditions (#28159)
2023-04-04Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-01Scripts/Paladin: Update Divine Steed for Lightforged Draenei (#28892)Naddley
2023-04-01 DB/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute