xinef1
d1cbd8a837
Core/Pets: Fixed flashing pet attack button ( #18906 )
...
(cherrypicked from 0fa38d0ae0 )
2019-06-15 18:41:09 +02:00
xinef1
67000a7826
Core/Spells: Properly send autorepeat cancel packet to self and fix some problems with autoshot ( #18918 )
...
Closes #13595
Closes #14460
(cherrypicked from 587786ce66 )
2019-06-15 18:41:09 +02:00
Shauren
455959c606
Core/PacketIO: Rewrite updatefield handling
2019-06-08 17:06:57 +02:00
Shauren
31fda79556
Core/PacketIO: Updated packet structures to 8.1.5
2019-06-08 17:03:15 +02:00
vincent-michael
5620eb9463
Update copyright note for 2019
...
auto happy = new year(2019);
2019-01-01 10:14:33 +01:00
Shauren
f94deace76
Merge branch 'bfa'
2018-12-09 14:45:03 +01:00
xinef1
e1cda57955
Core/Pets: Disable pet interface for charmed units while mounted ( #18607 )
...
(cherry-picked from 44388bc8fb )
2018-12-09 14:18:42 +01:00
xinef1
4afee01b01
Core/Auras: Prevent remove of auras interrupted by turning if the turn could be caused by float calculation error ( #18595 )
...
(cherry-picked from 38f9919a37 )
2018-12-09 14:18:42 +01:00
ariel-
0a0042282b
Core/Spell: add missing null caster check
...
01d272d6cb follow-up
Closes #18875
(cherry-picked from 7283cbe140 )
2018-12-09 14:18:42 +01:00
Traesh
9d210476e5
Core/Creatures: Update creature model handling with new display scale ( #22567 )
2018-11-07 20:23:30 +01:00
Shauren
0a779bd791
Core/PacketIO: Updated packet structures to 8.0.1
2018-11-05 00:00:34 +01:00
Shocker
6325dddb16
Core/Spells: Implement PROC_FLAG_ENTER_COMBAT
2018-10-13 12:50:50 +03:00
Shauren
7512ffb058
Core/Entities: Update updatefields to 8.0.1.27980
2018-10-10 22:11:41 +02:00
Mihapro
4a09510571
Core/Spells: Implement AURA_REMOVE_BY_INTERRUPT to provide aura scripts with more information when removing by Unit::RemoveAurasWithInterruptFlags
2018-07-22 19:11:34 +02:00
LluisMas
1f1c2a207e
Core/Players: Changed flight masters to suppress positive transforms/shapeshifts instead of preventing starting flight ( #21943 )
2018-07-22 15:32:11 +02:00
Ovahlord
a6f91c9b81
Npc/Script: fixed Eye of Acherus action bar
...
Closes #18362
2018-06-11 20:24:08 +02:00
funjoker
6a63748424
Core/Units: Implemented versatility ( #21206 )
...
* Base code taken from https://github.com/AshamaneProject/AshamaneCore
2018-04-28 22:58:25 +03:00
DoctorKraft
8ca6a20e73
Core/Spells: Fix display for Shaman totems ( #21848 )
2018-04-24 00:44:59 +03:00
joschiwald
6faec45f8d
Core/Entities: Adapted changes from 584abe107e
2018-04-21 16:15:21 +02:00
ariel-
76831d16be
Core/Spell: implemented dispel reflection
...
Closes #18323
(cherry picked from commit f0772eea98 )
# Conflicts:
# src/server/game/Spells/Spell.cpp
# src/server/game/Spells/Spell.h
# src/server/game/Spells/SpellEffects.cpp
2018-04-21 13:52:37 +02:00
Shauren
42f9deb21e
Core/Maps: Implemented getting area id from gameobject spawns
...
Yes, you can now spawn LK platform anywhere and it will treat you as inside Icecrown Citadel
2018-03-28 22:01:22 +02:00
Shauren
bea7faa8f9
Core/Entities: Take terrain swaps into account when calculating LoS/height/area
2018-03-25 19:28:36 +03:00
Shauren
91be2332e2
Core/Entities: Phasing rewrite
...
* Optimized phase visibility checking
* Handle all phase flags
Closes #16758
Closes #21119
2018-03-25 19:28:36 +03:00
xinef1
10af748969
Core/Units: Fixed bug in stun code making units summoned by npcs to never break out of stun ( #18612 )
...
(cherry picked from commit 7c3961244d )
2018-03-18 00:19:36 +01:00
xinef1
f44572ce56
Core/Units: Fixed exploit where killing tamed pet could yield emblems ( #18605 )
...
(cherry picked from commit 2aae46ad49 )
2018-03-18 00:19:36 +01:00
Shauren
007b5a68c5
Core/DataStores: Fixed db2 structures after 7.3.5
2018-03-12 23:11:49 +01:00
ariel-
8c83706114
Core/Misc: readd some codestyle changes inadvertently reverted
...
- Ref commit 6dc37a9add
(cherry picked from commit e1a2b1a813 )
2018-03-12 16:39:41 +01:00
ariel-
536ae257c9
Core/Spell: partial revert of SPELL_ATTR1_UNAFFECTED_BY_SCHOOL_IMMUNE immunity handling
...
- Bonus: without breaking Banish... yay!
Closes #18370
(cherry picked from commit 560c882b36 )
2018-03-12 16:39:40 +01:00
ariel-
e560374b8b
Core/Unit: feral druid attacks should not be normalized
...
Closes #18460
(cherry picked from commit bad4b059c8 )
2018-03-12 16:39:39 +01:00
ariel-
f20e53c138
Core/Entities: Replace existing GetAuraEffectsByType + iteration uses with proper helper functions
...
(cherry picked from commit 3a52ad8d38 )
2018-03-12 16:39:39 +01:00
ariel-
edc68f719c
Core/Unit: added GetTotalAuraXXX overloads taking a predicate
...
- Redefined existing overloads to use the predicate logic, avoids code duplication and not checking same stack rules
(cherry picked from commit 8b0122e7ed )
2018-03-12 16:39:38 +01:00
ariel-
fba0e6b278
Core/Unit: added missing nullptr check in IsImmunedToSpellEffect
...
Closes #18461
(cherry picked from commit 0b30693680 )
2018-03-12 16:39:38 +01:00
ariel-
5e0e5a5573
Core/Entities: don't absolute compare positions on UpdatePosition
...
Closes #18415
(cherry picked from commit 45f8135ac4 )
2018-03-12 16:39:37 +01:00
ariel-
f07a746321
Core/Spell: improved immunity logic for dispels
...
(cherry picked from commit 01d272d6cb )
2018-03-12 16:39:37 +01:00
ariel-
4e08ab8f69
Core/Auras: calculate periodic bonuses before specific mods, fixes Imp. Devouring Plague damage
...
(cherry picked from commit bd49d37258 )
2018-03-12 10:32:06 +01:00
Chaouki Dhib
91a70f9aa2
Core/Movement: minor MotionMaster refactor ( #18367 )
...
(cherry picked from commit eca3645d8b )
2018-03-12 10:32:04 +01:00
ariel-
8491172cd4
Core/Spells: proc spells after damage apply, not before. Fixes #13025
...
(cherry picked from commit 0229cb865e )
2018-03-11 17:08:50 +01:00
Jeremy
f411b7a90e
Core/Player: Implement PvP Talents ( #19962 )
...
* SPELL_AURA_119 -> SPELL_AURA_PVP_TALENTS
* Learn Honorable Medallion when pvp rules are enabled
2018-03-04 22:32:08 +01:00
Mihapro
16a7a414ab
Core/Creatures: Updated power type handling ( #20981 )
...
Closes #17476
Closes #12487
2018-03-04 12:48:22 +01:00
Shauren
75603fe1a0
Core/DataStores: Updated db2 structures to 7.3.5.25996
2018-02-18 16:33:50 +01:00
Shauren
27cdd4b257
Core/Spells: Fixed logic related to movement while channeling
...
Closes #18289
(cherry picked from commit 90a5811701 )
2018-02-11 15:06:24 +01:00
Shauren
f963b8a225
Core/Spells: Removed outdated mechanic (spell downranking coef penalty)
2018-01-27 12:21:35 +01:00
ariel-
d9f74278f7
Core/Unit: do not allow judgement spells to bypass damage immunity
...
3f19eea5e4 follow-up. Without the #16658 regression
(cherry picked from commit c5d1b46569 )
2018-01-21 15:15:35 +01:00
ariel-
2c022a5aa8
Core/Entities: fix interaction of traps with ffa pvp and sanctuary flags
...
- Traps should select ATTACKABLE not UNFRIENDLY targets (it shouldn't attack unfriendly targets on sanctuary zones for example)
- Made more readable the nasty oneliner in Unit::_IsValidAttackTarget
Closes #6464
Closes #18271
(cherry picked from commit ef227d7e64 )
2018-01-21 14:51:49 +01:00
Seyden
9c857a1b91
Core/PacketIO: Fixed SMSG_SPELL_NON_MELEE_DAMAGE_LOG struct
2018-01-14 21:49:42 +01:00
joschiwald
ed318fdc46
Core/Battleground: Dropped battleground texts from trinity_string and replaced them with proper BroadcastText
2018-01-14 18:48:01 +01:00
ariel-
ff62f22443
Core/Entities: better support of absorb, resist and block procs
...
2e457b3be4 followup
Closes #18275
(cherry picked from commit 5db308b686 )
# Conflicts:
# src/server/game/Entities/Unit/Unit.cpp
# src/server/game/Entities/Unit/Unit.h
2018-01-13 16:49:06 +01:00
ariel-
8cb118009e
Core/Spell: restore old proc system behaviour on auras self proc.
...
- Use Spell::m_triggeredByAuraSpell and compare against trigger aura, it requires scripts to set triggeredByAura parameter.
- Fixed existing scripts lacking it
DB/Spell: Anger Capacitor (Tiny Abomination in a Jar) proc
Closes #18269
(cherry picked from commit 5b56c94e6d )
# Conflicts:
# src/server/game/Entities/Unit/Unit.cpp
# src/server/game/Spells/Auras/SpellAuras.cpp
# src/server/game/Spells/Spell.cpp
# src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp
# src/server/scripts/Pet/pet_hunter.cpp
# src/server/scripts/Spells/spell_dk.cpp
# src/server/scripts/Spells/spell_druid.cpp
# src/server/scripts/Spells/spell_hunter.cpp
# src/server/scripts/Spells/spell_item.cpp
# src/server/scripts/Spells/spell_mage.cpp
# src/server/scripts/Spells/spell_paladin.cpp
# src/server/scripts/Spells/spell_priest.cpp
# src/server/scripts/Spells/spell_rogue.cpp
# src/server/scripts/Spells/spell_shaman.cpp
# src/server/scripts/Spells/spell_warlock.cpp
# src/server/scripts/Spells/spell_warrior.cpp
2018-01-13 16:38:07 +01:00
ariel-
90dbf26e12
Core/Spell: spells with ignore hit result should pierce damage immunities
...
(cherry picked from commit 3f19eea5e4 )
2018-01-13 15:47:57 +01:00
ariel-
acdc2d6d63
Core/Unit: partial cherry picked from commit b6a8045adc
2018-01-13 15:38:38 +01:00