aboutsummaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Collapse)Author
2009-02-15[7277] Correctly show guild bank tab info text for author and members not ↵megamage
only after login but also after change. Author: VladimirMangos --HG-- branch : trunk
2009-02-15Implemented limit category check for item/gem at equip or gem inserting. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-02-14*Make range check dependent from target.QAston
--HG-- branch : trunk
2009-02-13 [7276] Rewrited fix for same faction arena matchesmegamage
Added better Object-oriented calls to BattleGround::Reset() Added more checks to CreateBattleGround() method This commit doesn't fix anything Author: Triply --HG-- branch : trunk
2009-02-13 [7275] getbattlegroundqueueidfromlevel returns now bg-specific queueidsmegamage
before this commit, queueids were staticaly given for 9-19,20-29,30-39... but for instance alterac valley needs 51-60,61-70,71-80.. this patch allows this, if you change the minlevel in battleground_template you also could make 23-32,33-42.. levelranges not that we always use 10lvl-steps.. this is actually hardcoded.. Author: balrok --HG-- branch : trunk
2009-02-13[7274] Fixed work of warrior talent 12296.megamage
* Proper tick in 3 sec * Replace amount calculation hack by more proved formula. * Ignore in combat state. Author: domingo --HG-- branch : trunk
2009-02-13[7273] Fix show 0-level quests in gossip quest list. Another case. Author: ↵megamage
NoFantasy --HG-- branch : trunk
2009-02-13[7272] Trailing whitespace cleaning Author: fregharmegamage
--HG-- branch : trunk
2009-02-13[7271] Implement mangosd stop and pause if it work as Windows service. ↵megamage
Author: rilex --HG-- branch : trunk
2009-02-13[7270] Apply mangos code style. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-02-13 [7269] Use enum type for battleground queue type ids, and related cleanups.megamage
* renamed a variable to make the content of it more clear: type->arenaslot * renamed BattleGroundQueueTypeId-variables to bgQueueTypeId just to make it easier reading the code (cause there existed 3 different names for this..) * renamed GetBattleGroundQueueId to GetBattleGroundQueueTypeId again this is just for better understanding * Renamed [GS]etQueueType and m_Queue_type * Renamed to [GS]etQueueId and m_QueueId Author: balrok --HG-- branch : trunk
2009-02-13[7268] Fix show 0-level quests in gossip quest list. Author: NoFantasymegamage
--HG-- branch : trunk
2009-02-13[7267] Drop `auctionhouse`.`location`. Author: VladimirMangosmegamage
Add a missing file. --HG-- branch : trunk
2009-02-13[7266] Use DBC data for auction cut/deposit percents and location (auiction ↵megamage
house id in fact). More auction related code refactoring, Move auction related code from ObjectMgr to AuctionHouseMgr. Author: VladimirMangos --HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-11*Allow creatures to have up to 8 spells in creature_template.QAston
--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 [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-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[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
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-09Replace tabs with spaces in more files.Paradox
--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 [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-04Replace tabs with spaces, and fix crlf issuesmegamage
--HG-- branch : trunk
2009-02-06[7235] New command: .reset achievements. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-02-06Now correct patch version: Use spell_loot_table for item creating in case ↵Muhaha
SPELL_EFFECT_CREATE_ITEM_2 (157) and itemType==0. Author: VladimirMangos --HG-- branch : trunk
2009-02-05[7230] Add spell_bonus_data for 18220 and ranks. Author: Dietrichmegamage
[7232] Use constant name that hide client dependent value. Author: VladimirMangos Skip: [7231] Some info to sql updates commiters in slq/update/README and spell chain update of [7230] --HG-- branch : trunk
2009-02-05[7229] Add area limitation checks for battleground/arena spells.megamage
Spell sorted by 2 list and map ids lists replaced by map type checking in patch. Author: GriffonHeart --HG-- branch : trunk
2009-02-04[7228] Implement empty bag swap with equipped non-empty bag with items ↵megamage
exchange. Author: nugu100 --HG-- branch : trunk