aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-06-15...Faq
2012-06-15Scripts/Icecrown Citadel: Fixed Sindragosa & her frost wyrms summoning - ↵Shauren
this time properly using constant db data (turns out creatures receive a new GUID when grid reloads in instance)
2012-06-15Correct the amount of dmg absorbed by Anti-magic shell.tibbiFaq
2012-06-15Adding enumsFaq
2012-06-14Fixing Death Knight T8 Melee 4P Bonus (darkruned set). tibbiFaq
2012-06-14Core/Spells: Fix Curse of Doom (thx to Warpten / joschiwald for helping)Vincent-Michael
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/Pets: more updates for pets and add spell_pet.cpp to the cmakelist fileKandera
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/Pets: more updates for pet calculations. feedback would be nice! ↵Kandera
(nothing is applied to anything yet so this will not reflect ingame atm)
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.
2012-06-12Core/Spells: use calculated basepoints for mechanic_immunity_mask aura effect.Kandera
2012-06-11Core/Spells: Correctly fix basepoint calculation for adding extra attacks.Kandera
2012-06-11Core/Pets: more functionality for pet auras. thx to joshwhedon for the new ↵Kandera
functions. still have a lot to do!
2012-06-11Core/Pets: removed logerror from previous commitKandera
2012-06-11Core/Pets: add ghoul reactions to owner emotes. thx joshwhedonKandera
2012-06-11Core/Spells: use raw basepoint value for extra attacks. damage gets fuddled ↵Kandera
somewhere for this spell. fixes hardened steel berserker doing insane damages!
2012-06-11Core/SAI: Missing change from previous commitSubv
2012-06-11Core/AI: Added EventInform hook for GameObjectAI and implemented it in SAIShauren
2012-06-10Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreSubv
2012-06-10Core/Warden: Fixed a crash when Warden.ClientCheckFailAction was set to ban ↵Subv
in the config, and Warden::Penalty was called in a context where check is NULL closes #6736
2012-06-10Core/Spells: fix addition of unit_state_casting. thx vincent-michaelkandera
2012-06-10Fix non PCH buildNay
2012-06-09Core/Scripts: Fixed crash in mob_phase_hunterAI, this entire script is ↵Shauren
crappy and needs rewrite anyway.
2012-06-09Core/Spells: Fixed WotF and PvP trinket shared cooldownShauren
2012-06-08fix typos - i failed so hard :(joschiwald
2012-06-08Core/Pets: one more update before i leave for the weekend!Kandera
2012-06-08Core/Pets: more updates to spells for pet scaling. based on research and ↵Kandera
sniffs. (some spells are unk at this moment)
2012-06-08Core/Pets: base implementation for pet aura scaling system. not currently ↵Kandera
hooked into anything. (thx vincent-michael for the base work)
2012-06-08Core/Spells: set default multiplier for scourge strike bonus damage to 1.Kandera
2012-06-08Core/Spells: fix scourge strike extra damage. thanks to tibbiKandera
2012-06-08Core/Spells: codestyle and fix logic for adding unit state casting. (thx ↵Kandera
Moriquendu)
2012-06-08Core/Maps: Fixed possible crash when resetting instancesShauren
2012-06-07Core/Maps: Moved object respawn time storage from global to map level. This ↵Shauren
removes unneccessary locking since all objects run within its map's thread.
2012-06-07Core/Auras: use a case for SPELL_AURA_MECHANIC_IMMUNITY_MASK. distinguish ↵Kandera
between spells manually. blizzard probably has a seperate database as to which spells have which immunities.
2012-06-07Core/Spells: fix crash introduced in ↵Kandera
d719730929db84674cee0b56834e2a9ef248e472 (thx vincent-michael)
2012-06-07Core/Loot: fix mistake in previous commit. also fix flags in sql. i did ↵Kandera
things backwards ^^
2012-06-07Core/Spells: fix mocking blow doing damage to players and non tauntable ↵Kandera
creatures.
2012-06-07Core/Loot: fix loot rules for looting quest items that have the party loot flagKandera
2012-06-07Core/Spells: do not apply unit_state_casting for instant cast spells.Kandera