aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
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
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-21Merge pull request #6867 from Vincent-Michael/listCommandQAston
Core/Commands: Convert list commands in commandscript
2012-06-21Core/Commands: Fix some codestyle for a312cd4ba1f47d3dceb774091ec143c90a298cdaVincent-Michael
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: Fix non pch build (add missing includes)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-20Merge pull request #6869 from Vincent-Michael/bloodthirstkandera
Core/Spells: Fix Bloodthirst heal
2012-06-20Fix build, replace script that should have been removedNay
2012-06-20Core/Spells:Vincent-Michael
* Fix bloodthirst Heal * Move bloodthirst damage calculation in Spell script * Fix some codestyle
2012-06-20DB/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-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-18Core/Scripts: fix professor oozes being able to be knocked back.Kandera
2012-06-18Core/Spells: fix bloodthirst. again.Kandera
2012-06-18Scripts/Spells: Reverted part of 9d19be2ee5be7cf46ea3eb6b197647737266c69e, ↵Shauren
fixes scaling mounts Closes #6815.
2012-06-18Scripts/Icecrown Citadel: Minor correction for previous commitShauren
2012-06-18Scripts/Icecrown CitadelShauren
* 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-17Merge pull request #6832 from Xees/masterQAston
Scripts/Commands: Update TeleDel command to support id, shift click, or name of teleport location.
2012-06-18Core/Commands: TeleDel command cleanup.Abdollah Hasan
2012-06-17Merge pull request #6698 from 4m1g0/cleanup1QAston
Scripts/Codestyle: Use proper headers, code style and cleanup (Blackfathom Deeps, Maraudon and Onyxias Lair)
2012-06-17Merge pull request #6798 from Vincent-Michael/instanceCommandQAston
Scripts/Commands: Convert instance commands in commandscript
2012-06-18Core/Commands: Update TeleDel command to support id, shift click, or name of ↵Abdollah Hasan
teleport location.
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