aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-07-22*Implement ACHIEVEMENT_CRITERIA_TYPE_WIN_BG - by BudIcePenguin.QAston
--HG-- branch : trunk
2009-07-22*Fix Piercing Shots - by freeganja.QAston
*Clear movement generators for unit when removing from world. --HG-- branch : trunk
2009-07-22*Fix a typo breaking some summon types.QAston
--HG-- branch : trunk
2009-07-22*Fix Replenishment from Imp. Soul Leech - original patch by freeganja.QAston
--HG-- branch : trunk
2009-07-22*Allow SPELL_AURA_TRANSFORM to to be breakble by damage using proc system.QAston
--HG-- branch : trunk
2009-07-22*Add SUMMON_MASK_CONTROLABLE_GUARDIAN to regular pets.QAston
--HG-- branch : trunk
2009-07-22Fix typoKudlaty
--HG-- branch : trunk
2009-07-22*Merge.QAston
--HG-- branch : trunk
2009-07-22*Implement Aura Type 247 (SPELL_AURA_CLONE_CASTER) and 279 ↵QAston
(SPELL_AURA_INITIALIZE_IMAGES) *Handle CMSG_GET_MIRRORIMAGE_DATA opcode. *Save Minions follow angle to allow themmoving in a formation *Improvements in SpellAI: correctly evade and select attack target for creatures without threat list *Use SpellAI instead of PetAI for not controllable guardians *Only guardians with SUMMON_TYPE_PET are controllable now *Add script and template data for Mirror Image. *Thanks to Drahy for help. --HG-- branch : trunk
2009-07-22*Fix door handling in Akama's script.Anubisss
--HG-- branch : trunk
2009-07-22*Dont allow player to use a flypoint if the player stunned or rooted.Anubisss
*This fix the bug that eg.: player cast Ice Block(45438) and click on a flypoint and INSTANTLY teleported to the flypoint. :) --HG-- branch : trunk
2009-07-20*Fix build on *nixes -by GuguRDQAston
--HG-- branch : trunk
2009-07-20*Use map pointer of killed creature instead of player pointer to prevent ↵QAston
crash in case killer is not in world. --HG-- branch : trunk
2009-07-20 [8190] Update killing quest objectives base at creature_template ↵megamage
KillCredit fields. Author: GriffonHeart Note: for avoid double counting must be removed C++ scripts and EventAI scripts that do same thing in old way. Signed-off-by: VladimirMangos <vladimir@getmangos.com> Also implement KillCreditN field check at loading. --HG-- branch : trunk
2009-07-20[8189] Fixed: not include player in GM online list output. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-07-20[8188] Cleanups in #includes for SpellMgr.h Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-07-20 [8187] Remove %s prefix in BuildMonsterChat().megamage
For cases where name of sender is expected to show in client chat (mainly emote texts), add %s to the text where name should display. Signed-off-by: NoFantasy <nofantasy@nf.no> --HG-- branch : trunk
2009-07-20[8186] More spell check data. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-07-20 [8185] Allow set visible gm level for in gm list and in who list checks. ↵megamage
Author: VladimirMangos * GM.InGMList replaced by GM.InGMList.Level with default value 3 (visible any gm levels) * GM.InWhoList replaced by GM.InWhoList.Level with default value 3 (visible any gm levels) Update mangosd.conf if used non default value for old GM.InGMList and GM.InWhoList --HG-- branch : trunk
2009-07-19Backed out changeset: ad3793582d28Rat
--HG-- branch : trunk
2009-07-19*added script for Underbog Colossus (SSC)Rat
--HG-- branch : trunk
2009-07-19*Correct diminishing returns for charge and linked spell for Stoneform.QAston
--HG-- branch : trunk
2009-07-19*Fix DK presences and their improved versions - original patch by thenecromancerQAston
*Port player to homebind if instance cannot be created in WorldSession::HandleMoveWorldportAckOpcode. --HG-- branch : trunk
2009-07-19*Add cooldown timer for boss Grand Magus Telestra.Necroo
--HG-- branch : trunk
2009-07-19*Cleanups and fixes in Unrelenting Assault.QAston
--HG-- branch : trunk
2009-07-19*Fix a typo.QAston
--HG-- branch : trunk
2009-07-19*Set one charge for Elune's Wrath - by Drethek.QAston
--HG-- branch : trunk
2009-07-18*Merge.QAston
--HG-- branch : trunk
2009-07-18*Move coefficients from Spell::SpellDamageSchoolDmg to spell_bonus_data.QAston
--HG-- branch : trunk
2009-07-18*use OriginalVictim for some range based spell casts (only scripts)Rat
-fixed void reaver's arcane orb spell, now it is shown in combatlog (cheers to bossmods) --HG-- branch : trunk
2009-07-18*Add new column to spell_bonus_data table to store ap bonus for periodic auras.QAston
*Use -1 to mark entries, for which default spell bonus calculation should be used. *Move periodic auras ap bonuses from core to db. *Add coefficient for Black Arrow. --HG-- branch : trunk
2009-07-18*implemented basic Chat Channel savingRat
*includes owner, banlist,announce,password, saving *todo: -make it cacheble -add a filter to not save some addon spec channels -find someone who does these for me :) --HG-- branch : trunk
2009-07-18*SerpentShrine Caverns fixesRat
-target only players for some spells -innerdeamons only follow their 'targets' -despawn deamons when Leo divides himself --HG-- branch : trunk
2009-07-18*fixed Supremus' Vulcanos (temp fix untill summon spell fixed)Rat
*fixed Supremus Molten Flame --HG-- branch : trunk
2009-07-18*Implement attribute flag SPELL_ATTR_EX_CANT_TARGET_SELF.QAston
--HG-- branch : trunk
2009-07-18*implemented MOJO (yes the frog from Zul'Aman) have funRat
--HG-- branch : trunk
2009-07-18*Update damage calculation of Serpent Sting, Immolation Trap and Deadly Poison.QAston
--HG-- branch : trunk
2009-07-18Change floor() to faster (int32) in reputation calcKudlaty
--HG-- branch : trunk
2009-07-18*Innervate calculation formula update.QAston
--HG-- branch : trunk
2009-07-18*Update heal calculation formula for Death Strike and apply improved death ↵QAston
strike bonus if avalible *Use floor() function for rounding in rep gain calculation *Add some debug info to WorldSession::HandleMoveWorldportAckOpcode() --HG-- branch : trunk
2009-07-17* And add the right oneBroodWyrm
--HG-- branch : trunk
2009-07-17*Use spell instead of function for giing kill credit in Death's Challenge ↵QAston
script - by Drethek. --HG-- branch : trunk
2009-07-17*Fix Master Shapeshifter - original patch by DrethekQAston
--HG-- branch : trunk
2009-07-17*Remove obsolete code of Glyph of Aspect of the Monkey - by freeganja.QAston
--HG-- branch : trunk
2009-07-17*Remove unneeded Player::CleanupsBeforeDelete call.QAston
--HG-- branch : trunk
2009-07-17*2 more spells not present in dbc of 313 removed.QAston
--HG-- branch : trunk
2009-07-17*Remove some code for spells not present in dbc of 313.QAston
--HG-- branch : trunk
2009-07-16* Add script for Val'kyr Battle-maiden - patch provided by DrethekBroodWyrm
* Add summonerguid to summons by spell --HG-- branch : trunk
2009-07-16 [8183] Some gameobject despanw related fixes Author: VladimirMangosmegamage
* Implement use `consumable` field in gameobject template for gameobject required explcit despawn at use. * Move gameobject template fields cech function from Gameobject to gameobject template class, and update callers. * Cast spells at gameobject use with gameobject guid as original caster guid, as already used in some other cases. (skipped) --HG-- branch : trunk
2009-07-16 [8182] Store and use Map* pointer in WorldObject instead map ids for ↵megamage
speedup Author: Ambal Also some code logic cleanups. Changes let make more cleanups in base map access and other places, but this chnages not inlcuded in patch. *This patch may cause crash. --HG-- branch : trunk