aboutsummaryrefslogtreecommitdiff
path: root/src
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-15*Merge.megamage
--HG-- branch : trunk
2009-02-15*Target limitation for spell 39365 - by IskanderBlaymoira
--HG-- branch : trunk
2009-02-15*Small fix in Kalecgos - by darktabbitBlaymoira
--HG-- branch : trunk
2009-02-15Missing cmake AH related file.panaut0lordv
--HG-- branch : trunk
2009-02-14*Set Non attackable flag on quest complete in Dirty larry - by SorkenBlaymoira
--HG-- branch : trunk
2009-02-14*Small fix in dirty larryBlaymoira
--HG-- branch : trunk
2009-02-14*Implement spell 47977Blaymoira
--HG-- branch : trunk
2009-02-14*Revert unwanted changes from last rev.QAston
--HG-- branch : trunk
2009-02-14*Make range check dependent from target.QAston
--HG-- branch : trunk
2009-02-14Case typopanaut0lordv
--HG-- branch : trunk
2009-02-14Fly mounts fix.panaut0lordv
--HG-- branch : trunk
2009-02-14Cmake fix.panaut0lordv
--HG-- branch : trunk
2009-02-13*Merge.megamage
--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-13Fixed arena related client crash Author: tomrus88megamage
--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-13Fixed arena matches for same faction (players were all in one group - and ↵megamage
they couldn't attack each other) Author: Triply --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-13Rename AuctionHouse.cpp -> AuctionHouseHandler.cpp AuctionHouseObject.h ↵megamage
->AuctionHouseMgr.h Author: VladimirMangos --HG-- branch : trunk
2009-02-13*Prevent entering in instances if zone in combat - by IskanderBlaymoira
--HG-- branch : trunk
2009-02-13*Remove Not attackable flags on escortAI startBlaymoira
--HG-- branch : trunk
2009-02-13*Fix bug that traps were activated by totems.QAston
--HG-- branch : trunk
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