Commit Graph

18941 Commits

Author SHA1 Message Date
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
psayafan
fe2aed6047 Core/Player: Add option to prevent rename during character customization
Closes #17420
2016-06-23 21:31:09 +02:00
Aokromes
bd7dc87b02 Core/Misc: Even better description for a log 2016-06-22 14:32:48 +02:00
Aokromes
54d4769d4b Core/Misc: Better description for a log 2016-06-22 14:24:11 +02:00
Meruemu
325ccab595 Core/Scripts: Fix array out of bounds in boss_mother_shahraz.cpp. (#17434)
Fix an error in Prismatic Shield auras and Fatal Attraction teleport points selection (was introduced in fb63c8e915)
2016-06-21 23:18:08 +01:00
jackpoz
75319e4a68 Core/Creature: Fix assertion triggered
Fix assertion triggered when a Creature was summoned at an invalid position with Auras loaded as Creature addons.
Fix #17415
2016-06-21 22:19:31 +02:00
vincent-michael
d1cb53aa2c Core/Scripts: Fixed non pch build 2016-06-19 18:13:10 +02:00
elecyb
d7460887c8 Core/Entities: Moved PITCH movement flags into TURNING mask (they do not cause movement in any direction alone, only combined with forward/backward/strafe)
Closes #16256
2016-06-18 16:53:34 +02:00
elecyb
f8e87a445a Core/Player: Fix ghost players water walking visual bug
Fix bug of ghost players appearing as swimming to other players instead of water walking.
Ref #16256
2016-06-18 14:55:48 +02:00
Aokromes
b2effe4460 Core/Pet: Fix pet at rest distance (#17206)
* Core/Pet: Fix pet at rest distance

By MrSmite, closes #10865

* Update TargetedMovementGenerator.cpp
2016-06-18 14:21:43 +02:00
SnapperRy
764daeb9cc Script/Quest: Improvements for quest Corrosion Prevention (27347): (#17385)
- Energized! spell should target only the caster and any player around.
- Prevent trigger from gaining threat from beneficial spell casts, getting stuck in a "gaining threat but cannot attack, reset" situation.
- The Power Core Fragment near the zeppelin crash should always be active.
2016-06-18 14:11:09 +02:00
Aokromes
e2e872d657 Core/DungeonFinder: Add new log to allow to debug some issues
By Spp- on #14331
Enable lfg.allqueued DEBUG log. It will give more detailed info.
2016-06-18 12:56:23 +02:00
ariel-
e881afcd1c Core/Spell: Fix eviscerate AP coefficient, should be fixed, not random (#17085)
http://www.wowace.com/addons/dr-damage/files/8956-r1388/
2016-06-18 10:44:48 +02:00
tkrokli
736843fbb5 Core/Scripts: Tom Hegger must target player in Say text (#17395)
File: zone_borean_tundra.cpp
Script: npc_hidden_cultist
Quest: The Hunt is On, 11794
NPC:  Tom Hegger, 25827

Before this change, Tom Hegger does not target player when saying his
aggro text "You don't know who you're messing with, $c!   Death beckons!"
and hence the text $c will be shown instead of the player class.
2016-06-17 13:28:26 +02:00
Treeston
a49544cc18 Creature/Loot: Do not display "lootable" sparkles for player even if others in the group still have quest items to be looted from creature. (#16265) 2016-06-17 12:46:13 +02:00
treeston
90ff3ce8c8 Merge branch '3.3.5-frogger' into 3.3.5 (PR #17261) 2016-06-16 17:53:14 +02:00
Keader
994eab6bae Core/Pet: Fixed pets dont lose auras on join arena (#17185) 2016-06-16 16:51:18 +01:00
mik1893
fd88a67182 Core/Spells: Implement SPELL_ATTR7_INTERRUPT_ONLY_NONPLAYER (#17160)
* Core/Spells: Implement SPELL_ATTR7_INTERRUPT_ONLY_NONPLAYER
Closes #14972
2016-06-14 20:06:00 +01:00