aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-02-13*Fix Empowered Arcane Missiles remove by ice block.QAston
--HG-- branch : trunk
2009-02-13*Fix diminishing returns for spells casted on a pet.QAston
--HG-- branch : trunk
2009-02-13*Some changes in Kalecgos script - by darktabbitBlaymoira
--HG-- branch : trunk
2009-02-13* Redone all trinity_string table and core part - finally every string has ↵Drahy
only one number * Some final clean up in sqls --HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-12*Fix a typoIncoGnito
--HG-- branch : trunk
2009-02-12*Prevent getting wrong values from default type conversion.QAston
--HG-- branch : trunk
2009-02-12*Try to fix crash in SendAurasForTarget.QAston
--HG-- branch : trunk
2009-02-12*Implement spell 32960Blaymoira
--HG-- branch : trunk
2009-02-12More tabs2spacesParadox
--HG-- branch : trunk
2009-02-11*Allow creatures to have up to 8 spells in creature_template.QAston
--HG-- branch : trunk
2009-02-11*Turn off log spam.QAston
--HG-- branch : trunk
2009-02-11*Fix a typo in jan'alai scriptBlaymoira
--HG-- branch : trunk
2009-02-11*Add one more RewChoiceItemId field in quest template (SQL and feature ↵QAston
request by Brian). --HG-- branch : trunk
2009-02-11*Implement spellhaste mod for Channeled spells.QAston
*Fix build with VCPP. --HG-- branch : trunk
2009-02-11*Save/Load function for Steam Vault - by IskanderBlaymoira
--HG-- branch : trunk
2009-02-11*Some minor fixBlaymoira
--HG-- branch : trunk
2009-02-11*Merge.megamage
--HG-- branch : trunk
2009-02-11 [7265] Move feral bonus get to struct ItemPrototypemegamage
Signed-off-by: DiSlord <dislord@nomail.com> --HG-- branch : trunk
2009-02-11 [7264] Use AP fields as signed integermegamage
Signed-off-by: DiSlord <dislord@nomail.com> --HG-- branch : trunk
2009-02-11 Fix apply SPELLMOD_MULTIPLE_VALUE for SPELL_AURA_MANA_SHIELD drainmegamage
Signed-off-by: DiSlord <dislord@nomail.com> --HG-- branch : trunk
2009-02-11 [7263] Fixed AP calculation in some casesmegamage
Fixed use AP dynamic mods (bonuses from stats) Apply ITEM_MOD_ATTACK_POWER for ranged AP Implement feral AP from weapon dps for druids Signed-off-by: DiSlord <dislord@nomail.com> --HG-- branch : trunk
2009-02-11*Remove disable/enable gossip in escortAI scriptsBlaymoira
--HG-- branch : trunk
2009-02-11*Implement Script Effect of 48025Blaymoira
--HG-- branch : trunk
2009-02-11*Some changes in Solarian - by BagsacBlaymoira
--HG-- branch : trunk
2009-02-11*Small code cleanup, try to fix crash.QAston
--HG-- branch : trunk
2009-02-11* Added Skeletons movements in Prince Keleseth eventMuhaha
* Typo in ScriptMgr.cpp. --HG-- branch : trunk
2009-02-11* Typi in Utgarde KeepMuhaha
--HG-- branch : trunk
2009-02-11* Utgarde Keep, Prince Keleseth scriptMuhaha
--HG-- branch : trunk
2009-02-10* Stormwind Harbor Taxi. Author: FrozenDBMuhaha
--HG-- branch : trunk
2009-02-10 [7262] Check security level of target for .die command for case when ↵megamage
this command have lesser security level from default setting. Author: VladimirMangos Original patch provided by NewAge. --HG-- branch : trunk
2009-02-10[7261] Better check DB corrdinates for bg entry at player loading. By Vladimir.megamage
--HG-- branch : trunk
2009-02-10[7260] Fixed access to uninitilized fields in FleeingMovementGenerator and ↵megamage
Creature::IsOutOfThreatArea. Author: VladimirMangos --HG-- branch : trunk
2009-02-10[7259] Prevent memory lost at pet spell reset. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-02-10[7258] Fixed access to field of possible deleted periodic aura. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-02-10[7257] Fixed unexpected errors in log and non-freed memory at battleground ↵megamage
system shutdown. Author: VladimirMangos --HG-- branch : trunk
2009-02-10*Fix a crash in _AddAuramegamage
--HG-- branch : trunk
2009-02-10*Fix some broken talent triggered spells.megamage
--HG-- branch : trunk
2009-02-10[7256] Fixed (lot better at least) quest XP calculation from money rewarded ↵megamage
value at max level. Author: NoFantasy --HG-- branch : trunk
2009-02-10 [7255] Allows saving characters in Battle Grounds.megamage
* Now player can join to BG after logout during 5 minutes, if BG in progress. * All players after server crash or restart should appear at the battlemaster Author: GriffonHeart --HG-- branch : trunk
2009-02-10 [7254] Cleanups and batter checking in homebind/bgEntryPoint code.megamage
* Load homebind data early in Player::LoadFromDB and use instead initital race points in cases need some safe point if current coordinate broken by some reason. * Store BG entry point in to WorldLocation and simplify calls. * Set bg entry point at GM teleports to battleground for correct auto-recall position at battleground end. Author: VladimirMangos --HG-- branch : trunk
2009-02-10[7253] Check battleground status in GetSpellAllowedInLocationError for some ↵megamage
spells for aura remove and spell casting cases. Author: VladimirMangos --HG-- branch : trunk
2009-02-10 [7252] Move all world global broadcast string (all arena/bg related) to ↵megamage
`mangos_string`. PLEASE, NOT USE string world broadcasts in real code. This function _only_ for debug purposes. Really allow with .debug bg start bg with 1 player. Added helps for some existed .debug commands. Author: VladimirMangos --HG-- branch : trunk
2009-02-10*add .debug bg to allow starting a battleground with just one player it's ↵megamage
implemented like .debug arena - so you toggle debug bg on or off By balrok --HG-- branch : trunk
2009-02-09 [7250] Use bg type ids enum insted raw values and catch some bugs in ↵megamage
result for fixing. * Replace max bg type checks by DBC valid index check * Use in functions and fields BattlegroundTypeId type instead uint32 * Fixed wrong use bg queue ids instead bg type ids in queue update/remove function calls. Many bg have same raw values for type id and queue id but some can be affected by this bug: BATTLEGROUND_EY, BATTLEGROUND_SA, and all areans (with small arena/team size exceptions) * Move Battlemaster to bg type ids map fron ObjectMgr to BatteleGroundMgr. * Remobe redundent for header itself includes for BG headers. * Use Auction location enum instead raw valus. Author: VladimirMangos --HG-- branch : trunk
2009-02-09[7249] Remove outdated data from `spell_proc_event`. Author: jorooomegamage
--HG-- branch : trunk
2009-02-09[7248] Check `battlemaster_entry` data at loading. Code cleanups. Author: zhenyamegamage
--HG-- branch : trunk