aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-02-17Backed out changeset e85c3b6d551bQAston
--HG-- branch : trunk
2009-02-16[7288] Implement CreatureAI::JustReachedHome scripting call for home ↵megamage
movement end point event. Author: NoFantasy *Note: need to look at SD2 script to check what is the use of this function. --HG-- branch : trunk
2009-02-16Speedup check in Player::HasQuestForItem and Player::HasQuestForGO, related ↵megamage
cleanups. Author: VladimirMangos --HG-- branch : trunk
2009-02-16[7287] Remove wrong implementation for spell 37573 dummy effect. It better ↵megamage
implement in scripts anyway. Author: NoFantasy *Note: this requires the import of SD2 script patch otherwise this spell will have no effect. [7286] Remove unused local variable. Author: VladimirMangos --HG-- branch : trunk
2009-02-16[7285] More code cleanups in static data structures use. Author: zhenyamegamage
--HG-- branch : trunk
2009-02-16Fixed crash at out of range access to array data in battleground code. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-02-16[7284] Avoid 2 times skill value request. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-02-16[7283] Use map for trainer spells for fast find data by spell id. Author: zhenyamegamage
--HG-- branch : trunk
2009-02-16Small BattleGroundQueue::RemovePlayer cleanup. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-02-16*Update add/remove aura code.megamage
--HG-- branch : trunk
2009-02-16*Fix the crash bug when player log in.megamage
--HG-- branch : trunk
2009-02-16*Remove GAMEOBJECT_LEVEL value for summoned gameobject to fix the bug that ↵megamage
some go cannot be used. Please check if this causes other bugs related to gameobject. --HG-- branch : trunk
2009-02-16*Merge.megamage
--HG-- branch : trunk
2009-02-16*Fix chain heal order bug.megamage
--HG-- branch : trunk
2009-02-16*Check range for channeled spells during their duration.QAston
--HG-- branch : trunk
2009-02-15*Cleanup of charm/farsight code. Hope this can fix some crash bugs.megamage
--HG-- branch : trunk
2009-02-15*Fix a crash caused by EventAImegamage
--HG-- branch : trunk
2009-02-15*Add DoCastAOE for script to cast AOE spells. Because AOE spells do not ↵megamage
require any target. *Corresponding update of Kalecgos script. --HG-- branch : trunk
2009-02-15*Fix knockback angle calculation.megamage
--HG-- branch : trunk
2009-02-15[7282] Store guilds in map for fast search by id, some other guild/arenateam ↵megamage
related cleanups. Author: zhenya --HG-- branch : trunk
2009-02-15Propertly send SMSG_SET_PHASE_SHIFT to inform client about phase shift at ↵megamage
phase change. Author: GriffonHeart --HG-- branch : trunk
2009-02-15[7281] Cleanup in unused and incorrectly marked as unused aura names and ↵megamage
comments. Author: VladimirMangos --HG-- branch : trunk
2009-02-15[7280] Implement 287 SPELL_AURA_DEFLECT_SPELLS aura Author: DiSlordmegamage
--HG-- branch : trunk
2009-02-15Fix chance calc added by SPELL_AURA_MOD_COMBAT_RESULT_CHANCE Author: DiSlordmegamage
--HG-- branch : trunk
2009-02-15[7279] Allow equipped items loading at relogin to arena map. Author: Lightguardmegamage
--HG-- branch : trunk
2009-02-15[7278] In case gossip flag use gossip menu instead quest menu as client ↵megamage
expected. Author: NoFantasy <NoFantasy@getmangos.com> --HG-- branch : trunk
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