aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-05-24 [7880] Added error output for default switch case. Author: ApoCmegamage
--HG-- branch : trunk
2009-05-24 [7879] Added SPELL_AURA_MOD_SPELL_CRIT_CHANCE into isTriggerAura. ↵megamage
Author: ApoC This will fix auras (57529, 57531, possibly others) to be correctly removed dependently on their procFlags and procCharges. --HG-- branch : trunk
2009-05-24[7879] Fixed proc for 31571 and ranks. Author: Tanatosmegamage
--HG-- branch : trunk
2009-05-24[7878] Use bigger buf for better performence. Author: Derexmegamage
--HG-- branch : trunk
2009-05-24*Add vehicle id for three-seat mammoth.megamage
*Fix spell impale of archavon. --HG-- branch : trunk
2009-05-24Ancestral Awakening target selectionQAston
--HG-- branch : trunk
2009-05-24*Fix whath of air and flametongue totemQAston
--HG-- branch : trunk
2009-05-24*Fix the bug that totem only apply one auraeffect on target.megamage
*Fix the bug that players can get aura when out of range of totem. *Use caster to check enemy/ally state and spell bonus. Use source to check distance. --HG-- branch : trunk
2009-05-23*Set vehicle faction when summoning instead of enteringmegamage
--HG-- branch : trunk
2009-05-23*Store aura::source for all types of aura effect.megamage
--HG-- branch : trunk
2009-05-23*Rename formalCaster as "source"megamage
--HG-- branch : trunk
2009-05-23*Use getworldobject for getunit. Also allow get vehicles using this function.megamage
--HG-- branch : trunk
2009-05-23*Fix a bug that player can change to an occupied seat on vehicle.megamage
(The commit message of the last rev should be: do not allow player to use unusable vehicle seat) --HG-- branch : trunk
2009-05-23*Fix a bug that vehicle in wintergrasp is dismissed when player log out.megamage
--HG-- branch : trunk
2009-05-23*Fix a bug that player can change to an occupied seat on vehicle.megamage
*Load full creature data for vehicles. --HG-- branch : trunk
2009-05-23*Some changes in bindings/interface.Anubisss
*Fix the bug that You build it without Trinity Script the emu try to load the libtrinityscript lib instead of libtrinityinterface. --HG-- branch : trunk
2009-05-23*Fix a crash caused by RecalculateAmount when aura caster is not present.megamage
--HG-- branch : trunk
2009-05-23*Fix build.megamage
--HG-- branch : trunk
2009-05-23*Fix a bug that cause quest GO cannot be open.megamage
--HG-- branch : trunk
2009-05-23*Try to fix an aura bug that cause server freezemegamage
--HG-- branch : trunk
2009-05-23*Fix compile in *nix if You build without Trinity Scripts(with ↵Anubisss
trinityinterface). --HG-- branch : trunk
2009-05-23mergeraczman
--HG-- branch : trunk
2009-05-23Fixed windows build.raczman
By the way, isnt it ironic that biggest software vendor cant get name scopes right? --HG-- branch : trunk
2009-05-23*Fix a typo which disallows ADD_TARGET_TRIGGER auras to proc from selfcast.QAston
--HG-- branch : trunk
2009-05-23Rewrite of EffectMomentMove, this should finally fix blink.raczman
* Even when player cannot move, only effect will fail, which means other spelleffects will work. * Vmaps are required for proper work (as expected) Please test and report bugs. --HG-- branch : trunk
2009-05-23*Fix a crash.QAston
--HG-- branch : trunk
2009-05-23*Allow healing mod auras to affect SPELL_DAMAGE_CLASS_NONE spellsQAston
--HG-- branch : trunk
2009-05-23*always remove old aura instead of recalculating new one in same id stack ↵QAston
case-this prevents some problem with spelleffects execution problems --HG-- branch : trunk
2009-05-23*Do not allow to use flying mount on wintergrasp.megamage
--HG-- branch : trunk
2009-05-23*Display building location on map for wintergrasp.megamage
--HG-- branch : trunk
2009-05-23*Fix rock shards spell for archavon script.megamage
--HG-- branch : trunk
2009-05-23*Fix a bug that Sapphiron does not appear.megamage
--HG-- branch : trunk
2009-05-23*Correct spell id for Muru's Negative Energy's MaxAffectedTargets by Alyen. ↵Anubisss
Thank you. --HG-- branch : trunk
2009-05-22[7876] Implemented dummy effect /*and special target selection*/ for 52759. ↵megamage
Author: ApoC --HG-- branch : trunk
2009-05-22[7874] Fix: possible runtime crash. Author: ApoCmegamage
--HG-- branch : trunk
2009-05-22*Fix Cleansing Totem Author: Astellarmegamage
--HG-- branch : trunk
2009-05-22 [7870] Implement creature ranged ammo show at ranged weapon use. Author: ↵megamage
VladimirMangos * Use BDC data (creature weapon not alwas listed in item_template) --HG-- branch : trunk
2009-05-22*Drop VC71 supportmegamage
--HG-- branch : trunk
2009-05-22*Fix a typo. This fix the bug that FireBarrier dont open after kill Felmyst ↵Anubisss
by hunteee. Thank you. --HG-- branch : trunk
2009-05-22Target selection for fishing spells.krz
--HG-- branch : trunk
2009-05-22Add a column to npc_spellclick_spells table to check if quest is ↵Kudlaty
completed/rewarded or incompleted 1: completed or rewarded; 3: incompleted; default 3 --HG-- branch : trunk
2009-05-22*Some work on wintergrasp. Player can get ranks by killing other players and ↵megamage
can build vehicles at workshop. Vehicles can be used to destroy buildings. Except these no other thing is done. --HG-- branch : trunk
2009-05-22*Fix a bug that Sapphiron does not appear. Thanks to JoN0.megamage
--HG-- branch : trunk
2009-05-22Implemented carrier debuffs in WSG battlegroundraczman
After 10 and 15 minutes players carrying flags will receive debuffs, if both flags are kept. In case of dropping flag buff is removed. When Flag is picked up by another player, he gets debuff. Please test and report bugs. --HG-- branch : trunk
2009-05-22*Set pvp flags for units controlled by player.megamage
*Reset pvp flags when unit is uncharmed. *Remove walk flag when unit is charmed. --HG-- branch : trunk
2009-05-22*Fix a bug that owner cannot recall pet when pet is attacking target.megamage
--HG-- branch : trunk
2009-05-22*Do not change dest when target does not move for targeted movement.megamage
--HG-- branch : trunk
2009-05-22*Fix a typo that break the whole threat system.megamage
--HG-- branch : trunk
2009-05-21*Allow warlock to use Eye of Kilrogg with existing pet.megamage
--HG-- branch : trunk
2009-05-21*Fix some bug of targeted movementmegamage
--HG-- branch : trunk