aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-03-05*Disable charmed/possessed creature AI.megamage
*Use general react states to replace charminfo react states. --HG-- branch : trunk
2009-03-05*Merge.megamage
--HG-- branch : trunk
2009-03-05*Do not allow mage to cast multiple polymorph on different targets.megamage
--HG-- branch : trunk
2009-03-05*Implement access_requirement table - by IskanderBlaymoira
- now check the requirements on teleport not only on areatrigger use - moved some columns from instance_template and areatrigger_teleport to access_requirement table --HG-- branch : trunk
2009-03-05*Fix reward rep amount- by yad02QAston
*Fix Haunt and Pain and Suffering- by Fog *Fix leader of the pack-original patch by Lightguard --HG-- branch : trunk
2009-03-05*Remove spams of transport log.megamage
--HG-- branch : trunk
2009-03-05*Do not calculate level-based spell damage twice. This fixed the bug that ↵megamage
some +ap buff give mobs too high damage. --HG-- branch : trunk
2009-03-05*Do not let farsight dynobj apply non-exist auras. This fixed farsight.megamage
--HG-- branch : trunk
2009-03-05*Implement SCRIPT_COMMAND_KILL for database scriptingBlaymoira
--HG-- branch : trunk
2009-03-05[7378]~[7381] achievement code update. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-03-05*Merge.megamage
--HG-- branch : trunk
2009-03-05*Update header file of Warsong Gulch with new datasBlaymoira
--HG-- branch : trunk
2009-03-05*Target limitation for spell 45641Blaymoira
--HG-- branch : trunk
2009-03-05*Ignore healing bonus for spell 27813 and ranks - original patch by AviramBlaymoira
--HG-- branch : trunk
2009-03-04*Update Add Friend/Ignore Opcode - by AnubisssBlaymoira
--HG-- branch : trunk
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