| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-23 | Core/Items: Remove item from tradeable list when clearing the flag on ↵ | Shauren | |
| enchanting/gemming | |||
| 2012-06-23 | Core/Auras: Properly initialize mechanic immunity mask for ↵ | Shauren | |
| SPELL_AURA_MECHANIC_IMMUNITY_MASK | |||
| 2012-06-23 | Core/SmartAI: Fixed SMART_ACTION_SET_RANGED_MOVEMENT parameters | Shauren | |
| 2012-06-23 | Core/Mails: Allow GMs to send emails without money | horn | |
| 2012-06-22 | Core/LFG: commented out a previous change that was causing issues with lfg ↵ | Kandera | |
| dungeon locks. | |||
| 2012-06-22 | Merge pull request #6897 from Xees/master | kandera | |
| Core/Item: Modify IsCurrencyToken to use IsCurrencyToken in item template | |||
| 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/Misc: Code-style + some const methods. | Chaplain | |
| 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: 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 | Core/Spells: | Vincent-Michael | |
| * Fix bloodthirst Heal * Move bloodthirst damage calculation in Spell script * Fix some codestyle | |||
| 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-17 | Merge pull request #6798 from Vincent-Michael/instanceCommand | QAston | |
| Scripts/Commands: Convert instance commands in commandscript | |||
| 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-14 | Fixing Death Knight T8 Melee 4P Bonus (darkruned set). tibbi | Faq | |
| 2012-06-14 | Merge Pull Request #6744 'EmpoweredRenew' | QAston | |
| Core/Spells: Fix Empowered Renew calculation Closes #6744 | |||
| 2012-06-14 | Merge pull request #6491 | QAston | |
| Core/Spells: convert some spell effects to SpellScripts Closes #6491 | |||
| 2012-06-14 | Core/Chat: Convert instance commands in commandscript | Vincent-Michael | |
| 2012-06-14 | Merge pull request #6685 from mweinelt/master | QAston | |
| Core/Battlegrounds: Introduce Arena.RatedUpdateTimer to configure time between checks for matchups in rated arena | |||
| 2012-06-14 | Fix wrong magnet aura takeCharges when spell hit not magnet unit | dr.skull | |
| This will fix issue 3151 second problem Signed-off-by: dr.skull <dr.skull@centrum.sk> | |||
| 2012-06-13 | Core/Spells: Fix Empowered Renew calculation | Vincent-Michael | |
| 2012-06-13 | Core: Remove a few silly warnings here and there (and adjust a comment to ↵ | click | |
| allow System.cpp to show properly in the nano-editor) | |||
| 2012-06-13 | Core/Spells: handle SPELL_AURA_MOD_DEBUFF_RESISTANCE only for auras. fixes ↵ | Kandera | |
| sacred cleansing causing the whole spell to be resisted. | |||
| 2012-06-13 | Core/DungeonFinder: | kaelima | |
| - Corrections to c6c23b7f7ef148f88b64346a44a46f51d2cad212: Properly fixed #6748 after misunderstanding the issue. - Display proper error message when teleportating as fatigued | |||
| 2012-06-12 | Core/DF: Add Dungeon Deserter debuff when leaving an incomplete DF match, ↵ | Subv | |
| and implemented Dungeon Cooldown for random dungeons | |||
| 2012-06-12 | Core/SmartAI: Allow calling talk action on targeted creature even if ↵ | Shauren | |
| scripted object itself is not a creature | |||
| 2012-06-12 | Build fix | Shauren | |
| 2012-06-12 | Core/DungeonFinder: | kaelima | |
| - Prevent players from vote kicking in combat (basic implementation, still needs a timer) partially closes #2563 - Prevent players from teleporting to a finished dungeon using macro commands. Closes #6748 Also add a missing change for ff77610e1d3fee89507b8469b10bea800f8c0815 thanks 2010phenix for the hint. | |||
