Commit Graph

33354 Commits

Author SHA1 Message Date
ariel- 63fa69d39f Core/Spell: consider spells with no targets for the purpose of finish procs
Closes #18799

(cherry-picked from c3474f57bc)
2018-12-09 14:18:42 +01:00
Rushor 77cb6c1a3f Game/AI: Implement ContactDistance for ACTION_MOVE_TO_POS (#18720)
(cherry-picked from 60d1c0e20d)
2018-12-09 14:18:42 +01:00
ariel- 0764ac47e0 Core/Collision: fix no-PCH build
(cherry-picked from 65b6202bd8)
2018-12-09 14:18:42 +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
xinef1 8573b651c8 Core/Units: Drop hostile world references that are out of our sight (fixes combat bug) (#18591)
(cherry-picked from ba6281bf42)
2018-12-09 14:18:42 +01:00
HelloKitty 46c69df3a7 Core/Vmaps: Stop M2s from occluding for spellcast LoS
Closes #18528

(cherry-picked from 01d715eaef)
2018-12-09 14:18:42 +01:00
Shauren da3783876b Core/Player: Removed unneeded distance check from Player::ActivateTaxiPathTo, it is already checked by HandleActivateTaxi* methods (and taxis started serverside should not have such requirements)
Closes #15398

(cherry-picked from 998efa55d8)
2018-12-09 14:18:42 +01:00
Keader 0b715ffc24 Core/Spell: Fixed range issues with some quest spells
(cherry-picked from 6f7310a259)
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
Keader a31a828a40 Core/Scripts: Removed unneeded check in Blood Prince Council
(cherry-picked from 55c3eb66d7)
2018-12-09 14:18:42 +01:00
sirikfoll e64cd5669d Core/Scripting: Fixed hotswap calling evade mode for dead creatures
(cherry-picked from afa8527338)
2018-12-09 14:18:42 +01:00
ForesterDev f2950f851e Core/Objects: Fixed trap visibility for enemies. (#18815)
Closes #18251

(cherry-picked from d4f8d41d08)
2018-12-09 14:18:42 +01:00
ForesterDev 9e021c105f Core/Chat: Fixed logical error for raid warning introduced in fc06465b17 (#18814)
Closes #18787

(cherry-picked from 8a07fe7f8c)
2018-12-09 14:18:42 +01:00
xinef1 0d0dea6398 Fixed visual bug where accessory could detach from vehicle on client (#18590)
Closes #15153

(cherry-picked from 2e635cf3cf)
2018-12-09 14:18:42 +01:00
Keader 7653d24072 Core/RubySanctum: Updates in Saviana Ragefire encounter
* Fixed Codestyle
* Fixed Spell timers
* Added DespawnAtEvade Method

(cherry-picked from bef8a6dee5)
2018-12-09 14:18:42 +01:00
Alan Deutscher df7c048fe6 Strip QUEST_FLAGS_AUTO_ACCEPT from quest details sent to client if ignoring auto-accepts in config
(cherry-picked from 7a245c4b69)
2018-12-09 14:18:42 +01:00
Alan Deutscher 77150bc8ec Core/Chat: Added option to allow 5-man parties to use raid warnings
Closes #17889

* Added parentheses to satisfy TravisCI.

* Adjusted to a boolean config option instead of an integer.

(cherry-picked from fc06465b17)
2018-12-09 14:18:42 +01:00
ariel- ea0cd93662 Core/Scripts: added command to move characters across accounts
(cherry-picked from f7f865f818)
2018-12-09 14:18:42 +01:00
Rushor b5174339ae Core/Vehicle: Remove immunity to Battering Ram for Ulduar vehicles (#18562)
Closes: #15185

(cherry-picked from 193e51a80b)
2018-12-09 14:18:42 +01:00
Staleness89 27f8f896a4 Core/Player: Add another config option for IsGroupVisibleFor() (#18723)
(cherry-picked from 7c379129e9)
2018-12-09 14:18:42 +01:00
xinef1 114aedcc14 Core/Pets: Fixed hunter pet resistance exploit (#18600) 2018-12-09 14:18:42 +01:00
xinef1 0a2876c091 Core/Pets: Fixed exploit where warlock can abandon its pet to generate new name (#18606)
(cherry-picked from 8ce5712552)
2018-12-09 14:18:42 +01:00
Shauren e32cfb58f1 Core/Misc: Defined another content tuning type 2018-12-09 13:25:43 +01:00
Shauren caad2f96d8 Core/Trainers: Fixed trainer spells that are cast by trainer 2018-12-08 00:06:36 +01:00
funjoker f272a78caa Core/DataStores: Implemented sending hotfixes for db2 stores not loaded serverside (#22800) 2018-12-08 00:05:57 +01:00
ReyDonovan 9a8f09de57 Core/DataStores: check loaded DB2 8.0.1 28153 (#22849) 2018-12-07 19:10:58 +01:00
Shauren 8e1d5d5143 Core/Spells: Updated gathering profession skills 2018-12-07 19:09:10 +01:00
Shauren 83bc1cbe64 Core/Spells: Improved spell value calculation - variance will not be applied to spells with forced basepoints from CastCustomSpell 2018-12-07 18:26:26 +01:00
Shauren fb817ed24b Core/Spells: Fixed spell effect value calculation 2018-12-04 20:18:14 +01:00
Shauren 1b67a2626b Core/Players: Update profession rank handling with new split skill values for each expansion 2018-12-02 17:39:41 +01:00
Shauren 947771e6bd Core/Taxi: Filter out unreachable nodes from taxi nodes packet 2018-11-25 14:28:44 +01:00
Shauren b82cb8678d Core/Taxi: Fixed building taxi masks 2018-11-25 11:05:09 +01:00
Shauren 57971961ec Deleted WIP log 2018-11-22 22:15:57 +01:00
Shauren a069ca177c Tools: Remove patcher (will not work for bfa) 2018-11-22 20:11:44 +01:00
Chazy Chaz 95d7a1ff13 Core/Misc: Update locales_achievement_reward to simple system
Closes #19528

(cherry picked from commit 309a7f7e2a)
2018-11-21 22:45:00 +01:00
Ovah 50ec47048b Core/Vehicles: define and implement VEHICLE_SEAT_FLAG_DISABLE_GRAVITY (#22804) 2018-11-21 18:00:20 +01:00
Shauren 1423d3e7f3 Core/Creatures: Allow multiple SPELL_EFFECT_LEARN_SPELL effects on trainer spells
Closes #22787
2018-11-13 17:49:36 +01:00
Shauren 5bfb1cc960 Core/Chat: Updated quest chat link format 2018-11-12 23:27:28 +01:00
Shauren d087f113ca Core/Misc: Updated InventoryResult, SpellCastResult and SpellCustomErrors enums 2018-11-12 12:42:37 +01:00
Palabola cf3764a40b Core/Creatures: Deleted unused creature damage fields (#22772) 2018-11-07 22:28:50 +01:00
Shauren 3f1197855f Core/Utils: Avoid unneccessary container copy 2018-11-07 20:27:22 +01:00
Traesh 9d210476e5 Core/Creatures: Update creature model handling with new display scale (#22567) 2018-11-07 20:23:30 +01:00
Shauren 31f0186d20 Core/Bnet: Updated protobuf messages and services 2018-11-05 17:41:37 +01:00
Shauren 126c8cf90f Contrib/Protobuf generator: Updated to new proto format 2018-11-05 17:40:27 +01:00
Shauren 0a779bd791 Core/PacketIO: Updated packet structures to 8.0.1 2018-11-05 00:00:34 +01:00
Shauren 41a7e08e43 Core/Bnet: Safeguard auth process against bad external db modifications 2018-10-22 19:06:26 +02:00
funjoker 31a2a394c7 DB: Update gossip_menu, gossip_menu_option and gossip_menu_option_action
Closes #22625
2018-10-17 19:53:19 +02:00
Killyana 27510aa299 DB/Creature: Add more Spirit healer
Ref #19253
2018-10-14 18:49:30 +02:00
Killyana b993e3b278 DB/Creature: Add missing Spirit Healer
Closes #19253
2018-10-14 18:07:06 +02:00