aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-25Fixes ammo consumption for Hunter's Volleyhacknowledge
#2734
2011-08-24Core/Achievements: Added also check for player's team. Only defenders should ↵Lopin
get this achievement
2011-08-24Core/Achievements: Added missing AchievementCriteriaScript. Thanks Spp for ↵Lopin
pointing it out
2011-08-24Core/Achievements: Fixed Defense of the Ancients in SotALopin
2011-08-24Fix build after last pull request merge.QAston
2011-08-24Merge pull request #2582 from hacknowledge/fix_2531QAston
Core/Spells Disables environmental damage to players which are not attackable by AOE damage
2011-08-24Merge pull request #2588 from hacknowledge/fix_2488QAston
Crashfix. Added missing check for NULL of victim parameter
2011-08-24Core/Spells: Make GMs and vehicle riders not attackable by AOE again.QAston
2011-08-24DB/Instances: Open Frozen Halls instances on normal difficulty since level 75Lopin
2011-08-24Core/Logs: Fixed a typo in one log. Thanks RA3OR for noticeLopin
2011-08-24Core/Spells: Fixed quest Salvaging Life's StrengthLopin
2011-08-24Core/Spells: Fixed quest Stopping the SpreadLopin
2011-08-24Core/Logs: Added some more log informations to certain logsLopin
2011-08-24DB/Game Event: Syncronise Darkmoon Faire to current retail datesAokromes
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