aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-07-10Core/Escort: few modifications to add the IMMUNE_TO_NPC flag after npc does ↵Kandera
a full reset.
2012-07-10Core/Escort: fix issues with escorts not attacking enemies.Kandera
2012-07-09Core/Loot: fix small errorKandera
2012-07-09Core/Loot: fix crash number 2Kandera
2012-07-09Core/Loot: typos!Kandera
2012-07-09Core/Loot: fix crash.Kandera
2012-07-09Core/Loot: couple of small changes to loot.Kandera
2012-07-09Core/Spells: correct sanctified wrath damage calculations.Kandera
2012-07-07Core/LootMgr: Fix a little logging mistake on startup to prevent confusion.Discover-
2012-07-06Miscellaneous: Unsigned expressions cant be negativeSubv
2012-07-06Fixed buildSubv
2012-07-06Merge pull request #7031 from Vincent-Michael/lockupCommandSubv
Core/Commands: Convert lookup commands in commandscript
2012-07-06Merge pull request #7032 from Exodius/masterkandera
[Script/ICC] Properly fix Dark Nucleus aggro problems
2012-07-06Core/Loot: correctly fix rolling on quest loot that follows group loot rules ↵Kandera
via custom flags.
2012-07-06[Script/ICC] Properly fix Dark Nucleus aggro problems and them not following ↵Exodius
you when they should. Closes #6589 Fix by @Marosa. Guidelines by @Kandera.
2012-07-06Core/Commands: Convert lookup commands in commandscriptVincent-Michael
2012-07-06fix build againKandera
2012-07-06fix build from r2bcc291Kandera
2012-07-06Core/Loot: fix possible crash from having a bad itemKandera
2012-07-06Core/Loot: fix master looting quest items with the custom flag.Kandera
2012-07-06Scripts/Spells: fix wrath of the astromancer and stop the startup error.Kandera
2012-07-05Merge pull request #7004 from Vincent-Michael/guildCommandSubv
Core/Commands: Convert guild commands in commandscript
2012-07-05Core/Loot: fix a typo from previous commit. (thx joschiwald)Kandera
2012-07-05Core/Loot: fix the way quest items are handled. so far ive only found 3 ↵Kandera
quest items that should be able to be masterlooted. added a new flag to item_template.flagsCustom to allow for making a quest item always follow loot rules. a bonus may be the fix of the handlelootmasteropcode crash!
2012-07-05Core/Spells: codestyle cleanup. case statements are your friend :]Kandera
2012-07-04Fix Quest A Cleansing SongAliveShiro
2012-07-03Core/SmartScript: Corrected size of pointId parameter for MOVE_TO_POS SAI actionShauren
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