aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-03-04*Fix a typo in load patch command - by MufikBlaymoira
--HG-- branch : trunk
2009-03-04*Revert 1136, nonattackable flag of spirit of redemption is handled with ↵megamage
aura 27792,0 and should not be hard-coded. --HG-- branch : trunk
2009-03-04*Fix the bug that sheep attacks people.megamage
--HG-- branch : trunk
2009-03-04*Fix a bug that current cell is not set for creatures sometimes.megamage
--HG-- branch : trunk
2009-03-03*Fix a crash.megamage
--HG-- branch : trunk
2009-03-03[7377] Dummy effects for portal spells used in DK starting area. Author: ↵megamage
GriffonHeart --HG-- branch : trunk
2009-03-03 [7376] Allow store in spell_area.aura_spell negative values for "not has ↵megamage
aura" requirement. Author: VladimirMangos Also * Allow have in aura_spell spells with SPELL_AURA_PHASE in first effect. * Allow negative aura_spell chaining in spell_area table. * Better check at loading duplicate data (by requiremnt set) in spell_area table. --HG-- branch : trunk
2009-03-04*Merge.QAston
--HG-- branch : trunk
2009-03-04*Fix Death Strike.QAston
--HG-- branch : trunk
2009-03-03factionTemplate->faction can be 0, add appropriate checks to prevent crashes ↵megamage
and unexpected work. Author: VladimirMangos --HG-- branch : trunk
2009-03-03[7374] Fixed search free slot in Player::CanStoreItems in case specialized ↵megamage
bag. Author: Arthorius --HG-- branch : trunk
2009-03-03*Fix Judgement of Widsom and Living Bomb - oryginal patch by Lightguard.QAston
*Fix amount of Steady shot damage-by fisherman. *Fix heroic fury-by aerione_alt and pasdVn. --HG-- branch : trunk
2009-03-03*Fix starfall.QAston
--HG-- branch : trunk
2009-03-02*Fix build.megamage
--HG-- branch : trunk
2009-03-02*Fix a crash.megamage
--HG-- branch : trunk
2009-03-02*Revert some changes of 243.megamage
--HG-- branch : trunk
2009-03-02*Merge.megamage
--HG-- branch : trunk
2009-03-02 [7373] Implement expansion check at character loading (for homebind, ↵megamage
transport and plain coordinates). Author: VladimirMangos Also move fall damage calucaltion in new function. --HG-- branch : trunk
2009-03-02[7372] Cleanup BattleGround::GetClosestGraveYard related code. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-03-02[7371] Correctly select closest graveyard in Player::RepoopAtGraveyard(). ↵megamage
Patch provided by balrok Thx. --HG-- branch : trunk
2009-03-02 [7370] Fixed crash in CheckSkirmishForSameFaction() function, when we ↵megamage
erased iterator which shouldn't be erased Fixed crash in BattleGroundQueue::Update() by changing BGFreeSlotQueueType from deque to list. Author: Triply --HG-- branch : trunk
2009-03-02[7369] Remove ReqSourceRef in quest_template. Author: NoFantasymegamage
--HG-- branch : trunk
2009-03-02 [7368] Implement unequip unexpected offhand weapons at talent reset ↵megamage
(mostly for warror talent case). Author: Lightguard Implemented OffhandCheckAtTalentsReset option for unequip at zone change (default) and at talent reset itself (can be enabled). --HG-- branch : trunk
2009-03-02[7367] Restore one more time broken auctions work. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-03-02 [7366] Enabled skirmish arena matches for same faction. Author: Triplymegamage
Patch is tested and should not add crashes. --HG-- branch : trunk
2009-03-02 [7365] Implement potion in combat delay proper work. Author: VladimirMangosmegamage
Original patch provided by miranda.conrado. --HG-- branch : trunk
2009-03-02 [7364] Really implenent server-side anti-cheating cooldown check for ↵megamage
spells with SPELL_ATTR_DISABLED_WHILE_ACTIVE. Author: VladimirMangos Move apply cooldown for like spells to aura apply (GO registering for owner in GO summon spell case) Store "infinity" cooldown for like spells, ignore it at save and reapply it at aura loading. Note: one problem still exist for like spells: at loading/far teleport spell icon lost diabled state at client. Need sedn some unknown data in SendInitialPacketsBeforeAddToMap or SendInitialPacketsAfterAddToMap for restore it state. --HG-- branch : trunk
2009-03-02 [7363] Propertly set cooldown at server side for category spells at ↵megamage
cooldown event send to client. Author: VladimirMangos Also support item dependent cooldown set propetly at cooldown event send to client. Last will used in follow potion cooldown delay in combat patch. --HG-- branch : trunk
2009-03-02[7362] Use IN_MILISECONDS where appropriate, other cleanups. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-03-02[7360] Use defines instead harcoded item prototype array sizes. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-03-02 [7359] Fixed crash when removing battleground from BGFreeSlotQueue. ↵megamage
Author: Triply Fixed player will now drop a flag before he logs out, if he is in BG. --HG-- branch : trunk
2009-03-02[7358] Fixed spell_area autocast field loading.Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-03-02[7357] Fixed double applied playerlink in .levelup command. Author: balrokmegamage
--HG-- branch : trunk
2009-03-02Call proper function for .reload spell_area Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-03-02[7356] Use tabs for indent in Makefiles Author: fregharmegamage
--HG-- branch : trunk
2009-03-02 Fixed crashes when inviting same faction arena groups.megamage
Fixed crash in BGEndedRemoveInvites (by setting queue type from deque to list). Author: Triply --HG-- branch : trunk
2009-03-02*Fix crash.QAston
*Prevent applying cast time mod for spell twice. --HG-- branch : trunk
2009-03-02*Merge.megamage
--HG-- branch : trunk
2009-03-02*Fix Alchemist Stone effect.QAston
--HG-- branch : trunk
2009-03-01*Replaced wrong calculation of tickcount in swiftmend with consts - by AnubisssBlaymoira
--HG-- branch : trunk
2009-03-01*Fix a typo.QAston
--HG-- branch : trunk
2009-03-01*Fix dispel chance mod calculation.QAston
*Fix Escape artist-by Lightguard. --HG-- branch : trunk
2009-03-01*Prevent to kill spirit of redemption - by SorkenBlaymoira
--HG-- branch : trunk
2009-03-01*Fix drain mana, judgement of widsom and viper sting damage amount. Patch by ↵QAston
Maxxie. *Add one more rank of Devour Magic. --HG-- branch : trunk
2009-03-01*Fix mana burn.QAston@qaston-pc
*Fix glyph of dispel Magic (by Lightguard). *Add missing sql from latest rev. --HG-- branch : trunk
2009-03-01*Fix Shield Slam damage.QAston@qaston-pc
*Fix Glyph of Power Word: Shield. (original patch by Maxxie) *Fix a typo in 1570. --HG-- branch : trunk
2009-03-01*Use correct timer for Lady Jainna's spell - by kancarasBlaymoira
--HG-- branch : trunk
2009-03-01*Fix Penance.QAston@qaston-pc
*Remove some hacks from channeled spells related code. --HG-- branch : trunk
2009-03-01*Add Missing Yell Text and Sounds to Skarvald and Dalronn ScriptBroodWyrm
--HG-- branch : trunk
2009-02-28AHBot/AH changesParadox iamparadox@netscape.net
--HG-- branch : trunk