aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-09-06Scripts/Naxxramas: Fix an issue that could cause Sapphiron to stop using DrainTreeston
(cherry picked from commit 43491ba7f45049618b61b8f6e72788a437d82edc)
2021-09-06Core/Entities: fix creatures ignoring immune flags. Closes #21578 for realariel-
(cherry picked from commit 02f1399fde008d3cc40ed80cb859764fba15eeff)
2021-09-06Core/Spell: fix LoS checks for GameObject spellsariel-
Closes #21580 (cherry picked from commit f7869ad38b3ee90384667e7d1b230561180454d7)
2021-09-05Core/Spells: Avoid static analysis false positiveShauren
2021-09-05Core/Spell: fix SendSpellMiss requiring caster Unitariel-
(cherry picked from commit 7f947646f9d51b53b5297bfdddbada09500c53d3)
2021-09-05Core/Spell: fix target checksariel-
- Aura will be applied at last moment possible (after damage) to prevent regressions on #18395 - Partial revert of 9b38a6352c0fe2499de54fd769aa1c721a410bda as it wasnt handling correctly checks without spells Closes #21578 Closes #21579 Closes #21581 (cherry picked from commit d6b9f148a772d07b9353a0db95a6f05c9c848a63)
2021-09-05Scripts/Spells: Quest King of the Mountainsirikfoll
Added missing jump jets and battle standard visuals Added allowed area conditions for the vehicle Fixed Jumpbot's attack spell (thanks @keader for fixing the proc) (cherry picked from commit e7e46b2a822cd0179b30ba5b0fa7c6fe7cea8774)
2021-09-05Warning fixShauren
2021-09-05Scripts/Spells: Fixed mage ice block to not heal without aura 320913Shauren
2021-09-05Core/Spells: register and apply individual aura effects on hit handlerariel-
- Remove area aura processing from spell system, they're fully handled by aura owner update now Closes #21577 (cherry picked from commit 4ca9d6469da435cb818e3b56840669775627e050)
2021-09-05Core/Spells: tweak 'neutral' spell positivityariel-
- Fixes Mind Control dummy self aura appearing as a debuff (cherry picked from commit d46f36f7737e6c558c50e1d2a4eadb202ed666bb)
2021-09-04Core/Spells: Fix periodic rolling adding bonuses twiceariel-
Calculation is now done in CalculateAmount (cherry picked from commit 93eda20d5cf6eeb34e1aee1b81469ba6e8fa7f0c)
2021-09-04Core/Spells: Unify spell effect access api in both branchesShauren
2021-08-31Core/Misc: Fix windows nopch buildShauren
Closes #25363 (cherry picked from commit 6ad58d604a63bacc13ee92c525189931d41d1e91)
2021-08-30Core/Auras: Fixed cherry-pick mistakes in Unit::RemoveMovementImpairingAuras ↵Shauren
and Unit::HasAuraWithMechanic
2021-08-30Core/Spells: Remove leftover code from old mechanic - default spellpower ↵Shauren
scaling coefficients
2021-08-30Core/Spells: Remove outdated damage calculations from Spell::EffectSchoolDMG ↵Shauren
and Spell::EffectWeaponDmg
2021-08-28Warning fixesShauren
2021-08-28Core/Spells: Fixed Spell::EffectWeaponDmg for spells with multiple damage ↵Shauren
effects Closes #26717
2021-08-28Core/Spells: Removed SpellEffIndex effIndex argument from spell effect ↵Shauren
handlers, it was commented out in almost every handler
2021-08-28Core/Spells: Refactor building SMSG_SPELL_EXECUTE_LOG to not create 192 ↵Shauren
empty vectors on every spell cast
2021-08-28Core/Reputation: Fixed FriendshipReputationFlags::NoRepGainModifiers ↵Shauren
implementation
2021-08-28Core/Misc: Fix gcc warningsShauren
2021-08-28Core/Spells: rework part 5: GameObject castingariel-
Closes #21330 Closes #18885 Ref #18752 (cherry picked from commit 45c5e1b9d63796d168339a44f63418f220cf2403)
2021-08-28Core/Spells: rework part 4: iterate over effects firstariel-
Ref #18395 Implement far spell queue processing Closes #7395 (cherry picked from commit 080d2c6cd439acb2059adc4e24a279de98aa0db6)
2021-08-28Core/Spells: rework part 3: spells only handle at most one UnitAura and one ↵ariel-
DynObjAura during its lifetime Closes #15088 (cherry picked from commit e8d5aa56cc48572d81e1898b7b4ff10cfa6d1957)
2021-08-28Core/Spells: rework part 2: Split up target selection logicariel-
Target check only determines what kind of entities we can target, spell positivity determines if that entity is valid for attack/assist Closes #8844 (cherry picked from commit 9b38a6352c0fe2499de54fd769aa1c721a410bda)
2021-08-28Core/Spells: rework part 1: Improved positive detection logicariel-
(cherry picked from commit efeae33495c8b57ae04aeeb382ee85099ac0b600)
2021-08-26Tools/Vmaps: Fix models bounds (#26864)François B
2021-08-24Core/Creatures: Remove hover on deathShauren
(cherry picked from commit 241109327bf573460d488d707d7eb19f82f1350c)
2021-08-24Core/Creatures: Reworked setting move types in databaseShauren
* Each move type has its own field instead of trying to combine everything in InhabitType * Allow overriding movement separately for each spawn (cherry picked from commit 592516ae69d89da3bcb0ede144644a3d2e0186e0)
2021-08-24Scripts/Misc: Fixed hover movement for Stormcaller Brundirjoschiwald
(cherry picked from commit e9aba10695cdf3520c6ae61815610051502b6f0b)
2021-08-24Scripts/Misc: Hover script fixesChaouki Dhib
(cherry picked from commit 510bc0b7a0d4e8de60f69b922d03ad3a43c2a2cc)
2021-08-24Core/Movement: Fixed creature hoverShauren
Closes #15177 (cherry picked from commit 2baa81065ba27f0a6d278a8dd8a79b7c831e0a2b)
2021-08-23Core/CreatureAI: CheckBoundary -> IsInBoundary, better reflects what it ↵Treeston
does. Also moved to public so spellscript can use it. (cherry picked from commit df639d85e4e82add71432ea0a4cba91f238a30ba)
2021-08-23Core/Player: Do not remove auras from Gamemasters in arenas (#21568)Gooyeth
(cherry picked from commit 92b8a870bf423b439806ab39a8d5af0485e60ed8)
2021-08-23Core/Conditions: validate object types when conditioning implicit spell ↵ariel-
targets with CONDITION_OBJECT_ENTRY_GUID Closes #21569 (cherry picked from commit 34c3962b09dbb2b7a11e4ff0c08b2ab05ff63762)
2021-08-23Core/Entities: ghouls start with full energyariel-
(cherry picked from commit 0c1e485e13d065b26e24b4226044246ae8ca0e4d)
2021-08-23Scripts/Command: build fix for horrible outdated boost version used by travisariel-
(cherry picked from commit 68dde9f8c5467c5983078b190e58105f99dad75c)
2021-08-22Core/Maps: Fixed outdoors check (#21551)Jeremy
(cherry picked from commit 367db4e1d641b56d8d7df83320c14b283bd007ce)
2021-08-20Core/Achievements: Several criteria fixes (#26839)Meji
2021-08-18Core/Spells: explicitly disable non proccing auras when generating default procsariel-
Closes #21529 (cherry picked from commit ad796318e8c34df177a935892f27c6a7b4f2f901)
2021-08-18Core/Auras: remove too strict checks in area auras, since a few aren't owned ↵ariel-
by its caster Closes #21528 (cherry picked from commit 2d10429a2d788d6b3aead19bd91ed662bad38751)
2021-08-18Core/Auras: fixed SPELL_AURA_MOD_HIT_CHANCE honoring stack rules in all casesariel-
Updates #21367 (cherry picked from commit 23808fe349e78118461c08ebe78c8892391be236)
2021-08-18Core/Auras: added sanity checks for area auras having a different owner unit ↵ariel-
than caster Closes #21517 (cherry picked from commit 54e841888621ce2ea6fbfde2f86842ec088cd575)
2021-08-17Core/PacketIO: Do not send hotfix Status::Valid when we don't have a hotfix ↵Shauren
blob for current locale
2021-08-16Core/Misc: Fix cherry-pick errorsShauren
2021-08-16Core/Quests: Fixed quests not working after reloggingShauren
Closes #26823
2021-08-15Core/Battlegrounds: Update BattlemasterListFlags (#26819)Jeremy
2021-08-15Core/Spells Implement targets 133, 134, 135 : ↵Traesh
TARGET_UNIT_LINE_CASTER_TO_DEST_*** (#26786)