aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-12Core/Battleground: Small code optimizationVincent-Michael
2013-08-11SQL: Fix import errorVincent-Michael
2013-08-11DB/Misc: Fix startup error wit eaiVincent-Michael
2013-08-11Dependencies/bzip: Remove bzip2.c and bzip2recover.c, they are not requiredNay
Fixes "warning LNK4006: _main already defined in bzip2recover.obj; second definition ignored"
2013-08-11Core/Spells: Convert hunter "Improved Mend Pet" in spell scriptVincent-Michael
Closes #5597 Closes #9006 Closes #10346
2013-08-11Core/Spells: Fix client crash on pressing ESC at Using Steam Tonk Controller ↵Vincent-Michael
/ Steam Tonk Controller Closes #3010
2013-08-11Core/Spells: Fix hunter talent "Rapid Killing"Vincent-Michael
Close #1166
2013-08-11Core/Player: Add debug log when SendCanTakeQuestResponse(INVALIDREASON_*) is ↵Nay
used Intent is to find broken quest chains Requested by Aokromes
2013-08-11DB/EAI: Fix some typos in EAI scriptsDiscover-
We are updating EAI scripts so the conversion to SAI is correctly done
2013-08-11Core/CreatureAI: Do not remove clone_caster auras on evade (in addition to ↵Nay
control_vehicle auras)
2013-08-11Merge pull request #10513 from Discover-/SmartAI-Casted-CreatureOrGoNay
Core/SmartAI: Drop support for SMART_ACTION_SEND_CASTCREATUREORGO. It is...
2013-08-11Scripted/ToC5: Add missing stuff in c0bf535e5bc978257952c9bd4e258eed238d1828Vincent-Michael
2013-08-11Core/SmartAI: Drop support for SMART_ACTION_SEND_CASTCREATUREORGO. It is ↵Discover-
unused in the current newest TDB, it never even worked like it should and the exact same purpose of this function is already fulfilled by SMART_ACTION_CALL_CASTEDCREATUREORGO (the correct way).
2013-08-11Core/Spells: Convert "Summon Memory" in spell scriptVincent-Michael
2013-08-10Core/Scripts: Add missing stuff in 0161012c69bb27834328cb408684c482bd530d91Vincent-Michael
2013-08-10Merge pull request #10501 from Discover-/SmartAI-Action-Set-PowerNay
Core/SmartAI: Implement MART_ACTION_SET_POWER, SMART_ACTION_ADD_POWER and SMART_ACTION_REMOVE_POWER (param1 = powertype, para...
2013-08-10Scripts/ZulFarrak: Convert Witch Doctor Zum'rah from SAI to CppKirkhammett
Closes #10508
2013-08-10DB: Rename sql file for only 335Vincent-Michael
2013-08-10DB/Misc: Fix logic fail in f23069e324facd36325e02b92102a571556c4db2Vincent-Michael
2013-08-10DB/Misc: Fix startup errorVincent-Michael
2013-08-10Merge pull request #10511 from MitchesD/MobsNay
DB/SAI: Draktharon Keep mobs
2013-08-10DB/SAI: Draktharon Keep mobsMitchesD
2013-08-10Core/BattlegroundAV: Fix team variable type, "if (team == ALLIANCE)" would ↵Nay
always return false Ref 33f8c3ead4da07ff024a94b5e8cf0d05c2ebc23a#L4R1626
2013-08-10Scripted: Use now override for instance scriptsVincent-Michael
2013-08-10DB/EAI: Fix unit_field changes, outdated since initial 3.x versionsDiscover-
2013-08-10Scripts/Pet: Fix non pch compileNay
2013-08-10Core/SmartAI: Implement SMART_ACTION_SET_POWER, SMART_ACTION_ADD_POWER and ↵Discover-
SMART_ACTION_REMOVE_POWER (param1 = powertype, param2 = newPower). Required for upcoming EAI to SAI conversion (for ACTION_T_SET_UNIT_FIELD) (only SMART_ACTION_SET_POWER is required for the conversion but might as well do it right when on it).
2013-08-09Core: Fix buildVincent-Michael
(cherry picked from commit 81daef8b2205fca4310720d3186bafca8d75a792)
2013-08-09Scripted: Fix non pch buildVincent-Michael
2013-08-09DB/Spells: Rename LoS for spell Rod of Purificationjoschiwald
Ref #1972
2013-08-09DB/SAI: Script NPC Arch Mage Xintorsonic3000
Closes #1743
2013-08-09DB/SAI: Fix quest "Where in the World is Hemet Nesingwary?"malcrom
Script NPC Archmage Pentarus Closes #921
2013-08-09DB/GO: Increase radius of Mystery of the Infinity gameobject spellfocusnelegalno
Closes #920 (Quest is still broken; being worked on)
2013-08-09Scripted/Pets: Move some player pets in pet_xxx.cppVincent-Michael
2013-08-09Merge pull request #9817 from drskull/masterNay
Core/Spell add another condition in AnyGroupedUnitInObjectRangeCheck
2013-08-09Merge pull request #10464 from Discover-/SmartAI-Set-ActiveNay
Core/SmartAI: Allow SMART_ACTION_SET_ACTIVE to take a parameter for on/o...
2013-08-09Merge pull request #10493 from Discover-/SmartAI-Action-Sound-UpdateNay
Core/SmartAI: Rename SMART_ACTION_SOUND's parameters and get rid of an e...
2013-08-09DB/SAI: Scripts for Onslaught NPCsKirkhammett
Closes #10500 Closes #4741
2013-08-09DB/NPCs: Remove AIName from npcs that do not have EAI or SAI scriptsNay
Closes #10483
2013-08-09DB/SAI: Fix quest Jormuttar is Soo Fat...untaught
Scripts/Spells: Script spell Bear Flank Master Closes #10484
2013-08-09DB/SAI: Fix quest "Tokens of the Descendants"dr-j
Closes #10437
2013-08-09DB/SAI: Fix quest "Blood in the Water"untaught
Closes #10398
2013-08-09DB/Cond: Fix taking of 8280 Securing the Supply Lines for horde playersdr-j
Closes #10371
2013-08-09DB/SAI: Fix infinite spawn in quest "You Are Rakh'Likh, Demon"dr-j
Closes #10361
2013-08-09DB/SAI: Fix quest The Conquest PitNevadas
Original fix by @shlomi1515 Closes #10332 Ref #3913
2013-08-09Core/SmartAI: Rename SMART_ACTION_SOUND's parameters and get rid of an error ↵Discover-
that shouldn't be there. The method it calls doesn't take CreatureTextRange (enum) in consideration, but a boolean called onlySelf.
2013-08-08DB: Fix a db startup errorVincent_Michael
2013-08-08DB/SAI: Fix a typo in a SAI script, fixes quest Bring Me The Egg!Vincent_Michael
Closes #10415
2013-08-08DB/NPCs: Because of some silly reason there are NPCs with AIName 0Nay
2013-08-08DB/SAI: Script Ithariusdr-j
Closes #10401