SnapperRy
baf54cff3b
Core/Quest: implement usage of QUEST_FLAGS_RAID to allow a quest to be completed while in raid. ( #17535 )
...
By @ForesterDev
2016-07-11 10:15:51 +02:00
Meruemu
4a46fee03e
Core/Entities: Fix flag CREATURE_FLAG_EXTRA_NO_PARRY_HASTEN implementation. ( #17548 )
2016-07-11 10:15:05 +02:00
Warpten
07ce570be8
Scripts/RubySanctum: Fix missing break reported by Coverity.
2016-07-10 17:46:15 +02:00
SnapperRy
df532d1948
Core/Script: add missing say in script for npc Lakota Windsong
2016-07-10 14:39:10 +02:00
Keader
23b6991273
Core/Movement Fixed minimum speed check ( #17555 )
2016-07-10 11:32:14 +02:00
Snapper
ebb33bbfc1
Core/Misc: use enum for UNIIT_NPC_FLAGS' zero values
2016-07-10 09:33:55 +02:00
Aokromes
8211266f9b
Core/Player: Move few logs of loglevel and add few notes ( #17554 )
2016-07-10 00:31:33 +02:00
Snapper
21797c6c4f
Core/Misc: kill whitespace and use enum instead of hardcoded value.
2016-07-09 21:36:04 +02:00
SnapperRy
bf9b89dd2e
Core/Quest: don't save queststatus for autocomplete quests ( #17487 )
2016-07-09 18:29:05 +02:00
Shauren
cb786e8841
Core/Quests: Fixed crash during loading quest rewarded status added in 7905651b07
...
Closes #17552
2016-07-09 17:46:16 +02:00
w1sht0l1v3
fcfb7b96b2
Core/Scripts: Corrections after 14b93c04ee
2016-07-09 17:14:03 +03:00
joschiwald
c96f53e85f
Core/Handlers: removed useless db query
2016-07-09 13:16:08 +02:00
Shauren
14b93c04ee
Core/Units: Fixed autoattack range
...
Closes #17539
2016-07-09 13:03:03 +02:00
Golrag
0b98544286
Core/Unit: Add proc cooldown to all units ( #17546 )
2016-07-08 21:52:30 +02:00
treeston
0547926f17
Entities/Creature: Add some more std::chrono overloads
2016-07-08 17:02:34 +02:00
SnapperRy
eb1cd4c907
Core/Script: small improvement for quest "The Hunt is On". ( #17537 )
...
Reset emotestate when the event starts.
2016-07-07 21:55:52 +02:00
Shauren
ce947814c6
Core/PacketIO: Fixed crash happening when someone sends too small packet that is processed directly in WorldSocket
...
Ref #17536
2016-07-07 18:22:29 +02:00
Aokromes
3016783595
Core/Misc: Coding standard
2016-07-06 17:46:31 +02:00
Aokromes
a832865ce2
Core/Misc: Coding standard ( #17521 )
2016-07-06 10:54:36 +02:00
Shauren
e0cc650ea9
And another typo fix
2016-07-06 10:29:33 +02:00
Shauren
fcffdc38a7
Typo fix
2016-07-06 10:25:56 +02:00
Aokromes
fda9f1a136
Core/Mmaps: Charge ignoring z position of target ( #17516 )
...
* Core/Mmaps: Charge ignoring z position of target
By cemak closes #15011
2016-07-06 10:23:12 +02:00
ariel-
cfbfa8158a
Core/Unit: remove duplicate resist roll in Unit::MeleeSpellHitResult ( #17520 )
2016-07-06 08:58:59 +02:00
SnapperRy
bf30ec9c8e
Core/Fishing: update fishing skill regardless of success or failure (junk items fished) ( #17504 )
2016-07-05 23:23:22 +02:00
Shauren
ba63361d7c
Core/Spells: Fixed spell dest range check failing on 0 distance max range requirement even if standing directly on top of destination
2016-07-05 16:59:37 +02:00
SnapperRy
03b15d968b
Event/Midsummer: improve pole ribbon functionality ( #17464 )
...
Event/Midsummer: improve pole ribbon functionality:
- Bunny creature should hover, which puts it in the intended position.
- Use correct visual and internal spells to handle cosmetics and timers.
2016-07-05 15:19:30 +02:00
DDuarte
42028a1842
Scripts/Commands: Fix build warning
2016-07-05 11:55:29 +01:00
DDuarte
1100fe6057
Scripts/Commands: Remove unused argument of .cometome command
2016-07-05 11:21:50 +01:00
Gustavo
dfe278459d
Core/Scripts Corrections on Halion's Encounter ( #16725 )
...
Core/Scripts: Updates to Halion
* Fixed Combustion and Consumption.
* Fixed Living Embers and Blazing Auras.
* Timer changes.
2016-07-05 10:54:31 +02:00
SnapperRy
7905651b07
Core/Quest: do not save/load Dungeon Finder/daily/repeatable quests as completed ( #17458 )
...
* Core/Quest: do not save/load Dungeon Finder/daily/repeatable quests as completed
2016-07-05 09:53:08 +02:00
SnapperRy
b20912c8f6
Core/Spell: allow use of ground mounts while swimming ( #17488 )
2016-07-05 03:11:21 +02:00
Aokromes
d34cce1edb
Code/Battleground Opening a game object(banner) under absorb effects … ( #17459 )
...
* Code/Battleground Opening a game object(banner) under absorb effects in battlegrounds should result an interupt
By zwerg, closes #6222
2016-07-04 21:12:36 +02:00
Andrew Letson
32dd6bbca8
Core/Scripts: Migrate Shadowmoon Valley NPC's to SAI ( #17373 )
...
* Migrate Flanis Swiftwing and Kagrosh to SAI and more.
2016-07-04 16:17:27 +02:00
Naios
d9755c637c
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.
2016-07-03 20:52:50 +02:00
jackpoz
284dd6b80d
Core/Crash reporting: Better handle max nesting level setting
...
Fix wheaty exception report counting reference symbols as 2 nesting levels, not logging child objects in some cases, i.e. spell id in SpellEvent crash.
2016-07-03 13:16:06 +02:00
Naios
1ad73212dc
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
2016-07-03 00:22:23 +02:00
Naios
d68316fcd2
Core/Scripting: Don't force event cancellation when swapping creatures.
...
* EventProcessor::KillAllEvents(force = false) should only be used
by the EventProcessor.
2016-07-03 00:14:22 +02:00
Aokromes
fad58ad099
Core/Misc: Even better description for logs
2016-07-02 22:31:11 +02:00
Aokromes
90cff479ac
Core/Misc: Better description for a log
2016-07-02 19:53:38 +02:00
Aokromes
f1923a2e3a
Core/Misc: Better description for a log
2016-07-02 19:35:44 +02:00
Aokromes
9a25c0e7e0
Core/Misc: Better description for few logs
2016-07-02 19:31:48 +02:00
Aokromes
35042de723
Core/Misc: Better description for a log
2016-07-02 19:14:21 +02:00
Aokromes
6631697505
Update worldserver.conf.dist
2016-07-02 14:17:50 +02:00
Aokromes
4e37275a50
Update worldserver.conf.dist
2016-07-02 13:20:52 +02:00
Shauren
e6a52d4aae
Core/Spells: Fixed spell range check
...
Closes #17060
2016-07-01 20:26:49 +02:00
robinsch
3213e4712c
Core/Spells: Rewrite Steady Shot damage to deal correct damage when using Heirloom Weapons ( #17481 )
2016-06-30 17:17:43 +02:00
SnapperRy
c853a83dd0
Core/Loading: output error when specified emote id for some quest-related tables is invalid ( #17469 )
...
* Core/Loading: output error when specified emote id for some quest-related tables is invalid
* Apply suggested changes (and kill whitespace)
2016-06-28 18:01:03 +02:00
Aokromes
b0e5f6de47
Scripts/Midsummer: Burning hot pole dance ( #17445 )
...
* Scripts/Midsummer: Burning hot pole dance
By zwerg, closes #6876
2016-06-26 00:27:19 +02:00
Gustavo
f1639a30ba
Core/Scripts Boss Ahune Clean-up ( #17320 )
...
Remove use of flags UNIT_FLAG_NON_ATTACKABLE and UNIT_FLAG_REMOVE_CLIENT_CONTROL
Replace with correct one, UNIT_FLAG_UNK_31, imunity part now is fully handled by auras
Fix a problem with bugged orientation while casting SPELL_SYNCH_HEALTH
Use std::crono notations
Remove unneeded code
Move one spell_linked_spell to SpellScript
Fix Loot issue
Fix Possible Crash
2016-06-26 00:23:19 +02:00
Naios
185921dc2b
Core/Common: Add the linkage type to the version string
...
* Add platform strings for intel and apple
* Remove usage of underscore uppercase identifiers because
those are reserved for the compiler.
* Requested by Aokromes
(cherry picked from commit afa0bac669 )
2016-06-23 22:24:52 +02:00