aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-24Core/Spells: fix TARGET_DEST_TARGET_* targets after 7f30ac5a9549746d19afQAston
2011-08-24Core/Spells: Small correction to: 7f30ac5a9549746d19af - TARGET_DEST_TRAJ ↵QAston
targets should require both src and dst target provided.
2011-08-24Core/Spells: Add a generic way of selecting spell explicit targets. Make ↵QAston
explicit targets independant of calling convention in core - this makes targets sent to client to be much more blizzlike than before (for example CastSpell(Unit*) won't set TARGET_FLAG_UNIT for spells which are not using explicit unit target) for SMSG_SPELL_START packets. Also remove hacks, which became obsolete with this commit.
2011-08-23Merge pull request #2721 from Chaplain/cleanupQAston
Core: Clean up here and there.
2011-08-23Merge pull request #2715 from elecyb/diminishQAston
Core/Spells: Fix duration of some spells in PvP
2011-08-23Merge pull request #2728 from Kapoeira/masterQAston
Core/Spells: Fixed Survival of the Fittest armor increase bonus while in Dire Bear or Bear form.
2011-08-24Core/Spells: Fixed Survival of the Fittest armor increase bonus while in ↵Cron
Dire Bear or Bear form. Closes #2724
2011-08-23Core: Clean up here and there.Chaplain
*replase postfix iterator increment\decrement with prefix in cycles *replase strlen(*char) != 0 with *char[0] != '\0' *replase strlen(rStr.c_str()) with rStr.length()
2011-08-23DB/Templates: Added equipment template for Terenas MenethilShauren
2011-08-23Core/Entities: Make dead units not targetable for attack again (after ↵QAston
fc5e92413851835879f07460c82a988f742e5462).
2011-08-23Core/Spells: Do not apply spellmods to spells with SPELL_ATTR3_NO_DONE_BONUS ↵QAston
attribute.
2011-08-23Core/Weather: Added one more weather stateShauren
2011-08-22Core/Commands: Added TrinityString instead of hardcoded stringLopin
2011-08-22Core/Commands: Added output to .baninfo character <name> even when character ↵Lopin
has never been banned. Closes #2699
2011-08-21Core/Spells: Check SPELL_AURA_PREVENT_RESSURECTION on targets for ↵Shauren
resurrection spells
2011-08-21Core: Fix non-PCH buildclick
2011-08-21Core/SpellMgr: Corrected indentation in SpellMgr::LoadDbcDataCorrectionsShauren
2011-08-21Core/Spells: Also prevent using self-resurrection spells like Reincarnation ↵Shauren
when under effect of SPELL_AURA_PREVENT_RESSURECTION
2011-08-21Core/Spells: add some const modifiers to functions, fixes build.QAston
2011-08-21Core/Spells: Fix mind controll after recent target requirement changes.QAston
2011-08-21Db: remove command no longer present in scripts - thanks Whiroph.QAston
2011-08-21Core/Auras: Implemented SPELL_AURA_PREVENT_RESSURECTIONShauren
2011-08-21Fix warnings from merged pull requests.QAston
2011-08-21Scripts/Commands: Unify .go xy and .go xyz commands, also add orientation ↵Joeri Thissen
parameter to the .go xyz command (so the command is now: .go xyz #x #y [#z [#mapid [#orientation]]])
2011-08-21Merge pull request #2682 from Fredi/cleanQAston
Core/AI: Cleaning up hungarian notation
2011-08-21Merge pull request #2678 from Kapoeira/masterQAston
Core/Spells: Fixed Heart of the Wild stamina and attack power bonus part.
2011-08-21Merge pull request #2636 from LihO/masterQAston
Core/Auras: Check amount of total ticks to avoid division by zero (and crash) in Unit::GetRemainingPeriodicAmount.
2011-08-21Merge pull request #2672 from Chaplain/masterQAston
Core/Spell: case TOTAL_PCT\BASE_PCT should be processed by multiplicative function not additive.
2011-08-21Core/Spells: Don't check triggered flags for SPELL_ATTR0_CASTABLE_WHILE_DEAD ↵QAston
attribute check - triggered spells have this flag set correctly - fixes problems with auras triggering spells for dead casters while they shouldn't.
2011-08-21Core/AI: English correction thanks u2blah for pointingFredi Machado
2011-08-20Core/AI: Cleaning up hungarian notationFredi Machado
2011-08-20Core/Spells: Fixed Heart of the Wild stamina and attack power bonus part. Cron
Closes #2320
2011-08-20Core/SpellScripts: Added method to access m_spellValue in scriptShauren
2011-08-20Scripts/Naxxramas: Removed unneeded linesShauren
2011-08-20Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreLopin
2011-08-20Scripts/Naxxramas: Fixed reseting of Just Can't Get Enough achievement. ↵Lopin
Thanks to Shauren for notice
2011-08-20Core/Spells: remove one now obsolete check which prevents spells with ↵QAston
SPELL_ATTR6_CAST_BY_CHARMER from being cast.
2011-08-20Core/Spell: case TOTAL_PCT\BASE_PCT should be processed by multiplicative ↵Chaplain
function not additive. Also get ride of hack in Player::HandleBaseModValue now it's unnecessary. Fixes: #855, multiplicative % count for normal school for aura 79 and may be others.
2011-08-20Scripts/Naxxramas: Fixed achievement Just Can't Get EnoughLopin
2011-08-20Core/Spells: check UNIT_FLAG_OOC_NOT_ATTACKABLE only for AOE spells ↵QAston
targeting enemies, fixes some interactions with npcs.
2011-08-20Core/Spells: Allow to explicitly target crowd controlled targets for spells ↵QAston
with SPELL_ATTR6_CANT_TARGET_CROWD_CONTROLLED (Shield of Righteousness for example).
2011-08-20Core/Spells: Remove some duplicate checks from Spell::CheckPetCastQAston
2011-08-20Core/Spells: Use spell target flags to determine if spell can target dead ↵QAston
targets - fixes skinning. Also, fix build once again
2011-08-20Core/Spells: fix a crash.QAston
2011-08-20Fix GCC build.QAston
2011-08-20Core/SpellScripts: Add possibility to access real damage/healing done by ↵QAston
SpellScript from AfterHit hooks.
2011-08-20Core/Spells: move Cannibalize and Carrion Feeder cast checks to SpellScripts.QAston
2011-08-20Core/Misc: Minor code cleanup and code style fixtobmaps
2011-08-20Core/Spells: Prevent apply spell power coefficients at bonus given by some ↵tobmaps
"taken" damage mods Closes #1991
2011-08-19Core/GameObject: Fixed build on LinuxLopin