aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-07-16[8179] Fill `spell_check` table by data for dummy effect (0 spell family), ↵megamage
some code cleanups. Author: VladimirMangos --HG-- branch : trunk
2009-07-16 [8176] (skipped) Forbid using some monster movement flags (that can ↵megamage
crash client) in creature*_addon tables.moveflag tables field. Also refactoring creature addon tables loading. Author: VladimirMangos --HG-- branch : trunk
2009-07-16[8175] Add shred in spell_check. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-07-16 [8174] Fixed typo in IsSpellHaveAuramegamage
* Correct cast DBC data to AuraType instead of SpellEffect. Signed-off-by: ApoC <apoc@nymfe.net> --HG-- branch : trunk
2009-07-16 [8173] Fixes for 1822 and ranks base at spell_check detection Author: ↵megamage
VladimirMangos * Update AP bonus per tick to 0.18 as expected in 3.0.2 and later. * Better spell selction to avoid unrelated spells for AP bonuses --HG-- branch : trunk
2009-07-16 [8172] Drop dead code for 33878/33876 and ranks. Author: VladimirMangosmegamage
Detected by spell_check: not have now dummy aura but have SPELL_AURA_MOD_MECHANIC_DAMAGE_TAKEN_PERCEN for proper mechanic. --HG-- branch : trunk
2009-07-16 [8171] Restore work double damage chance for spell 35290 and ranks. ↵megamage
Author: VladimirMangos It has been broken at client switch and detected by spell_check data. --HG-- branch : trunk
2009-07-16 [8169] Implement new optional table `spell_check` and console command ↵megamage
.debug spellcheck Author: VladimirMangos * Table expected to be store data mirror same data in code: - explicit spell ids with related expected spell properties like effects, spell family or auras - implicit requirements for select some spell sets like spell family masks, icons or visual values * For check can be used .debug spellcheck _console_ only command. * Main purpose table and related command check code parts for outdated data at client switch. It also can be used for check data in patch writing time to be sure code correctness. --HG-- branch : trunk
2009-07-16[8167] Use more consistence debug command handler names and move its code to ↵megamage
debugcmds.cpp Author: VladimirMangos --HG-- branch : trunk
2009-07-16[8166] Add support for 32-bit hex format in addition to 64-bit version ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-07-14*Fix sting - by Astellar.QAston
--HG-- branch : trunk
2009-07-14*Fix the bug that escorted creatures return to their spawnpoint after ↵QAston
engaging combat. --HG-- branch : trunk
2009-07-14*Do not allow spells having damage to break root casted by the spell.QAston
*Typohunt: wand skill gain, Improved spell reflection aura drop from party. --HG-- branch : trunk
2009-07-14*spell_bonus_data for Glyph of Chains of Ice - by ZcuronQAston
--HG-- branch : trunk
2009-07-14*Add better proc check for Glyph of death's Embrace - by AstellarQAston
--HG-- branch : trunk
2009-07-14*Move target selection check for Death Coil to Spell::CheckCast - by AstellarQAston
--HG-- branch : trunk
2009-07-14*Correct target selection for blade flurry - by XTZGZoReXQAston
--HG-- branch : trunk
2009-07-14*Fix build.QAston
--HG-- branch : trunk
2009-07-14*Update arena rating calculationDestalker
--HG-- branch : trunk
2009-07-13*Fix Defensive Tactics.QAston
*Correctly delete gameobject in BT_Najentus script. --HG-- branch : trunk
2009-07-13*Make charge-like spells with talented warbringer correctly remove movement ↵QAston
impairing auras. *Fix Revitalize. *Use MaxHp of target instead of base hp for CC auras amount. --HG-- branch : trunk
2009-07-13*Fix a bug that creatures with owner chase their enemies after death.QAston
*fix a typo breaking procflags on aura remove - shattered barrier and master of subtlety work again --HG-- branch : trunk
2009-07-13*Set pvp flag for spells with SPELL_ATTR_EX3_NO_INITIAL_AGGRO if needed.QAston
--HG-- branch : trunk
2009-07-12*Add an Assert to trac where GO pointer is getting corrupted.QAston
--HG-- branch : trunk
2009-07-12*Fix sniper training - by Astellar.QAston
*Correct GO delete call in Gameobject::Update. --HG-- branch : trunk
2009-07-12[8165] Correctly add quest talent points count for characters on lvl 55. ↵megamage
Author: ApoC --HG-- branch : trunk
2009-07-12[8163] Fixed typo and wrong check affecting threat calculation. Author: SeTmegamage
--HG-- branch : trunk
2009-07-12[8162] Fixed applying random enchantments to quest rewarded items. Author: ApoCmegamage
--HG-- branch : trunk
2009-07-12[8160] Now finally correct extraction uint16 enchantment id from uint32. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-07-12[8159] Restore show item enchantments visual effects in character enum list. ↵megamage
Author: VladimirMangos --HG-- branch : trunk