aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-07-03Core/SpellScript: Implemented OnObjectTargetSelect hook for use with spell ↵Shauren
target that selects a single object
2012-07-03Core/Units: Fixed crash added in 7f960fed732f119b6776bc51a4465e8e7a1a10ddShauren
2012-07-02Core/Spells: Removed some old code that was breaking Grounding Totem.Subv
Please report feedback
2012-07-02Fixed buildSubv
2012-07-02Core/Spells: Fixed Evasive Maneuvers and Stop Time, spells from the Oculus ↵Subv
drakes. Closes #6670 Closes #6675
2012-07-02Core/Commands: Convert guild commands in commandscriptVincent-Michael
2012-07-02Core/Spells: correctly get magnet target. (subv fixed it) Closes #6674Kandera
2012-07-02Fixed CHAR_SEL_PETITION_SIG_BY_GUID_TYPE.LordJZ
2012-07-02Core/Battleground: move check from f454b6722ca0d4be7c8a35730aa325d9404f0b72 ↵Kandera
to correct location.
2012-07-02Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreDiscover-
2012-07-02Core/Battlegrounds: Don't reward killing blows if the killer is also the ↵Discover-
victim. Reason could be stuff like warlock's Hellfire spell or fall damage.
2012-07-02Core/Spells: small change for previous commit. fixes typosKandera
2012-07-02Core/Spells: fix damage bonus calculations for sanctified wrath talent.Kandera
2012-07-01Core/Units: Removed deprecated codeSubv
2012-07-01Core/Scripts: More missing includesSubv
2012-07-01Fixed buildSubv
2012-07-01Merge pull request #6490 from Vincent-Michael/notEvenAScratchSubv
Battleground/Strand of the Ancients: Fix Achievement: Not Even a Scratch
2012-07-01Merge pull request #6884 from Vincent-Michael/resetCommandSubv
Core/Commands: Convert reset commands in commandscript
2012-07-01Merge pull request #6996 from 4m1g0/cleanup3Subv
Core/Scripts: Use proper headers, code style, creature_texts and cleanup (Battle for Mount Hyjal)
2012-07-01Core/SpellScript: Corrected when OnObjectAreaTargetSelect hooks are called ↵Shauren
(must be before splitting unit/go targets)
2012-07-01Core/Scripts: Use proper headers, code style, creature_texts and cleanup ↵4m1g0
(Battle for Mount Hyjal)
2012-07-01Core/VMaps: Use fabs instead of abs for float type. On some platforms abs ↵Shauren
has only int overload exists.
2012-07-01Scripts/Icecrown Citadel: Fixed Frost Bomb ignoring line of sight checksShauren
2012-06-30Missed change for previous commitShauren
2012-06-30Scripts/Icecrown Citadel: Fixed visual and target selection of Sindragosa's FuryShauren
2012-06-30Correcting Black Ice bonus dmg for Scourge strike shadow part. Thnx Tibbi & ↵Faq
Shauren
2012-06-30Core: Minor code style correctionsShauren
2012-06-30Core/Scripts: fix a crash from e0997874f5bf8d38b67ad3dee66e3d808dd1a059QAston
2012-06-30Core/SpellScript: Corrected error messages and in-source documentation for ↵Shauren
OnObjectAreaTargetSelect hook and allow using that hook only for area spell targets
2012-06-29Core/SpellScripts: Changed OnUnitTargetSelect hook to ↵Shauren
OnObjectAreaTargetSelect, it will now work with WorldObject instead of only Units and call it even for empty target lists
2012-06-29Core/Spells: fix build and typo from previous commitKandera
2012-06-29Scripts/Spells: Fix Deathknight ability Death Pact 48743Elron103
2012-06-29Core/Spells: Fix spell casting time reduce / increase effects for players ↵Elron103
and creatures
2012-06-28Core/Protocol: Added a couple of opcodeskaelima
2012-06-27Fix buildNay
2012-06-27Core/Spells: correctly award kill credit for quest the focus on the beach.Kandera
2012-06-27missed break :/Faq
2012-06-27Death Knight T10 Tank 2P Bonus. Thnx ShaurenFaq
2012-06-26Fixed compile without PCHShauren
2012-06-26Scripts/Icecrown Citadel: Added floating souls visual in The Spire after ↵Shauren
teleport to The Lich King becomes available (killing 11/12 bosses)
2012-06-26DB/SAI: Fix Quest 12828 (Ample Inspiration).w1sht0l1v3
2012-06-24DB/Core/Gossip: Add Gossip for Alliance & Horde bonfires, fix gameobject ↵Malcrom
faction, fix quest racerequirements, fix spell 45437 to be cast upon bonfire. Spawning left to do.
2012-06-23Core/Items: Remove item from tradeable list when clearing the flag on ↵Shauren
enchanting/gemming
2012-06-23Core/Auras: Properly initialize mechanic immunity mask for ↵Shauren
SPELL_AURA_MECHANIC_IMMUNITY_MASK
2012-06-23Core/SmartAI: Fixed SMART_ACTION_SET_RANGED_MOVEMENT parametersShauren
2012-06-23Core/Mails: Allow GMs to send emails without moneyhorn
2012-06-22fix build #2kandera
2012-06-22fix buildkandera
2012-06-22Core/LFG: commented out a previous change that was causing issues with lfg ↵Kandera
dungeon locks.
2012-06-22Merge pull request #6897 from Xees/masterkandera
Core/Item: Modify IsCurrencyToken to use IsCurrencyToken in item template