aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-02-09 [7246] Add data from 7242_01_mangos_spell_bonus_data.sql to mangos.sql ↵megamage
as expected. Also fix outdated comment Author: VladimirMangos --HG-- branch : trunk
2009-02-09[7244] Fixed affecting of positive spells critical chances by scripted ↵megamage
critical chances. Author: pasdVn --HG-- branch : trunk
2009-02-09[7243] Fixed spell 47883. Author: aerione_altmegamage
(The author of 7242 is Reve. Sorry) --HG-- branch : trunk
2009-02-09 [7242] Fixed spell 30482 and ranks spell bonus for triggered spell.megamage
Signed-off-by: ApoC <apoc@nymfe.net> --HG-- branch : trunk
2009-02-09[7241] Breath time extended to 3.0.x values.megamage
Signed-off-by: ApoC <apoc@nymfe.net> --HG-- branch : trunk
2009-02-09Add newline at end of file.KingPin
--HG-- branch : trunk
2009-02-09Replace tabs with spaces in more files.Paradox
--HG-- branch : trunk
2009-02-09Fix exploit, dont allow possessed NPCs to gossip to playerBiglad
--HG-- branch : trunk
2009-02-09humanoids combat assistBiglad
--HG-- branch : trunk
2009-02-08Fixed crash when MotionMaster's Clean or ExpireMovement called from ↵megamage
MovementGenerator update. Original patch by ApoC. Backport from 308. --HG-- branch : trunk
2009-02-08*Fix a crash caused by npc_lord_illidan_stormrage script.megamage
--HG-- branch : trunk
2009-02-08*Try to fix the crash caused by Illidan and Supremus.megamage
--HG-- branch : trunk
2009-02-08*Merge.megamage
--HG-- branch : trunk
2009-02-08 [7240] Fix logfile spam from AchievementMgr.megamage
Log AchievementMgr::SendAchievementEarned only in debug. Signed-off-by: ApoC <apoc@nymfe.net> --HG-- branch : trunk
2009-02-08 [7239] Support multiply items loot and not normal loot items in ↵megamage
Player::AutoStoreLoot. Author: VladimirMangos Use this function in more cases and simplify and fix some related code. --HG-- branch : trunk
2009-02-08 Fixes and cleanups in loot code. Author: VladimirMangosmegamage
* Move not-normal loot tables generation in single place (Loot::FillLoot function) for group and non group case. * Simplify LootView code. --HG-- branch : trunk
2009-02-08 [7237] Fixed crash when MotionMaster's Clean or ExpireMovement called ↵megamage
from MovementGenerator update. Implemented delayed movement generators removed in case cleanup is triggered from movement generator update. For this purpose is in runtime allocated vector for temporary store of all deleted movement generators. After delayed delete this vector is deleted. Signed-off-by: ApoC <apoc@nymfe.net> (With adaptation) --HG-- branch : trunk
2009-02-08[7236] Prevent lost spells dependent from skills learned before ↵megamage
non-dependent spell loading from DB. For example spell 2764 will correctly show in spellbook after re-login. Author: VladimirMangos --HG-- branch : trunk
2009-02-08*Disable QuestGiver npcflag if creature in escortBlaymoira
--HG-- branch : trunk
2009-02-08*35354 doesn't do any damage if target has aura 38528 - by streetratBlaymoira
--HG-- branch : trunk
2009-02-08*Make tainted core throwable - by XeptorBlaymoira
--HG-- branch : trunk
2009-02-08*Prevent multiple summoning of nightbane - by BagsacBlaymoira
--HG-- branch : trunk
2009-02-08*Add script for Black Stalker - by IskanderBlaymoira
--HG-- branch : trunk
2009-02-08*Fixed doors by Shade of Aran - by BagsacBlaymoira
--HG-- branch : trunk
2009-02-08*Moved spell fix from Murmur's script to coreBlaymoira
--HG-- branch : trunk
2009-02-08*Small fixes in Murmur script - by IskanderBlaymoira
--HG-- branch : trunk
2009-02-08*Despawn summons on reset in Lurker Below script - by BagsacBlaymoira
--HG-- branch : trunk
2009-02-08*Small fixes in Warp Splinter script - by IskanderBlaymoira
--HG-- branch : trunk
2009-02-08*Use JustSummoned functions in Harbringer Skyriss script - by IskanderBlaymoira
--HG-- branch : trunk
2009-02-07*Do not check behind for Mutilate. By Blaymoira.QAston
--HG-- branch : trunk
2009-02-07*Fix some bugged spell visual.megamage
--HG-- branch : trunk
2009-02-06*Fix knockback effect.megamage
--HG-- branch : trunk
2009-02-06*Fix some talent triggered spells.megamage
--HG-- branch : trunk
2009-02-06*Fix the immediate crash during startup.megamage
--HG-- branch : trunk
2009-02-05*Update linked spell. Add new type: linked aura.megamage
--HG-- branch : trunk
2009-02-05*Fix a typo that makes linked spells not work.megamage
--HG-- branch : trunk
2009-02-05*Allow scripts to override SQL and DBC data.megamage
--HG-- branch : trunk
2009-02-04*Remove corpse reclaim delay for pve. Check your conf file to make sure it ↵megamage
is disabled. --HG-- branch : trunk
2009-02-04*Fix a crash bug in the previous rev.megamage
--HG-- branch : trunk
2009-02-04*Implement stealth detection for traps.QAston
--HG-- branch : trunk
2009-02-04*Add removed files back.megamage
--HG-- branch : trunk
2009-02-04*Remove two files for renaming.megamage
--HG-- branch : trunk