| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-22 | Core/Item: Modify IsCurrencyToken to use IsCurrencyToken in item template. | Abdollah Hasan | |
| Changed all BAG_FAMILY_MASK_CURRENCY_TOKENS to IsCurrencyToken. | |||
| 2012-06-22 | Merge pull request #6896 from Xees/master | kandera | |
| Core/Item: Add IsCurrencyToken to override use of default ugly method. | |||
| 2012-06-22 | Core/Item: Add IsCurrencyToken to override use of default ugly method. | Abdollah Hasan | |
| 2012-06-22 | Merge pull request #6885 from Chaplain/clean | Machiavelli | |
| Core/Misc: Code-style + some const methods. | |||
| 2012-06-22 | Core/Player: Modify GetItemByEntry to include Currency. | Abdollah Hasan | |
| 2012-06-21 | Core/Commands: Add missing scriptLoader for ↵ | Vincent-Michael | |
| d3bf4626d05883ed856785e19f70f29340157ad2 | |||
| 2012-06-21 | Core/Commands: Convert reset commands in commandscript | Vincent-Michael | |
| 2012-06-21 | Core/Misc: Code-style + some const methods. | Chaplain | |
| 2012-06-21 | Merge pull request #6867 from Vincent-Michael/listCommand | QAston | |
| Core/Commands: Convert list commands in commandscript | |||
| 2012-06-21 | Core/Commands: Fix some codestyle for a312cd4ba1f47d3dceb774091ec143c90a298cda | Vincent-Michael | |
| 2012-06-21 | Core/Commands: Convert list commands in commandscript | Vincent-Michael | |
| 2012-06-20 | Merge pull request #6872 from Elron103/pull-requests | QAston | |
| Scripts/Miscellaneous: Enable const-ness for various functions in ScriptedAI (Author: DorianGrey) | |||
| 2012-06-21 | Scripts/Commands: No one likes tabs :( | Nay | |
| 2012-06-21 | Scripts/Commands: Fix non pch build (add missing includes) | Nay | |
| 2012-06-21 | Scripts/Commands: Convert character and server commands to commandscript | Xees | |
| Closes #6856 Signed-off-by: Nay <dnpd.dd@gmail.com> | |||
| 2012-06-20 | Scripts/Miscellaneous: Enable const-ness for various functions in ScriptedAI ↵ | Elron103 | |
| (Author: DorianGrey) - Improve codestyle, since objects internal state is not changed here - Make these functions available for inherited CanAIAttack() function | |||
| 2012-06-20 | Merge pull request #6869 from Vincent-Michael/bloodthirst | kandera | |
| Core/Spells: Fix Bloodthirst heal | |||
| 2012-06-20 | Fix build, replace script that should have been removed | Nay | |
| 2012-06-20 | Core/Spells: | Vincent-Michael | |
| * Fix bloodthirst Heal * Move bloodthirst damage calculation in Spell script * Fix some codestyle | |||
| 2012-06-20 | DB/Gossip: Some gossip updates from pitcrawler and remove old cpp script he ↵ | Malcrom | |
| replaced in last commit. Also a couple little fixes of my own. Closes #6866 Closes #6862 Closes #6842 | |||
| 2012-06-19 | Merge pull request #6837 from Vincent-Michael/castCommand | QAston | |
| Core/Commands: Convert cast commands in commandscript | |||
| 2012-06-19 | Merge pull request #6853 from Elron103/pull-requests | QAston | |
| Core/Movement: Implement speed changes for PointMovementGenerator | |||
| 2012-06-20 | Core/Movement: Implement speed changes for PointMovementGenerator | Elron103 | |
| 2012-06-19 | Core/Commands: Convert cast commands in commandscript | Vincent-Michael | |
| 2012-06-19 | Core/CreatureAI: Implement an OnSpellClick hook instead of the ugly way that ↵ | Discover- | |
| uses DoAction with EVENT_SPELLCLICK. Core/SmartAI: Implement SMART_EVENT_ON_SPELLCLICK. Parameter is the clicker. If someone could update the wiki accordingly for SAI I would appreciate that. Thanks to @Shauren for some help! | |||
| 2012-06-18 | Core/Achievements: Corrected map requirement for Once Bitten, Twice Shy (10 ↵ | Shauren | |
| player) - was requiring Ulduar | |||
| 2012-06-18 | Core/Scripts: fix professor oozes being able to be knocked back. | Kandera | |
| 2012-06-18 | Core/Spells: fix bloodthirst. again. | Kandera | |
| 2012-06-18 | Scripts/Spells: Reverted part of 9d19be2ee5be7cf46ea3eb6b197647737266c69e, ↵ | Shauren | |
| fixes scaling mounts Closes #6815. | |||
| 2012-06-18 | Scripts/Icecrown Citadel: Minor correction for previous commit | Shauren | |
| 2012-06-18 | Scripts/Icecrown Citadel | Shauren | |
| * Fixed position of summoned creatures (if supposed to be in air) * Fixed casting Fury of Frostmourne initiating outro roleplay while casting something else at the same time * Fixed outro visuals | |||
| 2012-06-17 | Merge pull request #6832 from Xees/master | QAston | |
| Scripts/Commands: Update TeleDel command to support id, shift click, or name of teleport location. | |||
| 2012-06-18 | Core/Commands: TeleDel command cleanup. | Abdollah Hasan | |
| 2012-06-17 | Merge pull request #6698 from 4m1g0/cleanup1 | QAston | |
| Scripts/Codestyle: Use proper headers, code style and cleanup (Blackfathom Deeps, Maraudon and Onyxias Lair) | |||
| 2012-06-17 | Merge pull request #6798 from Vincent-Michael/instanceCommand | QAston | |
| Scripts/Commands: Convert instance commands in commandscript | |||
| 2012-06-18 | Core/Commands: Update TeleDel command to support id, shift click, or name of ↵ | Abdollah Hasan | |
| teleport location. | |||
| 2012-06-18 | Core/SAI: Remove some unused conditions related code | Nay | |
| SAI conditions were implemented in a different way than initially planned Signed-off-by: Nay <dnpd.dd@gmail.com> | |||
| 2012-06-17 | Merge pull request #6827 from drskull/master | QAston | |
| Core/Spells: Small fix IsImmunedToSpell | |||
| 2012-06-17 | Missing break on 8c16cc2260a68 | Nay | |
| Signed-off-by: Nay <dnpd.dd@gmail.com> | |||
| 2012-06-17 | Fix added check for IsImmunedToSpell | dr.skull | |
| Signed-off-by: dr.skull <dr.skull@centrum.sk> | |||
| 2012-06-17 | Fix build in GCC | Nay | |
| Signed-off-by: Nay <dnpd.dd@gmail.com> | |||
| 2012-06-17 | Core/SAI: Implement SMART_EVENT_ACTION_DONE (72, DoAction) | Nay | |
| Param1 is event id This event is triggered on spellclick (id=1001), fall on ground (id=1002) and charge (id=1003) Signed-off-by: Nay <dnpd.dd@gmail.com> | |||
| 2012-06-17 | Merge pull request #6820 from Elron103/pull-requests | QAston | |
| Core/Combat: Fix CanAIAttack implementation | |||
| 2012-06-17 | add IsEffect() check to correct IsImmunedToSpell | dr.skull | |
| Signed-off-by: dr.skull <dr.skull@centrum.sk> | |||
| 2012-06-17 | Core/Entities: Fix possible variable overflows in health calculation functions | Elron103 | |
| 2012-06-16 | Core/Combat: Fix CanAIAttack implementation | Elron103 | |
| 2012-06-15 | Merge pull request #6811 from Faq/6bd8a01aa5474b55dc8681e224d31b16a43a87bc | QAston | |
| Scripts/Spells: -Fix Death Knight T10 Tank 2P Bonus (Scourgelord set) -Correct the amount of dmg absorbed by Anti-magic Author: @tibbi | |||
| 2012-06-15 | Core/Spells: fix build error from previous commit. | Kandera | |
| 2012-06-15 | Core/Spells: revert some of previous commit and fix up a few things. | Kandera | |
| 2012-06-15 | Core/Spells: fix spell scripts from recent commit and cleanup scripts | Kandera | |
