aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-11Core/Creature: fix integer overflow in Creature::Update leading to endless ↵ariel-
thrashing of characters database Closes #19182
2017-04-11Core/Misc: fix non-pch buildariel-
2017-04-11Core/Loot: implement Loot Item Storage (#19018)xinef1
* Created Item Loot Storage, no more synchronous DB selects * Fixed buyback case, where stored loot was not removed from db * Added Primary key, and changed field types to be unsigned for table item_loot_money
2017-04-11Core/Random: Remove no longer needed hack for VS 2013Shauren
(cherry picked from commit 59fe9087447dc58c3f41fb6f647bc2b50a95b9b5)
2017-04-11Core/Movement: correct no point recalculation on speed change in ↵ccrs
TargetedMovementGenerator
2017-04-11DB/SAI: Fix Some Smart ScriptsKillyana
2017-04-10DB/Map: Add missing npcs and gameobjects on the old Champion's Hall & Hall ↵Kittnz
of Legends instances. Notes: this areas is not accessible for normal players.
2017-04-10Core/Unit: fix crash on magic school autoattacksariel-
Closes #19436
2017-04-10Core/Unit: cleanup and minor fixes of miss and resist calculationsariel-
- Removed Unit::GetUnitMeleeSkill as it was basically a copy of GetMaxSkillValueForLevel - Removed static from GetEffectiveResistChance, as this was passed anyways, changed name to CalculateAverageResistReduction, which better reflects what it does - Fix melee miss chances calculated from attacker maxskill instead of victim maxskill - Do actual checks if spell can be resisted/missed in MagicSpellHitResult (ie chances > 0) - Fixed SPELLMOD_RESIST_MISS_CHANCE calculation in MeleeSpellMissChance - Minor codestyle and cleanup of diminishing returns calcs
2017-04-09Core/Misc: fix static analysis issuesariel-
CID 1373466 CID 1373481 CID 1373482
2017-04-09Core/Quest: fix RewardNextQuest being used to condition previous quests in chainariel-
2017-04-09DB/Creature: Add missing Spirit Healer on Eastern PlaguelandsKillyana
For 3.3.5 only
2017-04-09DB/Gossip: Add broadcast gossip text for Argent Gruntling/Argent SquireKillyana
Closes #19402
2017-04-09DB/Creature: Fix Stonescythe Whelps factionKillyana
by offl Closes #19428
2017-04-09DB/Script: Fix Captain Dranarus sound rangeKillyana
By offl Closes #19427
2017-04-09Core/Scripts: Baltharus the Warborn preincrement _cloneCountKeader
2017-04-09Core/Movement: FormationMovementGeneratorccrs
Use own movement generator for creatures following on a formation. First step of implementation, huge room for improvement. Closes #19422
2017-04-08Rename 2016_11_27_03_world .sql to 2016_11_27_03_world.sqlAokromes
closes #19424
2017-04-08Core/Achievement: fix bad lookup of ↵ariel-
ACHIEVEMENT_CRITERIA_DATA_TYPE_S_EQUIPPED_ITEM item Closes #19064
2017-04-08Core/Misc: Fix static analysis issuesjackpoz
2017-04-07Core/Spells: Fixed Chilled to the BoneKeader
Closes #19417 thanks ariel-
2017-04-07[3.3.5] Core/Movement: MotionMaster & MovementGenerators cleaning (#19361)ccrs
2017-04-06Core/Player: fix weapon dependent aura talents not applied on talent learnariel-
Closes #19408
2017-04-04Core/GameObject: fix unitialized member on GameObjectDataariel-
2017-04-04Core/Creature: fix uninitialized member on CreatureDataariel-
Closes #19405
2017-04-03Core/Auction: wrap item deletions from AHBot auction on a transactionariel-
This speeds up the query execution time tremendously Refs #19182
2017-04-03Core/Scripts: Baltharus the Warborn make clone count more readableKeader
*Also fixed issue that make Baltharus summons alot of clones when he is casting
2017-04-03Core/AHBot: fix price calcariel-
- priceRatio is already a factor
2017-04-03Core/AHBot: fixed assert checkariel-
2017-04-03DB/Spells: remove some wrong spells from trainer tablesariel-
Refs #19394
2017-04-03Core/Spell: don't set scaleAura for some special spellsariel-
Closes #14541
2017-04-03Core/AHBot: fix a typoariel-
2017-04-03Core/AHBot: Refactor of AuctionHouseBotSeller:ariel-
- Use AuctionHouseBot.Class.* for what they really are, priorities, factor them when calculating item amount per class, changed enums to CONFIG_AHBOT_CLASS_*_PRIORITY to reflect this change - Don't factor in the priority calc empty item lists: * Let's say you had AuctionHouseBot.Class.Glyph set to 10, sum of AuctionHouseBot.Class.* is 20, and AuctionHouseBot.Items.Amount.White is 5000 * If there were no glyphs on the item list, you automatically lost 50% of the total item amount, meaning only 2500 of original 5000 were alloted to fill - Fixed AuctionHouseBot.AH.Price.Ratio to be an actual percentage factor - Separated containers in SellerConfiguration, each one better reflects what kind of data is stored there, now we won't use magic index 0 from _ItemInfo :P - General cleanup, removal of bad voodoo and magical numbers - Use unordered_sets for loading item lists, as they were only used to check for item presence
2017-04-03DB/Schema: add unsigned to some guid fields in charactersariel-
2017-04-03Core/Scripts: fix Judgement of Wisdom mana returnariel-
Closes #19400
2017-04-02Core/Scripts: Fixing Carbonion/TravisKeader
2017-04-02Core/Scripts: Fixed Baltharus the Warborn clonesKeader
*Clones not working after wipe *Changed Clone Action for a event (to check casting)
2017-04-02DB/Misc: Fix error in my last commitDr-J
2017-04-01Core/Scripts: Typo in last commitKeader
2017-04-01Core/Scripts: Fixed Volatile Ooze/Gas Cloud issues in Professor PutricideKeader
Closes #18925
2017-04-02DB/Quests: add condition for Bodley's gossip optionKillyana
Bodley's gossip menu option 57006 id 2 "I've misplaced the Brazier of Beckoning!" should be shown only if quest 8996 (Return to Bodley) is not rewarded. Ref. issue #19375
2017-04-01DB/SAI: UnderbogDr-J
* Rescript underbog lord has regrowth is not linked to hp as was previously scripted infact you don't even have to damage npc for it to use this abilitie and it should stack 10 times increasing damage by 150% not only cast once hp is below 50%, also cast knock-away on range instead of ic so it only uses this abilitie If there is a target in range rather than ic even if there is no target in range * Naturalist bite - make gossip and option available in heroic mode too not only normal mode
2017-04-01DB/LinkedRespawn: Fixed evade issue in Ruby Sanctum mini-bossesKeader
2017-04-01DB/Spell: fix Darkmoon Card: Berserker from proccing off everythingariel-
2017-04-01DB/Spell: Fix Living seed proc from non-damaging spellsariel-
2017-04-01DB/SAI: Fix wrong gossip option ID used by BodleyKillyana
Ref #19375
2017-03-31DB/Quests: The Left/Right Piece of Lord Valthalak's AmuletMrSmite
Fix class restrictions for Dungeon Set 2 armor quests - The Left Piece of Lord Valthalak's Amulet (8966,8967,8968,8969) - The Right Piece of Lord Valthalak's Amulet (8989,8990,8991,8992) Closes #19375
2017-03-31Core/ScriptReloadMgr: Fixed scripts hot swapping on OS X (#19365)S.V
2017-03-31DB/Creature: fix regenerating health for vehicles in Wintergrasp and BGsariel-
Closes #950
2017-03-31Revert "Core/Battlegrounds: disable health regen for battleground vehicles ↵ariel-
(#19183)" This reverts commit 85af0a06305e6f771482da973244737e47bcf34c.