aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Collapse)Author
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-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
2012-06-22Core/Item: Modify IsCurrencyToken to use IsCurrencyToken in item template.Abdollah Hasan
Changed all BAG_FAMILY_MASK_CURRENCY_TOKENS to IsCurrencyToken.
2012-06-22Merge pull request #6896 from Xees/masterkandera
Core/Item: Add IsCurrencyToken to override use of default ugly method.
2012-06-22Core/Item: Add IsCurrencyToken to override use of default ugly method.Abdollah Hasan
2012-06-22Merge pull request #6885 from Chaplain/cleanMachiavelli
Core/Misc: Code-style + some const methods.
2012-06-22Core/Player: Modify GetItemByEntry to include Currency.Abdollah Hasan
2012-06-21Core/Commands: Add missing scriptLoader for ↵Vincent-Michael
d3bf4626d05883ed856785e19f70f29340157ad2
2012-06-21Core/Misc: Code-style + some const methods.Chaplain
2012-06-21Core/Commands: Convert list commands in commandscriptVincent-Michael
2012-06-20Merge pull request #6872 from Elron103/pull-requestsQAston
Scripts/Miscellaneous: Enable const-ness for various functions in ScriptedAI (Author: DorianGrey)
2012-06-21Scripts/Commands: No one likes tabs :(Nay
2012-06-21Scripts/Commands: Convert character and server commands to commandscriptXees
Closes #6856 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-06-20Scripts/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-20Core/Spells:Vincent-Michael
* Fix bloodthirst Heal * Move bloodthirst damage calculation in Spell script * Fix some codestyle
2012-06-19Merge pull request #6837 from Vincent-Michael/castCommandQAston
Core/Commands: Convert cast commands in commandscript
2012-06-19Merge pull request #6853 from Elron103/pull-requestsQAston
Core/Movement: Implement speed changes for PointMovementGenerator
2012-06-20Core/Movement: Implement speed changes for PointMovementGeneratorElron103
2012-06-19Core/Commands: Convert cast commands in commandscriptVincent-Michael
2012-06-19Core/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-18Core/Achievements: Corrected map requirement for Once Bitten, Twice Shy (10 ↵Shauren
player) - was requiring Ulduar
2012-06-17Merge pull request #6798 from Vincent-Michael/instanceCommandQAston
Scripts/Commands: Convert instance commands in commandscript
2012-06-18Core/SAI: Remove some unused conditions related codeNay
SAI conditions were implemented in a different way than initially planned Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-06-17Merge pull request #6827 from drskull/masterQAston
Core/Spells: Small fix IsImmunedToSpell
2012-06-17Missing break on 8c16cc2260a68Nay
Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-06-17Fix added check for IsImmunedToSpelldr.skull
Signed-off-by: dr.skull <dr.skull@centrum.sk>
2012-06-17Fix build in GCCNay
Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-06-17Core/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-17Merge pull request #6820 from Elron103/pull-requestsQAston
Core/Combat: Fix CanAIAttack implementation
2012-06-17add IsEffect() check to correct IsImmunedToSpelldr.skull
Signed-off-by: dr.skull <dr.skull@centrum.sk>
2012-06-17Core/Entities: Fix possible variable overflows in health calculation functionsElron103
2012-06-16Core/Combat: Fix CanAIAttack implementationElron103
2012-06-14Fixing Death Knight T8 Melee 4P Bonus (darkruned set). tibbiFaq
2012-06-14Merge Pull Request #6744 'EmpoweredRenew'QAston
Core/Spells: Fix Empowered Renew calculation Closes #6744
2012-06-14Merge pull request #6491QAston
Core/Spells: convert some spell effects to SpellScripts Closes #6491
2012-06-14Core/Chat: Convert instance commands in commandscriptVincent-Michael
2012-06-14Merge pull request #6685 from mweinelt/masterQAston
Core/Battlegrounds: Introduce Arena.RatedUpdateTimer to configure time between checks for matchups in rated arena
2012-06-14Fix wrong magnet aura takeCharges when spell hit not magnet unitdr.skull
This will fix issue 3151 second problem Signed-off-by: dr.skull <dr.skull@centrum.sk>
2012-06-13Core/Spells: Fix Empowered Renew calculationVincent-Michael
2012-06-13Core: 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-13Core/Spells: handle SPELL_AURA_MOD_DEBUFF_RESISTANCE only for auras. fixes ↵Kandera
sacred cleansing causing the whole spell to be resisted.
2012-06-13Core/DungeonFinder:kaelima
- Corrections to c6c23b7f7ef148f88b64346a44a46f51d2cad212: Properly fixed #6748 after misunderstanding the issue. - Display proper error message when teleportating as fatigued
2012-06-12Core/DF: Add Dungeon Deserter debuff when leaving an incomplete DF match, ↵Subv
and implemented Dungeon Cooldown for random dungeons
2012-06-12Core/SmartAI: Allow calling talk action on targeted creature even if ↵Shauren
scripted object itself is not a creature
2012-06-12Build fixShauren
2012-06-12Core/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.