| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-15 | Core/SmartAI: Implement SMART_TARGET_CLOSEST_FRIENDLY. | Discover- | |
| Parameter is distance to search for. Closes #10521 | |||
| 2013-08-15 | Core/SmartAI: Implement SMART_EVENT_FRIENDLY_HEALTH_PCT. | Discover- | |
| On current clean TDB, there are a total of 106 creatures using SMART_EVENT_FRIENDLY_HEALTH (non-PCT) which has a flat first parameter, but only 8 of these use the event correctly (and therefore only 8 of them actually work). Closes #10520 | |||
| 2013-08-15 | DB/commit: the mining is also useable for 434, thus removed the _335 tag | ZxBiohazardZx | |
| 2013-08-14 | DB/Gameobject: Spawn or respawn missing or bad spawned gameobjects "Coldwind ↵ | Vincent-Michael | |
| Tree" / "Poster Knife" | |||
| 2013-08-14 | Core/Spells: implemented SPELL_ATTR0_CU_TRIGGERED_BY_CASTER to correct some ↵ | joschiwald | |
| triggered spells, which will wrongly triggered by target instead of caster Closes #1972 | |||
| 2013-08-14 | SQL: Fix import error | Vincent-Michael | |
| 2013-08-14 | DB/Loot: while at it also did the mining veins | ZxBiohazardZx | |
| 2013-08-14 | DB/Loot: Fix some horrible loot definitions for Herbalism, reworked ALL Herbs | ZxBiohazardZx | |
| 2013-08-14 | Core/Spells: | joschiwald | |
| - corrected structure of SMSG_PET_CAST_FAILED (fixes highlighted action buttons) - simplified spell focus check | |||
| 2013-08-13 | Fix non-pch compile | Machiavelli | |
| 2013-08-12 | Core/Vehicle: Fix spell focus check for vehicle caster | Vincent-Michael | |
| 2013-08-12 | Core/SAI: Additions to d0bde02b21241773c908c18ad | Kirkhammett | |
| Signed-off-by: Nay <dnpd.dd@gmail.com> | |||
| 2013-08-12 | Core/Spells: Fix Rogue T10 4P bonus | Vincent-Michael | |
| Closes #4153 | |||
| 2013-08-12 | DB/Spells: Fix Rune Strike | joschiwald | |
| Closes #6514 | |||
| 2013-08-12 | Core/Battleground: Small code optimization | Vincent-Michael | |
| 2013-08-11 | SQL: Fix import error | Vincent-Michael | |
| 2013-08-11 | DB/Misc: Fix startup error wit eai | Vincent-Michael | |
| 2013-08-11 | Dependencies/bzip: Remove bzip2.c and bzip2recover.c, they are not required | Nay | |
| Fixes "warning LNK4006: _main already defined in bzip2recover.obj; second definition ignored" | |||
| 2013-08-11 | Core/Spells: Convert hunter "Improved Mend Pet" in spell script | Vincent-Michael | |
| Closes #5597 Closes #9006 Closes #10346 | |||
| 2013-08-11 | Core/Spells: Fix client crash on pressing ESC at Using Steam Tonk Controller ↵ | Vincent-Michael | |
| / Steam Tonk Controller Closes #3010 | |||
| 2013-08-11 | Core/Spells: Fix hunter talent "Rapid Killing" | Vincent-Michael | |
| Close #1166 | |||
| 2013-08-11 | Core/Player: Add debug log when SendCanTakeQuestResponse(INVALIDREASON_*) is ↵ | Nay | |
| used Intent is to find broken quest chains Requested by Aokromes | |||
| 2013-08-11 | DB/EAI: Fix some typos in EAI scripts | Discover- | |
| We are updating EAI scripts so the conversion to SAI is correctly done | |||
| 2013-08-11 | Core/CreatureAI: Do not remove clone_caster auras on evade (in addition to ↵ | Nay | |
| control_vehicle auras) | |||
| 2013-08-11 | Merge pull request #10513 from Discover-/SmartAI-Casted-CreatureOrGo | Nay | |
| Core/SmartAI: Drop support for SMART_ACTION_SEND_CASTCREATUREORGO. It is... | |||
| 2013-08-11 | Scripted/ToC5: Add missing stuff in c0bf535e5bc978257952c9bd4e258eed238d1828 | Vincent-Michael | |
| 2013-08-11 | Core/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-11 | Core/Spells: Convert "Summon Memory" in spell script | Vincent-Michael | |
| 2013-08-10 | Core/Scripts: Add missing stuff in 0161012c69bb27834328cb408684c482bd530d91 | Vincent-Michael | |
| 2013-08-10 | Merge pull request #10501 from Discover-/SmartAI-Action-Set-Power | Nay | |
| Core/SmartAI: Implement MART_ACTION_SET_POWER, SMART_ACTION_ADD_POWER and SMART_ACTION_REMOVE_POWER (param1 = powertype, para... | |||
| 2013-08-10 | Scripts/ZulFarrak: Convert Witch Doctor Zum'rah from SAI to Cpp | Kirkhammett | |
| Closes #10508 | |||
| 2013-08-10 | DB: Rename sql file for only 335 | Vincent-Michael | |
| 2013-08-10 | DB/Misc: Fix logic fail in f23069e324facd36325e02b92102a571556c4db2 | Vincent-Michael | |
| 2013-08-10 | DB/Misc: Fix startup error | Vincent-Michael | |
| 2013-08-10 | Merge pull request #10511 from MitchesD/Mobs | Nay | |
| DB/SAI: Draktharon Keep mobs | |||
| 2013-08-10 | DB/SAI: Draktharon Keep mobs | MitchesD | |
| 2013-08-10 | Core/BattlegroundAV: Fix team variable type, "if (team == ALLIANCE)" would ↵ | Nay | |
| always return false Ref 33f8c3ead4da07ff024a94b5e8cf0d05c2ebc23a#L4R1626 | |||
| 2013-08-10 | Scripted: Use now override for instance scripts | Vincent-Michael | |
| 2013-08-10 | DB/EAI: Fix unit_field changes, outdated since initial 3.x versions | Discover- | |
| 2013-08-10 | Scripts/Pet: Fix non pch compile | Nay | |
| 2013-08-10 | Core/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-09 | Core: Fix build | Vincent-Michael | |
| (cherry picked from commit 81daef8b2205fca4310720d3186bafca8d75a792) | |||
| 2013-08-09 | Scripted: Fix non pch build | Vincent-Michael | |
| 2013-08-09 | DB/Spells: Rename LoS for spell Rod of Purification | joschiwald | |
| Ref #1972 | |||
| 2013-08-09 | DB/SAI: Script NPC Arch Mage Xintor | sonic3000 | |
| Closes #1743 | |||
| 2013-08-09 | DB/SAI: Fix quest "Where in the World is Hemet Nesingwary?" | malcrom | |
| Script NPC Archmage Pentarus Closes #921 | |||
| 2013-08-09 | DB/GO: Increase radius of Mystery of the Infinity gameobject spellfocus | nelegalno | |
| Closes #920 (Quest is still broken; being worked on) | |||
| 2013-08-09 | Scripted/Pets: Move some player pets in pet_xxx.cpp | Vincent-Michael | |
| 2013-08-09 | Merge pull request #9817 from drskull/master | Nay | |
| Core/Spell add another condition in AnyGroupedUnitInObjectRangeCheck | |||
| 2013-08-09 | Merge pull request #10464 from Discover-/SmartAI-Set-Active | Nay | |
| Core/SmartAI: Allow SMART_ACTION_SET_ACTIVE to take a parameter for on/o... | |||
