Shauren
db85bad1ff
Core/PacketIO: Fixed dynamic updatefield handling when values get removed
2016-07-13 00:07:09 +02:00
Shauren
cb803e58ff
Core/PacketIO: Fixed sending ITEM_DYNAMIC_FIELD_MODIFIERS, value count must always match numbers of bits set in ITEM_FIELD_MODIFIERS_MASK
2016-07-12 20:56:09 +02:00
Krudor
cf60c492ec
Core/AI: Add better support for tracking DynObjs ( #17562 )
2016-07-12 18:04:19 +02:00
madoKun
03c5e7207b
Core/PacketIO: Fixed guild tabard displaying in characters list ( #17573 )
2016-07-12 09:53:10 +02:00
Shauren
9b14e8248c
Core/PacketIO: SMSG_UPDATE_OBJECT optimization - removed unneccessary memory allocation by dynamic_bitset
2016-07-11 17:14:42 +02:00
Shauren
22d29ce049
Core/Players: Fixed crash happening during character creation added in previous commit
2016-07-10 11:27:38 +02:00
Shauren
a78aa3cf4e
Core/PacketIO: Refactored building SMSG_UPDATE_OBJECT to append directly to final buffer and removed UpdateMask class
2016-07-10 00:11:19 +02:00
Shauren
dd20865cd7
Build fix
2016-07-09 22:46:51 +02:00
w1sht0l1v3
e47d4de6ec
Core/Scripts: Corrections after 14b93c04ee
...
(cherry picked from commit fcfb7b96b2 )
2016-07-09 21:21:43 +02:00
Shauren
b63e0769a5
Core/Units: Fixed autoattack range
...
Closes #17539
(cherry picked from commit 14b93c04ee )
2016-07-09 20:47:45 +02:00
Shauren
c2f6c4d2bd
Core/Auras: Renamed spell aura 333 to better describe its purpose
2016-07-08 23:19:38 +02:00
Shauren
ebff8cb342
Core/PacketIO: Fixed crash happening when someone sends too small packet that is processed directly in WorldSocket
...
Closes #17536
2016-07-07 18:12:50 +02:00
Ivan Beňovic
7fb6c4839d
Core/Unit: Fixed warning about comparison of mixed types. ( #17541 )
2016-07-07 16:47:14 +01:00
et65
f293994ef4
Core/MMaps: Fix crash introduced in commit 32e8b65 ( #17447 )
...
* Core/MMaps: Fix crash introduced in commit 32e8b6506f
* Also fix remaining memory leaks scenarios.
2016-07-07 15:04:52 +02:00
Ovah
2bede7bffd
Core/Instances: implemented handling for SMSG_BOSS_KILL_CREDIT ( #17525 )
2016-07-07 13:30:24 +02:00
Krudor
147d77102c
[6.x] Fix camera and player collision not updating when object scale changes ( #17529 )
2016-07-06 21:30:59 +02:00
Shauren
be461280d2
Build fix
2016-07-06 10:44:43 +02:00
Shauren
9958af7095
Core/Items: Optimize allowed item spec check for quest rewards from QuestPackageItem
2016-07-06 09:38:17 +02:00
Aokromes
a7fcae9328
Rename 2016_06_11_00_world.sql to 2016_07_05_00_world.sql
2016-07-05 19:28:58 +02:00
Ulduar
48f0f47dd2
[6.x] Scripts/Spells: K'ure & Decimatus, SAI + spell scripts
...
* Core/DB Add SAI for Decimatus.
Add Decimatus SAI and Dark Siphon spell condition target.
* Decimatus spell script for 169869.
Decimatus Transformation Sickness.
* Replace caster on target. Compiling fine!
And then you never know what comes into head Blizzard.
* Add three spell scripts.
Add support spell scripts for 189549, 189512 and 189491.
2016-07-05 19:27:59 +02:00
Shauren
b63346a25e
Core/Spells: Fixed spell dest range check failing on 0 distance max range requirement even if standing directly on top of destination
...
(cherry picked from commit ba63361d7c )
2016-07-05 17:02:34 +02:00
DDuarte
b9ec8ae328
Scripts/Commands: Fix build warning
...
(cherry picked from commit 42028a1842 )
2016-07-05 11:56:04 +01:00
DDuarte
7ab5145321
Scripts/Commands: Remove unused argument of .cometome command
...
(cherry picked from commit 1100fe6057 )
# Conflicts:
# sql/updates/world/3.3.5/2016_07_05_01_world.sql
2016-07-05 11:23:04 +01:00
Naios
a2ac2b3cc7
Core/EventProcessor: Check whether an event was aborted before aborting it.
...
* Fixes an assertion introduced in commit 1ad73212dc .
* Use itr = std::unordered_map<...>::erase for updating the iterator.
(cherry picked from commit d9755c637c )
2016-07-05 00:19:53 +02:00
Naios
80fe552894
Core/EventProcessor: Wait for non deletable events to get deletable.
...
* Immediate deletion caused issues with the SpellEvent,
so we delete it at one of the next update ticks now.
* Only affects the unforced cancellation of events.
* Ref #16675
(cherry picked from commit 1ad73212dc )
2016-07-05 00:19:45 +02:00
Naios
1a891f3a5e
Core/Scripting: Don't force event cancellation when swapping creatures.
...
* EventProcessor::KillAllEvents(force = false) should only be used
by the EventProcessor.
(cherry picked from commit d68316fcd2 )
2016-07-05 00:19:38 +02:00
Shauren
c0df972768
Core/Spells: Fixed crash with DEST targets added in b3d814ee50
2016-07-05 00:02:04 +02:00
Shauren
d0d76abc9d
Core/Achievements: Implemented all criteria tree operators
2016-07-04 22:52:07 +02:00
Shauren
9645f868ed
Core/Auras: Defined more aura types
2016-07-03 22:35:14 +02:00
Shauren
77f980035a
Core/Items: Implemented scaling item enchants with player level
2016-07-02 22:44:03 +02:00
Aokromes
e76f5bd93e
Update worldserver.conf.dist
2016-07-02 14:18:18 +02:00
Aokromes
54881d2296
Update worldserver.conf.dist
2016-07-02 13:20:18 +02:00
Shauren
ef396877ae
Core/Spells: Fixed spell range check
...
Closes #17060
(cherry picked from commit e6a52d4aae )
2016-07-01 20:39:38 +02:00
Aokromes
d8969f39fb
DB/Misc: Fix startup errors
2016-06-30 21:07:16 +02:00
Shauren
1b1478ba86
Core/Auras: Implemented spell aura 402 - SPELL_AURA_MOD_POWER_DISPLAY
...
Closes #17468
2016-06-30 17:20:13 +02:00
Shauren
7ed1c47f6b
Core/Auras: Implemented SPELL_AURA_OVERRIDE_SPELL_VISUAL
2016-06-29 19:49:23 +02:00
Aokromes
aa006b490c
DB/Creature: remove one incorrect npcflag
...
By tkrokli
2016-06-28 22:55:52 +02:00
Aokromes
fe3cdd54df
Rename 2016_06_28_00.sql to 2016_06_28_00_world.sql
2016-06-28 22:35:18 +02:00
Aokromes
c0974a3eaf
DB/Creature: remove one incorrect npcflag
...
By tkrokli
2016-06-28 22:35:01 +02:00
Shauren
b3d814ee50
Core/Spells: Fixed spell effect on caster not being processed instantly for spells that have travel time and hit both caster and another unit
2016-06-28 17:38:19 +02:00
Shauren
68473ccba2
Core/PacketIO: Marked CMSG_GUILD_NEWS_UPDATE_STICKY as thread unsafe
2016-06-27 17:19:05 +02:00
Shauren
a515b73738
Core/Spells: Fixed Glyph of Surging Mist
2016-06-26 19:52:41 +02:00
Shocker
9ae700c809
Core/Reputation: Player::SetReputation() / Player::GetReputation() should work with signed values
2016-06-26 14:51:37 +03:00
Shauren
55d5cd37df
Core/Auras: Implemented aura 321 SPELL_AURA_MOD_NO_ACTIONS
2016-06-25 10:50:28 +02:00
Aokromes
77d0e3257c
DB/Creature: Fix training targets granting experience
...
Closes #17450 by Anddrw
2016-06-25 00:54:40 +02:00
Shauren
420b9045e4
Core/Auras: Fixed SPELL_AURA_OVERRIDE_ATTACK_POWER_BY_SP_PCT to affect ranged attack power as well
2016-06-24 16:00:39 +02:00
Naios
2b97b32d81
Build: Throw a fatal error when the SCRIPTS variable isn't a valid option.
...
* Catches issues early that are caused through a wrong configuration.
2016-06-23 22:19:37 +02:00
Shauren
73aababbd4
Core/Spells: Fixed handling spell interrupts - PreventionType dbc field is a bitmask
2016-06-23 22:19:52 +02:00
Kito
c5bad429e2
Scripts/Monk: Surging Mist
...
* When glyphed and in stance will cast AOE ally selection heal
* Else, cast normal heal on Explicit target
2016-06-23 22:01:24 +02:00
Nelidon
b4c83443e7
Core/Battlenet: Allow player to switch realm ( #17441 )
2016-06-23 18:04:54 +02:00