aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-06-07*Remove a tc1 sql.megamage
--HG-- branch : trunk
2009-06-07*Merge. A m_casttime check is added to prevent redundent check of ↵megamage
canseeordetect. --HG-- branch : trunk
2009-06-07*Merge. Note: A better way is needed for Sanctuary effect. (interrupt all ↵megamage
spells towards self). --HG-- branch : trunk
2009-06-07*Remove rank buff when players leave wintergrasp.megamage
--HG-- branch : trunk
2009-06-07*Fix the output of arena log. Note: use I64FMT to output full guid (uint64) ↵megamage
and %u to output guidlow (uint32). Otherwise the log will be bugged. --HG-- branch : trunk
2009-06-07Remove second copy of flusharenapoints command from chat.cpp - Backported ↵Chaz Brown
from TC2 --HG-- branch : trunk
2009-06-07Remove second copy of flusharenapoints command from chat.cppChaz Brown
--HG-- branch : trunk
2009-06-07*Allow auras SPELL_AURA_MECHANIC_DURATION_MOD and similar to use effect ↵QAston
mechanics to check which spell can be moded. *Note: prev commit was about freezing arrow:) --HG-- branch : trunk
2009-06-07*Fix freezing trap.QAston
--HG-- branch : trunk
2009-06-07*Fix Glyph of Renewed Life.QAston
*Update formula for Death strike healing amount. --HG-- branch : trunk
2009-06-07*Do not allow judgements to proc seals.QAston
--HG-- branch : trunk
2009-06-06*Fix a typo in 3806 that makes players item is mailed back.megamage
*Also a missing part of last rev. --HG-- branch : trunk
2009-06-06 [7971] Implement support exotic pets limtations related to hunter telent ↵megamage
53270. Author: VladimirMangos Note: before this commit hunters can tame exotic pets like any other. After patch like not propertly contriolled pets will auto-dismiss at loading if talent not learned. --HG-- branch : trunk
2009-06-06[7970] Update test for spell 16972 and ranks (now if have 2 dummy effect but ↵megamage
need effect 0 in check place) Author: VladimirMangos --HG-- branch : trunk
2009-06-06 [7969] Remove gameobject from owner gameobjecs list at expire. Author: Ambalmegamage
This will prevent delayd owner access from gameobject destructor in time remove list proccessing and fix possible related problems with crosslinked pointers. --HG-- branch : trunk
2009-06-06[7968] In packet compression use real writed data size. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-06-06[7967] Removed unused field. Author: tomrus88megamage
--HG-- branch : trunk
2009-06-06*Merge.megamage
--HG-- branch : trunk
2009-06-06*Fix quest gift of harvester.megamage
*Add missing frostbrood vanquisher vehicle id in previous sql. Thanks to Azrael --HG-- branch : trunk
2009-06-07Fix some broken channeled spells.krz
--HG-- branch : trunk
2009-06-06*Fix incorrect check of trap charges.megamage
--HG-- branch : trunk
2009-06-06*Fix a crash bug caused by update packet.megamage
--HG-- branch : trunk
2009-06-07Fix the bug that players couldn't talk with Spirit Healerkrz
--HG-- branch : trunk
2009-06-06*Update spell bonus data for many spells.Drahy
--HG-- branch : trunk
2009-06-06*Fix demonic circle - original patch by AstellarQAston
--HG-- branch : trunk
2009-06-06*Minor changes in Salanar the Horseman's script.Anubisss
--HG-- branch : trunk
2009-06-06*Fix bugged opvp update timer.megamage
--HG-- branch : trunk
2009-06-06*Check bag slog in player loadmegamage
--HG-- branch : trunk
2009-06-06*Fix a crash caused by npc_floon script.megamage
--HG-- branch : trunk
2009-06-06*Fix scourge strike damage- original patch by Roland.QAston
*Remove duplicate code for judgement of wisdom *Correctly count diseases for death strike *Fix a crash. --HG-- branch : trunk
2009-06-06*Fix build.QAston
--HG-- branch : trunk
2009-06-06*Fix dash bonus not working in some cases.QAston
--HG-- branch : trunk
2009-06-06*Remove Arcane Blast on Arcane Missiles and Arcane Barrage castQAston
*Spell_affect entry for Fingers of frost - by Larva *use spellaffect entries in every affect check *Allow spell_affect table to modify affect data for any spell --HG-- branch : trunk
2009-06-06*Do not allow Divine Spirit and Prayer of Divine spirit to stack.adrycasillo
--HG-- branch : trunk
2009-06-06*Fix build.QAston
--HG-- branch : trunk
2009-06-06*Merge.QAston
--HG-- branch : trunk
2009-06-06Backed out changeset [7965] Implemented proc for 20911 spell. Author: ApoCQAston
--HG-- branch : trunk
2009-06-06*Update spellmod systemQAston
*Implement SPELL_ATTR_EX6_IGNORE_CASTER_AURAS *Fix some bugs with traps proc flags --HG-- branch : trunk
2009-06-05*Merge.megamage
--HG-- branch : trunk
2009-06-05*Allow guardian to use scripts.megamage
--HG-- branch : trunk
2009-06-05*Add some debug info to find crash bug caused by player Notify()megamage
--HG-- branch : trunk
2009-06-05Fix AHBot to calculate the deposit for auctions so it can be used to check ↵Chaz Brown
the code for figuring deposit amount on a wide range of items. Fix ahbotoptions command so it works from the server console again. change commented out lines in GetAuctionDeposit so they display in debug loglevel. Min/Max Time settings replaced with a function that selects 12 24 and 48 randomly as the auction times. Backport from TC2 --HG-- branch : trunk
2009-06-05Fix AHBot to calculate the deposit for auctions so it can be used to check ↵Chaz Brown
the code for figuring deposit amount on a wide range of items. Fix ahbotoptions command so it works from the server console again. change commented out lines in GetAuctionDeposit so they display in debug loglevel. Min/Max Time settings replaced with a function that selects 12 24 and 48 randomly as the auction times. --HG-- branch : trunk
2009-06-05*Revert because it is no longer needed.megamage
--HG-- branch : trunk
2009-06-05Backed out changeset: d111c6daf588megamage
--HG-- branch : trunk
2009-06-05[7965] Implemented proc for 20911 spell. Author: ApoCmegamage
--HG-- branch : trunk
2009-06-05[7963] Fixed energize value for 20186 proc. Author: ApoCmegamage
--HG-- branch : trunk
2009-06-05 [7962] Fixed compilation on OpenBSD. Author: AlexDerekamegamage
Remove outdated options from configure.ac. --HG-- branch : trunk
2009-06-05[7961] Use more fast code into HandleCorpseQueryOpcode. Author: VladimirMangosmegamage
Also small changes in send data (if corpse exist data send always). --HG-- branch : trunk
2009-06-05[7960] Fixed client error #132. Author: tomrus88megamage
--HG-- branch : trunk