aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-16Misc: Add an editorconfigNaios
* This is a platform independent config which is supported in many editors to set the charset and intendation automatically on a per project basis. * The latin1 charset is a workaround for the MSVC editorconfig support which stores utf-8 with bom instead of none. (cherry picked from commit 850fbbd6a939a7a577bdd8fe840b0baa66b1ec99)
2017-10-16Build: Fix the in-source build preventionNaios
(cherry picked from commit 4aa476cbcc3530be937f79696fd6d5d69d7e7dce)
2017-10-16Contrib/Grafana: updated dashboards (#20563)Evgeny Frolov
Add a single page dashboard including all graphs, useful for Grafana Cloud since it allows to created only a limited number of dashboards.
2017-10-15Core/Unit: CalculateMeleeDamage should use unmodified damage to compute HitInfoariel-
d3a71a83387f757f87c7d27e1054498c8cc49c8f follow-up (cherry picked from commit 8da43fb7c7b9d072c924a741900162584e026970)
2017-10-15Fixed buildjoschiwald
2017-10-15Core/Spells: use DamageInfo struct to calc spell absorbs and resists, and ↵ariel-
use calculated proc hitMask on aura ticks Closes #18135 (cherry picked from commit d3a71a83387f757f87c7d27e1054498c8cc49c8f) # Conflicts: # src/server/game/Entities/Unit/Unit.cpp # src/server/game/Entities/Unit/Unit.h # src/server/game/Spells/Auras/SpellAuraEffects.cpp # src/server/game/Spells/SpellEffects.cpp # src/server/scripts/Commands/cs_misc.cpp
2017-10-15DB/Creature: fix Prince Valanar (ICC) respawn healthariel-
(cherry picked from commit acc6688d36a567015a48efbfd5f0a8f13e0dbc70)
2017-10-15Core/Globals: abort server startup if there are wrong factions in DBariel-
Closes #18127 (cherry picked from commit d66a809b8e8c3c7530822489865f416741399fcb)
2017-10-15Core/Unit: fix chain cc's not being diminished properlyariel-
Logic fail in 9b0fa51022fba3d5ece96dd0ac8399be01ea5b0f (now diminishing info is always initialized) (cherry picked from commit 2f03d502f34d0e9f69fd2d23cfb69b1ec8bb8891)
2017-10-15Core/Spells: moved handling of SPELL_ATTR0_CU_DONT_BREAK_STEALTH inside proc ↵ariel-
system. Fixes additional issues with spells that shouldn't be breaking stealth and had this attribute (cherry picked from commit bea0c019644b06a06ab07f150de87a1496898459)
2017-10-15DB/Quest: remove wrong repeatable flag from some quests.SnapperRy
(cherry picked from commit de22843bcbe13ea2ba1ef89605a96aaaac6a3587)
2017-10-15Scripts/Trial of the Crusader: Fixed crash in Snobold Vassal script (#18124)Keader
Closes #18122 (cherry picked from commit cdc5a36dbb8c3498fcdab43ce568548d3b60ccfa)
2017-10-15Core/Unit: prematurely abort GetFactionTemplateEntry instead of returning a ↵ariel-
null pointer Factions should never be invalid for players/spawned creatures anyways Ref #18113 (cherry picked from commit 5f580c9d3d3d34be13e24000c1aeb5640dc4cc27)
2017-10-15DB/SAI: Duggan WildhammerKillyana
By Staleness89 Closes #18112 (cherry picked from commit 3ab164f4add62c30d14b3f4b9b1e60d9560fd004)
2017-10-15Script/Spell: remove cosmetic effect for Water Bucket item at login if it ↵SnapperRy
expired after the player logged out. (cherry picked from commit 16cfd59f5b368fd1d05eeeab3afbacfccf0a6870) Add forgotten override. (cherry picked from commit c6f94ba42ec7e66419b636ac09aacc1ee7320a77) Fix non-PCH build. (cherry picked from commit 02cea9c0bac2f999b461d3679a32672b6f0ac2da)
2017-10-15DB/Spell: fix cosmetic effect triggered when a Water Barrel is used.SnapperRy
(cherry picked from commit e78cb6ac5c96c41dbded43f7f648ab8642eeac09)
2017-10-15Core/Arena: Fix lag caused by arena distribution (#17989)Ivan Bakula
Avoid queueing unneeded queries to save arena teams and arena team members data if nothing was changed during that week. (cherry picked from commit 3f3dee804904042486741320519553a49c3149bb)
2017-10-15DB/GameObject: Change position of the Candy Bucket in Bor'gorok OutpostKittnz
Updates #18104 (cherry picked from commit f1cced96b3094273e29adbf72de58617c538402d)
2017-10-15DB/Quest: Stinking Up Southshore should not be repeatable.SnapperRy
(cherry picked from commit 005e5537ea5646d1e22f2d6a3d22fe2e443bf2c1)
2017-10-15Core/Spell: do positivity spell checks only against actually hitted effects ↵ariel-
instead of the whole spell Closes #18097 (cherry picked from commit 5c1dfce168e31f473418930fdd09eb800c64c44c)
2017-10-15DB: Add some Npcs/Gobs related to Hallow's EndKillyana
(cherry picked from commit 0285486603a0364f8dfe2b6bec1391880adcede4)
2017-10-15DB/Quest: Hallow's End Treats for Spoops! should not be repeatable.SnapperRy
Also the item Hallow's End Pumpkin Treat should only be available from vendor after turning in that quest. (cherry picked from commit 489e5b60dbe2faeb3fc0c7f4c359d2e75a1c9472)
2017-10-15DB/GameObjects: Remove Apple Bob duplicate spawnsKillyana
(cherry picked from commit f3dcdc4e647ef3e573c9e8892109dd36bc0b11f4)
2017-10-15DB/Creature: assign core script to creature Magister Aledis.SnapperRy
Forgotten in 94c41c9. (cherry picked from commit 50011d7e2d8b78f2fc58b5b1048f744f197eed6d)
2017-10-13Core/AI: implemented AI hook for interrupting spells (#20610)Ovah
2017-10-11Core/Realms: Made realmlist threadsafeShauren
2017-10-10Core/Bnet: Fixed uninitialized valueShauren
2017-10-09Core/Mails: Fixed mail_items entries being left in database after deleting ↵Shauren
expired mails Closes #20194 Closes #20461 (cherry picked from commit 1f3cf8bcf4ff786bea691a6460239a4127b2f97f)
2017-10-09Core/Creature: Refactor and improve vendor items (#20328)Roc13x
* Implement item bonuses in vendors. * Implement the PlayerConditionID and IgnoreFiltering DB columns. * Fix loading referenced vendor items * Allow adding bonuses in .npc add item command
2017-10-08Tools/Patcher: Changed -launcherlogin patch for macShauren
2017-10-08Update RBAC.hAokromes
2017-10-07Core/DataStores: Implemented [] operator on DB2Storage (#20494)Štefan Lazový
2017-10-04Fix non-PCH build.Gacko
2017-10-03Dropped obsolete code added in 2d75d8071bb6d85987bdc5d88ed2271822fcbcfdjoschiwald
2017-10-03Core/Unit: Change aura proc pair container to vectorariel-
(cherry picked from commit 34f734c89047900da30c8bfea61af1be567bf7c8)
2017-10-03Core/Spell: clear auras of channeled spells if channeling is cancelled due ↵ariel-
to invalid targets (dead or w/e) Closes #14859 Closes #15186 (cherry picked from commit 2d0fb356de5b2dda06b008a875c6d4ea31eb5dfd)
2017-10-03Core/Spells: mark Arcane Missiles aura as negative. Was downranking the ↵ariel-
spell when targetting low level mobs due to effect 1 flagged as possitive. Closes #12152 (cherry picked from commit 2b9f807fd94db40568baa3d780ba7c218cccdd69)
2017-10-03DB/Spell: some proc fixesariel-
- Glyph of Totem of Wrath should proc from triggered casts (fixes aura not applied when summoning through Call of the xx spells) - Fix Deadly brew not proccing at all - Fix Light's Beacon not healing with Holy Shock by xjose93 (cherry picked from commit c6d77e02860073e40a09cd1c847c73c02299eb29)
2017-10-03Core/SpellMgr: some changes in default proc generation. Fix an issue of ↵ariel-
stealth breaking with positive and/or healing spells (cherry picked from commit 531904afffa010a07ed866b2ae76d97ef1f935e4)
2017-10-03Warning fixShauren
2017-10-03Core/Globals: compute aura diminishing return info at startup and cache itariel-
Core/Entities: Save diminish return on an array instead of a linked list (cherry picked from commit 9b0fa51022fba3d5ece96dd0ac8399be01ea5b0f)
2017-10-03Core/Bnet: Added support for -launcherlogin logins (external client launcher ↵Shauren
required)
2017-10-03Fixed buildjoschiwald
2017-10-03Core/AuctionHouseBot: ahbot characters subsystem shake-upariel-
Bonus: fix moar static analysis issues (cherry picked from commit f4a10571f74450daf26a5b0c5bd0f3114c231120)
2017-10-03Core/Spell: allow SPELL_EFFECT_QUEST_COMPLETE to set a quest to rewarded ↵SnapperRy
only if that quest is used as internal flag by the server (has flag 1024 - QUEST_FLAGS_TRACKING). (cherry picked from commit 551a8ff8ae4c5949bd5ff47c0544713e405bedce)
2017-10-03Core/Quest: show DIALOG_STATUS_AVAILABLE instead of DIALOG_STATUS_REWARD for ↵SnapperRy
non-repeatable autocomplete quests. (cherry picked from commit 7666296f5460670e075c290778377676a614cc53)
2017-10-03Core/Quest: send correct packet when a quest cannot be rewarded for ↵SnapperRy
item-related errors. (cherry picked from commit c067fe544dd57c3ac72f3251b35d6f30e32d835a)
2017-10-03DB/SAI: improve timers and remove wrong text from Viera Sunwhisper.SnapperRy
(cherry picked from commit 5c7c8202ec86d2d19ac0fb8f71b8b321769b5a10)
2017-10-03Fixed nonpch buildjoschiwald
2017-10-03Entities/Creature: Fix an edge case issue where creatures would re-acquire ↵treeston
target after respawn if they despawned while spell focusing. Instance/AzjolNerub: Fix Anub'arak wall and add sequence break info. Fixes and closes #18013. (cherry picked from commit 0d725e1336f4eb40ab392471af4c2381ea04b9e6)