Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-29 | Core/Spells: Rename targets 110 to TARGET_UNIT_CONE_CASTER_TO_DEST_ENTRY | Shauren | |
2021-12-29 | Core/Spells: Targets enum formatting | Shauren | |
2021-12-29 | Core/Spells: Rename targets 108 and 109 to include CASTER_TO_DEST wording | Shauren | |
2021-12-29 | Core/Spells: Implemented target 107 TARGET_DEST_NEARBY_ENTRY_2 (the same as ↵ | Shauren | |
target 46) | |||
2021-12-29 | Core/Spells: Use orientation given in destTarget instead of always taking ↵ | Shauren | |
casters orientation for all effect types | |||
2021-12-29 | Core/Spells: Implemented target 62 TARGET_DEST_CASTER_GROUND (the same as ↵ | Shauren | |
target 125) | |||
2021-12-29 | Core/Spells: Rename TARGET_UNIT_CONE_ENEMY_54 to ↵ | Shauren | |
TARGET_UNIT_CONE_180_DEG_ENEMY and add 180 degree fallback for this target type | |||
2021-12-29 | Core/Spells: Implemented target 105 TARGET_UNIT_CASTER_AND_PASSENGERS | Shauren | |
2021-12-29 | Core/Spells: Implemented target 136 TARGET_UNIT_CONE_CASTER_TO_DEST_ALLY | Shauren | |
2021-12-29 | Core/Spells: Rename TARGET_UNIT_CONE_ENEMY_104 to ↵ | Shauren | |
TARGET_UNIT_CONE_CASTER_TO_DEST_ENEMY | |||
2021-12-28 | Core/Spells: Implemented target 137 TARGET_DEST_CASTER_MOVEMENT_DIRECTION | Shauren | |
2021-12-28 | Scripts/Spells: Fix shaman talent Nature's Guardian proc (#27482) | aquadeus | |
2021-12-28 | Core/Auras: Delete old custom config AllowTrackBothResources, all tracking ↵ | Shauren | |
types can be turned on without it Closes #27448 | |||
2021-12-28 | Core/Items: Fixed heirloom items counting for item set bonuses past their ↵ | Shauren | |
max scaling level and implemented new heirloom upgrade levels | |||
2021-12-28 | Core/Spells: Allow targeting script hooks to work with ↵ | Shauren | |
TARGET_DEST_DYNOBJ_ENEMY, TARGET_DEST_DYNOBJ_ALLY, TARGET_DEST_DYNOBJ_NONE, TARGET_DEST_DEST | |||
2021-12-28 | Core/Spells: Implemented target 138 TARGET_DEST_DEST_GROUND | Shauren | |
2021-12-28 | Core/Players: Fixed pvp talents being reset on login if player is below ↵ | Shauren | |
level 110 (pre level squish code) | |||
2021-12-28 | Core/Phasing: Implemented db spawns in personal phases (#26345) | Matan Shukry | |
Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
2021-12-27 | Core/DB: Add missing prepared statement parameters to CHAR_SEL_WAR_MODE_TUNING | Shauren | |
2021-12-27 | Core/ObjectMgr: Replace manually constructed uint32 map key with pair<mapid, ↵ | Shauren | |
difficulty> | |||
2021-12-27 | Core/Auras: Implemented SPELL_AURA_TRIGGER_SPELL_ON_EXPIRE | Shauren | |
2021-12-27 | Core/ZoneScript: Add "invoker" param to ProcessEvent (#24758) | Jeremy | |
2021-12-26 | Core/Misc: Fixed outdated cherry-picked file headers | Shauren | |
2021-12-26 | Scripts/Spells: Fix shaman talent Downpour (#27477) | aquadeus | |
2021-12-26 | Scripts/Spells Fix shaman talent Aftershock (#27469) | aquadeus | |
2021-12-26 | Core/Player: Initial War Mode support (#25926) | Matan Shukry | |
* Enable PvP talents * War Mode buff aura * Forced PvP flagging Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
2021-12-25 | Core/Scripts: Allow Get**TargetCountForEffect functions to be used in ↵ | Shauren | |
EffectLaunch script hooks | |||
2021-12-25 | Core/Spells: Fixed Spell::GetUnitTargetCountForEffect incorrectly counting ↵ | Shauren | |
missed targets instead of hit targets | |||
2021-12-25 | Scripts/Spells: Fixed Lightning Bolt Overload, Chain Lightning Overload, ↵ | Shauren | |
Elemental Blast and Elemental Blast Overload energize effects | |||
2021-12-25 | Scripts/Spells: Fix chain lightning energize (elemental) (#27468) | aquadeus | |
Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
2021-12-25 | Scripts/Spells: Fixed lightning bolt energize (elemental) (#27467) | aquadeus | |
Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
2021-12-25 | Build fix for older boost version | Shauren | |
2021-12-25 | Scripts/Spells: Implemented various rogue spells (#26319) | Matan Shukry | |
* Ruthlessness * Mastery: Main Gauche * Venomous Wounds * Symbols of Death * Backstab * Premeditation * Grand Melee * True Bearing * Slice and Dice * Roll the Bones | |||
2021-12-25 | Core/Auras: Implemented SPELL_AURA_TRIGGER_SPELL_ON_HEALTH_PCT (#27455) | Antonio Martín Berti | |
2021-12-25 | Core/SAI: Reserve action ids | Shauren | |
2021-12-25 | Core/SAI: added new action type SMART_ACTION_ADD_TO_STORED_TARGET_LIST (#27029) | ModoX | |
2021-12-25 | Core/BattlePets: Misc fixes (#27446) | Meji | |
* Added script for "Summon Battle Pet" spell (118301). * Set the saved display of the battle pet when summoning it. * If a summon has SummonPropertiesFlags::SummonFromBattlePetJournal it will remove NpcFlag UNIT_NPC_FLAG_WILD_BATTLE_PET (Wild battle pets). * When a creature is summoned with SummonTitle::Companion, it will check to see if it has SummonPropertiesFlags::SummonFromBattlePetJournal before updating the battle pet's update fields. (If you have a summoned battle pet and summon a creature with that SummonTitle, it will incorrectly update the battle pet's update fields with the summoned battle pet's data). * Implemented SummonPropertiesFlags::UseCreatureLevel. If a summon has this flag, it will use the owner's level (If the summon doesn't have SummonProperties it will always use the selected level). | |||
2021-12-25 | Scripts/Spells: Fix paladin talent Holy Prism (#27442) | aquadeus | |
2021-12-25 | Scripts/Spells: Fixed warlock shadow bolt energize (#27440) | aquadeus | |
2021-12-25 | Scripts/Spells: Convert shaman spell scripts to new script registration ↵ | aquadeus | |
syntax (#27457) | |||
2021-12-25 | Core/Spells: Corrected SPELL_ATTR8_MASTERY_AFFECTS_POINTS attribute ↵ | Shauren | |
implementation, it is no longer used to restrict if the spell should be cast or not (SpecializationSpells.db2 takes care of that) Closes #19640 Closes #27458 | |||
2021-12-24 | DB/Spawns: Added initial Oribos spawns | ModoX | |
2021-12-24 | Fixing some white spaces and unneeded header, added in previous commit | Keader | |
(cherry picked from commit 85d1fd3038a3d30d998643505837c6b354b8782f) | |||
2021-12-24 | Scripts/Blackwing Lair - Doors correction (#24327) | Jinnaix | |
Fix all doors corrected the Chromaggus fight start correctly close final bossfight door at fight and open it on reset or bosskill (cherry picked from commit a8a0f6b261994712e0339be96b8174a8382c51f7) | |||
2021-12-24 | Core/Spells: Fix missing "Inventory is full" with spells that create more ↵ | jackpoz | |
than 1 item (cherry picked from commit 2a41755b589f215c14c85b1015e71534c1e91a98) | |||
2021-12-24 | Core/PacketIO: Fixed SMSG_UPDATE_OBJECT packets going missing for new items | Shauren | |
Closes #16906 (cherry picked from commit 96155a49147f6119e8bd9bc08936ab706173b67e) | |||
2021-12-24 | Core/Guilds: Restore guild bank contents hack | Shauren | |
(cherry picked from commit 1cf8163c5823eadc5558ffcb82e530c37f64c8f6) | |||
2021-12-24 | Core/Misc: C++17 cleanups, commit 3, the header commit | Treeston | |
(cherry picked from commit ca0c50bc450f5259acc6af0f4123690969b7e9cb) | |||
2021-12-24 | Core/Misc: C++17 cleanups, commit 2, the advstd commit | Treeston | |
(cherry picked from commit 857f8d9231d148d4f2def9c83548b40059923029) | |||
2021-12-24 | Core/Misc: C++17 cleanups, commit 1 | Treeston | |
(cherry picked from commit ac9004a2f9fa7af7c7735168e7bc5c08d6cacca7) |