aboutsummaryrefslogtreecommitdiff
path: root/src/game/StatSystem.cpp
AgeCommit message (Collapse)Author
2009-09-14Backed out changeset d3fe2d6d504a (please test your patches thoroughly ↵maximius
before getting me to push them ogeraisi) --HG-- branch : trunk
2009-09-14*Merged MaNGOS [8458], [8475], [8476] by ogeraisi, thanks to all authors :)maximius
--HG-- branch : trunk
2009-09-02 [8449] Deprecate healing/damage item mods and merge internal data in to ↵megamage
spell power. Author: VladimirMangos * Report at loading about deprecated ITEM_MOD_SPELL_HEALING_DONE and ITEM_MOD_SPELL_DAMAGE_DONE and drop support code. * Merge healing/damage base spell bonus fields and function to spell power field/function. --HG-- branch : trunk
2009-08-17*Implement aura type SPELL_AURA_MOD_CRIT_PCT(290).QAston
--HG-- branch : trunk
2009-08-10*change SPELL_AURA_MOD_ARMOR_PENETRATION_PCT to reduce armor on target and ↵megamage
add cap amount of armor reduced by armor penetration rating By thenecromancer --HG-- branch : trunk
2009-08-09mergemegamage
--HG-- branch : trunk
2009-08-09Backed out changeset: 43d0f185abe2megamage
--HG-- branch : trunk
2009-07-30 [8237] Apply attack power multiplier to creature bonus attackpower. ↵megamage
Author: Lynx3d Note: mindmg/maxdmg in creature_template expected including attackpower part in its. attackpower field only show part of attackpower not affected by AP multiplier. Thanks also to Seizer for take part in reseach and patch review. --HG-- branch : trunk
2009-06-22* Update creature damage calculation by synchronising ↵Machiavelli
Creature::UpdateAttackPowerAndDamage and Creature::UpdateDamagePhysical with MaNGOS. --HG-- branch : trunk
2009-06-22Backed out changeset 8569b2063da0Machiavelli
--HG-- branch : trunk
2009-06-22[7904] Change creature damage calculation formula. Author: Seizerkiller.Machiavelli
--HG-- branch : trunk
2009-06-19*Update creature damage calculation.megamage
--HG-- branch : trunk
2009-06-18*Fix raise dead spell - original patch by Astellar, thanks for some help in ↵QAston
conversion for Azrael *Correctly apply spell cooldown for spells with cooldown starting after pet unsummon. --HG-- branch : trunk
2009-06-17*Update creature melee damage calculation.megamage
--HG-- branch : trunk
2009-06-16"*Fix Kindred Spirits.QAston
*Fix typo causing auras SPELL_AURA_MOD_ATTACK_POWER_OF_ARMOR to modify ap with too big amount. --HG-- branch : trunk
2009-06-16 [8024] Implement SPELL_AURA_MOD_ATTACK_POWER_OF_ARMOR(285). Author: Beastemegamage
Also drop outdated support code for 61216 and ranks. This implement work talents 61216 and 48978 with ranks. --HG-- branch : trunk
2009-06-16*Fix aura type 280.QAston
--HG-- branch : trunk
2009-06-06[7970] Update test for spell 16972 and ranks (now if have 2 dummy effect but ↵megamage
need effect 0 in check place) Author: VladimirMangos --HG-- branch : trunk
2009-06-01*Fix the bug that shaman/druid/mage pets do not have scaled statsmegamage
--HG-- branch : trunk
2009-06-01Warlock pet scaling off Lock stats. By arcx and nesocipmegamage
--HG-- branch : trunk
2009-05-28 [7904] Change creature damage calculation formula. Author: Seizerkillermegamage
* Add new creature_template field `dmg_multiplier` * Make attackpower include in creature damage not dependent from attack speed. NOTE: included in sql update recalculation for creature damage related fields only make temporary possible usable values. Real values need revisited by DB devs for correctness. --HG-- branch : trunk
2009-04-29[7730] Some optimizantion and code style. Author: zhenyamegamage
--HG-- branch : trunk
2009-04-15*Correct formula for mana regen from items during 5SR.QAston
--HG-- branch : trunk
2009-04-14*Fix power update after spellcast - by w12xQAston
*Some cleanups in Player::UpdateManaRegen. --HG-- branch : trunk
2009-04-06*Update of aura system.QAston
--HG-- branch : trunk
2009-03-10*Fix possible bug with sending healing and damage bonuses to client.QAston
--HG-- branch : trunk
2009-02-18*Merge.megamage
--HG-- branch : trunk
2009-02-17Newline added to bottom of all files.KingPin
--HG-- branch : trunk
2009-02-11 [7264] Use AP fields as signed integermegamage
Signed-off-by: DiSlord <dislord@nomail.com> --HG-- branch : trunk
2009-02-11 [7263] Fixed AP calculation in some casesmegamage
Fixed use AP dynamic mods (bonuses from stats) Apply ITEM_MOD_ATTACK_POWER for ranged AP Implement feral AP from weapon dps for druids Signed-off-by: DiSlord <dislord@nomail.com> --HG-- branch : trunk
2009-02-06*Handle aura SPELL_AURA_MECHANIC_IMMUNITY_MASK.QAston
*Fix a typo in ap bonus from stat calculation-thanks to megamage for pointing this. --HG-- branch : trunk
2009-02-06*Handle aura SPELL_AURA_MOD_HOT_PCT.QAston
--HG-- branch : trunk
2009-02-06*Some code optimize.QAston
--HG-- branch : trunk
2009-02-04* Updated copyright notice for new year (2009) part 2Drahy
* Changed mangos website --HG-- branch : trunk
2009-02-04* Updated copyright notice for new year (2009) part 1 - Mercurial cant ↵Drahy
convert all files at once --HG-- branch : trunk
2009-02-03*Handle disarm offhand and ranged weapon, since now disarm affects all ↵QAston
bonuses given by item. --HG-- branch : trunk
2009-01-17*Update to Mangos 7100.megamage
--HG-- branch : trunk
2009-01-09*Merge.megamage
--HG-- branch : trunk
2009-01-09*Update to Mangos 7059.megamage
--HG-- branch : trunk
2009-01-09*Apply owner damage bonus to melee damage rather than spell damage for ↵megamage
druid's and shaman's pets. --HG-- branch : trunk
2009-01-04*Mangos [7019] Fix AP/RAP bonus from stat at aura apply/remove. Not use ↵megamage
CLASSMASK_WAND_USERS mask for AP bonus. By DiSlord. *Mangos [7020] Initilize glyph order at loading/reset. This must fix problems with glyph use for old(converted) characters. By VladimirMangos. --HG-- branch : trunk
2009-01-03*Mangos [7018] Update melee AP dependence for shaman class. By 123qwe.megamage
Add transaction guards for account data save DELETE/INSERT pair. By VladimirMangos. --HG-- branch : trunk
2008-12-26*Merge to Trinity 673.megamage
--HG-- branch : trunk
2008-12-25*Make the pets of shaman and druid stronger and gain bonus damage from ↵megamage
owners' spell damage. --HG-- branch : trunk
2008-12-24Backed out changeset: ad4f100c0a9dmegamage
--HG-- branch : trunk
2008-12-24*Update to Mangos 6938. (Only build for VC9)megamage
--HG-- branch : trunk
2008-12-13*Fix the bug that the bonus of mental quickness does not change when AP changes.megamage
--HG-- branch : trunk
2008-12-12*Update to Mangos 6902. Source: Mangos.megamage
*Skipped rev: rev 6893, some code about waypoint movement. --HG-- branch : trunk
2008-11-28*Aura Consolidation + MaxModifier. By Authorius, modified by Deafboy and ↵megamage
thenecromancer, adapted by Muhaha. --HG-- branch : trunk
2008-11-26*Fix a typo. Now -AP spells (roar/shout/screech) should work correctly.megamage
--HG-- branch : trunk