aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-11-18*Apply #325maximius
--HG-- branch : trunk
2009-11-18*Hysteria now causes health loss. By manuel, thanks to QAston. Closes #323maximius
--HG-- branch : trunk
2009-11-18*Minor correction for 16cad2c97082, thanks RammboNr5maximius
--HG-- branch : trunk
2009-11-18*Partial backout of 8b3ffb1dd504, allow Prayer of Mending to heal pets.maximius
--HG-- branch : trunk
2009-11-18*Properly cast uint32 damage and healing as int32 to prevent overflow ↵maximius
errors, by RammboNr5. Closes #94 --HG-- branch : trunk
2009-11-18*Rewritten method for Dalaran Mageguards to determine if they should ↵maximius
teleport you. --HG-- branch : trunk
2009-11-18*Backed out changeset 28e38f926a47. Closes #313.maximius
--HG-- branch : trunk
2009-11-18*fix insane Steady Shot damageRat
note: TEST BEFORE PUSHING! --HG-- branch : trunk
2009-11-18*fix Brutallus' BurnRat
-it's a self cast spell, don't cast it on the boss.. --HG-- branch : trunk
2009-11-18*Hunter pets should now have their talents refunded when a hunter switches ↵maximius
talent specs, even if they are dismissed at the time. --HG-- branch : trunk
2009-11-18*Better (but still hacky) Dalaran Mageguard 'Trespasser!' conditionsmaximius
--HG-- branch : trunk
2009-11-18*Add some debug output to HandleAuraEffect, by Spp. Closes #238maximius
--HG-- branch : trunk
2009-11-18*Implement Dalaran Mageguards, by WarHead. Closes #43maximius
*f6e09e1d71d4 16062b31dba9 df7b6c79c44a and 420160897950 were by MetaphysicalDrama. Closes #153, #146, #147, #123 --HG-- branch : trunk
2009-11-17*Fix the insane ghoul/vehicle power regen, by MetaphysicalDrama, closes #108maximius
--HG-- branch : trunk
2009-11-17*Wintergrasp: Add number of players in ".wg status" command, by Spp. Closes #211maximius
--HG-- branch : trunk
2009-11-17*Fix some typos in boss_trollgore, thanks trazom. Closes #264maximius
--HG-- branch : trunk
2009-11-17*Clear reactives and pet auras on spec changes.maximius
--HG-- branch : trunk
2009-11-17*Fix *nix compile, closes #301maximius
--HG-- branch : trunk
2009-11-17*Typo D:maximius
--HG-- branch : trunk
2009-11-17*Swap some SPELL_AURA_MODs around. I have some fairly convincing evidence ↵maximius
that, in WOTLK, these auras were switched around. --HG-- branch : trunk
2009-11-17*Some cleanup.maximius
--HG-- branch : trunk
2009-11-17*Cleanup, and backout 316e049b930a (oops)maximius
--HG-- branch : trunk
2009-11-17*Proper default value for m_specsCount.maximius
--HG-- branch : trunk
2009-11-17*Fix initialization of health bonus regen, by talimaximius
--HG-- branch : trunk
2009-11-17*Merge 94c7ee9cce6a by win32, don't mod damage on broken items.maximius
--HG-- branch : trunk
2009-11-17*Should fix some Wintersgrasp crashes, some code by Spp. Refs #262maximius
--HG-- branch : trunk
2009-11-18*Tenacity: correct way to keep hp% after spell being casted, by Spp, closes #240maximius
--HG-- branch : trunk
2009-11-17*Furor now stores and restores Energy properly, thanks lobuzmaximius
--HG-- branch : trunk
2009-11-17*Convert some tabs to 4 spaces.maximius
--HG-- branch : trunk
2009-11-17*Fix Prayer of Mending spell bonus, thanks lobuzmaximius
--HG-- branch : trunk
2009-11-17*Proper Diseases and Death Strike disease count, thanks lobuzmaximius
--HG-- branch : trunk
2009-11-17*Implement Glyph of Shadowflame, thanks lobuzmaximius
--HG-- branch : trunk
2009-11-17*Cleansing Totem Pulse at cast, thanks lobuzmaximius
--HG-- branch : trunk
2009-11-17*Lava Flows now put a buff on the Fire Shock's caster when it's dispelled, ↵maximius
thanks lobuz --HG-- branch : trunk
2009-11-17*Correct Seal of Command formula, and minor cleanup, thanks lobuzmaximius
--HG-- branch : trunk
2009-11-17*Fix healing reduce effects on Death Knights, thanks lobuzmaximius
--HG-- branch : trunk
2009-11-17*Correct Divine Storm heal, thanks lobuzmaximius
--HG-- branch : trunk
2009-11-17*Heart of the Crusader now works, thanks lobuzmaximius
*Little bit of cleanup --HG-- branch : trunk
2009-11-17*Fix the issue where two items are supposed to drop from a group, but only ↵maximius
one item drops, as a second roll is never performed. Based on code by elegos. --HG-- branch : trunk
2009-11-17*Correct damage for Steady Shot, thanks lobuzmaximius
--HG-- branch : trunk
2009-11-17*Improved Barkskin - apply/remove armor bonus due to shapeshift, original by ↵maximius
Insider, thanks to bodompelle. Closes #141 --HG-- branch : trunk
2009-11-17*Implement quest 11587, by manuel, with some cleanup. Closes #280maximius
--HG-- branch : trunk
2009-11-17*Proper handling for quests 6001 and 6002 (Body and Heart), from SD2 1415 ↵maximius
and 1495. Closes #278 --HG-- branch : trunk
2009-11-16Fix escort credit in quest 11878Kudlaty
--HG-- branch : trunk
2009-11-15Fix crash #263Kudlaty
--HG-- branch : trunk
2009-11-15new line at end of fileKudlaty
--HG-- branch : trunk
2009-11-13QuestLevel can be -1. Quest with this level are allways show yellow ? above ↵Kudlaty
quest giver --HG-- branch : trunk
2009-11-13Apply #212Kudlaty
New functions: void DoAddAuraToAllHostilePlayers & void DoCastToAllHostilePlayers patch by Maanuel --HG-- branch : trunk
2009-11-13Apply #239Kudlaty
EventAI: New Actions: *ACTION_T_MOVE_RANDOM_POINT: _param1, determines the range that can be the random point. *ACTION_T_SET_STAND_STATE: _param1, determines the stand state using the enum UnitStandStateType. *ACTION_T_SET_PHASE_MASK: _param1, determines the phase mask. *ACTION_T_SET_VISIBILITY: _param1, determines the visibility state using the enum UnitVisibility. patch by manuel --HG-- branch : trunk
2009-11-12Implement #184. Quest: What Book? I Don't See Any Book. FixKudlaty
--HG-- branch : trunk