aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-10-31*Apply SPELL_AURA_MOD_EXPERTISE in related hit chance calculations, thanks Sisifmaximius
--HG-- branch : trunk
2009-10-31*Check for NULL unitTarget's in Cleansing Totem Effect, Healing Stream ↵maximius
Totem, Mana Spring Totem, thanks Sisif --HG-- branch : trunk
2009-10-31*Correctly update negative aura duration at loading, thanks Sisifmaximius
--HG-- branch : trunk
2009-11-01Drak'Tharon Keep, Novos the Summoner: Despawn adds on reset/dietartalo
--HG-- branch : trunk
2009-10-31*Glyph of Siphon Life, Glyph of Life Tap, Glyph of Ice Lance, thanks Sisifmaximius
--HG-- branch : trunk
2009-10-31*Correct Sapphiron's Blizzard spell DoSummon parametersmaximius
*Glyph of Blocking, thanks Sisif --HG-- branch : trunk
2009-11-01Mergetartalo
--HG-- branch : trunk
2009-11-01Drak'Tharon Keep, Novos the Summoner: Cleanup + adjustements. Thanks Joshhtartalo
Drak'Tharon Keep, King Dred: Cleanup --HG-- branch : trunk
2009-10-31*Reinit the iterator in each loop as the iter is removed from the list, in ↵maximius
AuctionHouseObject::Update, by Trazom *No longer disregard z/o in Map::CreatureRelocation, thanks Sisif *Cleanup, and make Divine Storm default to m_caster is no unitTarget is available *Some mtmaps optimization --HG-- branch : trunk
2009-10-31Drak'Tharon Keep, King Dred scrypt by Manueltartalo
--HG-- branch : trunk
2009-10-31Drak'Tharon Keep, Trollgore: Remove stacked buff on Resettartalo
Drak'Tharon Keep, Tharon'Ja: Fix Gift of Tharon'Ja + add skeletal morphing --HG-- branch : trunk
2009-10-31Drak'Tharon Keep: Fix Trollgore's achievementtartalo
Fix possible crash in Tharon'Ja's script Add player spells in Tharon'Ja's script --HG-- branch : trunk
2009-10-31Support for Quests 11881,11483,12971,13423,12970. Patch by Manueltartalo
--HG-- branch : trunk
2009-10-31Block access to instances if encounter is in progress only for raids (not fortartalo
5 player dungeons). Don't count GMs for instance full block --HG-- branch : trunk
2009-10-31Drak'Tharon Keep: *Cleanuptartalo
*Trollgore script *Tharon'ja script --HG-- branch : trunk
2009-10-31*Partial backout of 6f77c852bd4amaximius
--HG-- branch : trunk
2009-10-31*Implement spells: 781, 13280, 32307, 40109, 47770, 47776, 49625, 49634, ↵maximius
51854, 64385, by Warhead --HG-- branch : trunk
2009-10-31*Fix a crash in Object.hmaximius
*Fix action button saving *Fix a crash on item swap in guild bank *Fix exploit moving after death in Unit.cpp *Fix assert fail at grid load in Creature.cpp Thanks Sisif for these! :) --HG-- branch : trunk
2009-10-31*Fix build with mtmaps :/maximius
--HG-- branch : trunk
2009-10-31*Don't increment an iterator after it's erased, by RammboNr5. Also remove an ↵maximius
unused iterator. --HG-- branch : trunk
2009-10-31*Violet Hold - Cyangosa: rudimentary timers.maximius
--HG-- branch : trunk
2009-10-31*Ulduar - fix several cases of incorrect targeting and spells.maximius
--HG-- branch : trunk
2009-10-30*Proper target selection in boss_ignis.cppmaximius
--HG-- branch : trunk
2009-10-30*Whoops, removed a bit too much there :(maximius
--HG-- branch : trunk
2009-10-30*Remove two redundant hunks of code.maximius
--HG-- branch : trunk
2009-10-30*Make mtmaps a bit more stable, particularly when it updates players.maximius
*Do some better cleanup on spec switching (should no longer strip away all auras, forcing a relog), unsummon totems, clear combo points, etc. *Cleanup and optimization. --HG-- branch : trunk
2009-10-31Clean up last commitKudlaty
--HG-- branch : trunk
2009-10-31*Change virtual bool IsEscorted in escort_ai.h to check if creature is ↵Kudlaty
escorted or not *If creature use POINT_MOTION_TYPE, sethomeposition in combat start point --HG-- branch : trunk
2009-10-30*Add virtual bool IsEscorted() to escort_ai.hmaximius
*Some minor cleanup and optimization --HG-- branch : trunk
2009-10-31Fix Feeding Frenzy, Cobra Reflexes, Cornered. Now they are active only when ↵Kudlaty
victim hp is below certain percentage. Patch by thenecromancer, updated by krz --HG-- branch : trunk
2009-10-31Fix typo, sorryKudlaty
--HG-- branch : trunk
2009-10-31Fix hit chance calculation for Fist Weapons. Patch by krzKudlaty
--HG-- branch : trunk
2009-10-30*Target is never valid on MAPID_INVALID.maximius
--HG-- branch : trunk
2009-10-29*Add a missing change from 6097_world_loot_template.sql, thanks amsjunior123maximius
*Some minor cleanup. --HG-- branch : trunk
2009-10-29Support for quest 'Merciful Freedom' (6566), by Sonytartalo
--HG-- branch : trunk
2009-10-29Force SaveToDB() on BossAI::_JustDied(). These way raids should remember ↵tartalo
instance state if server crashes. --HG-- branch : trunk
2009-10-29Blackwing Lair, Chromaggus: Cleanup + Fix crashtartalo
--HG-- branch : trunk
2009-10-29Fix corpse query opcode, by TOM_RUSMachiavelli
--HG-- branch : trunk
2009-10-29*Fix compile. Patch by aqs999.Anubisss
--HG-- branch : trunk
2009-10-29Fix exploit with using fist weapon without that skill. Patch by _krzKudlaty
--HG-- branch : trunk
2009-10-29*Cleanup (Brutallus' Intro should start properly now)maximius
--HG-- branch : trunk
2009-10-28*Duels - if initiator and opponent are on the same team, or initiator and ↵maximius
opponent are not PvP enabled, forcibly stop attacking on DUEL_FLED, otherwise they can continue attacking. --HG-- branch : trunk
2009-10-28*More precise method for determining whether or not a seat is occupied ↵maximius
(disregarding object size). --HG-- branch : trunk
2009-10-28*Add a missing include to LootMgr.h, should fix *nix build.maximius
--HG-- branch : trunk
2009-10-28*Should fix the reversed groupid-lootmode issue.maximius
*Cleanup, and convert npc_innkeeper.cpp back to ANSI from UTF-8 (was causing *nix compile issues apparently) --HG-- branch : trunk
2009-10-28*Minor cleanup.maximius
--HG-- branch : trunk
2009-10-28*Implement new LootMode system, and add some basic support in ↵maximius
boss_sartharion.cpp. Requires database support. --HG-- branch : trunk
2009-10-28*One player per slot on bench/chair, original patch by Trojan for TC1.maximius
--HG-- branch : trunk
2009-10-28*UTF-8 encoding, thanks WarHeadmaximius
--HG-- branch : trunk
2009-10-28*Fix 'slain' achievements for heroic mode dungeons, by Azuritusmaximius
--HG-- branch : trunk