aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-21nopch fix 2Treeston
2017-07-21nopch fixTreeston
2017-07-21Scripts/Auchindoun: Replace the Blackheart the Inciter hack-filled script ↵Treeston
with a slightly less hack-filled script that actually mostly works. This should at least make the boss encounter possible to complete. No claims to correctness, of course.
2017-07-20Scripts/Spell: Port spell_generic.cpp to new script registration syntax ↵Treeston
wherever possible. No actual changes in functionality. (fb87ac8 follow-up)
2017-07-20Scripts/Item: Port spell_item.cpp scripts to new script registration syntax ↵Treeston
wherever possible. No actual changes in functionality. (fb87ac8 follow-up)
2017-07-20Core/Scripts: Implement generic script loaders (and script registry macros) ↵treeston
to greatly reduce code duplication (#19526) (cherry-picked from commit a9174d5).
2017-07-19Dep/gSOAP: Update gSOAP to 2.8.49ariel-
Closes #20039
2017-07-19Core/Tools: fix whitespaceariel-
2017-07-18DB/Quest: Stone Is Better than Cloth - use actual player name ($N)tkrokli
Progress gossip contained the name "Orthanc" instead of player name. (Maybe result of a bad sniff sample or copy-paste.)
2017-07-18Scripts/Item: Change Nitro -> Boosts <- to use the correct knockup effect ↵treeston
for their backfire. Also, script that knockup effect to work properly ("usually" deploy a rescue parachute).
2017-07-18Core/Spells: Renamed TARGET_DEST_UNK_110 to TARGET_UNIT_CONE_ENTRY_110Aokromes
cherry pick from be7486f
2017-07-18Core/Taxi: Properly send taxi node status on login, as well as if the taxi ↵treeston
master is out of range. Closes #20035.
2017-07-18DB/Quest: Death From Below - Show actual player race in Reward gossiptkrokli
- The old text showed 'troll' as a player reference instead of actual race. - The text should show actual player race, even if the "troll" comment is funny. - http://www.wowhead.com/quest=667/death-from-below
2017-07-18Scripits/Item: Nitro. BOOSTS.treeston
2017-07-18Scripts/Item: Fix Nitro Boosts to only fail in flyable areas. Also, it's ↵treeston
called nitro _boosts_. Not _boots_. Nitro _boosts_.
2017-07-18DB/Quests: Battle of Hillsbrad (7) missing Progress & Reward texttkrokli
- the original quest ID 550 is already deprecated & from before patch 3.3.0 - http://www.wowhead.com/quest=550/deprecated-battle-of-hillsbrad - sniffs of current quest ID 14351 only contain quest_template text - added text from http://www.wowhead.com/quest=14351/deprecated-battle-of-hillsbrad * The texts differ enough to fit their personalities. - http://www.wowhead.com/npc=36273/bragor-bloodfist - http://www.wowhead.com/npc=2425/varimathras
2017-07-17Revert "Scripts/Commands: Fix a potential crash when summoning players that ↵treeston
are just logging on." - the check was unnecessary (already done in extractPlayerTarget). This reverts commit 05cdcdb230a9d69f8ad8f2af696f452151a1c364.
2017-07-17Scripts/Commands: Fix a potential crash when summoning players that are just ↵treeston
logging on.
2017-07-17Core/Misc: Fix static analysis issuesjackpoz
2017-07-17Optimize and Streamline Extractor.batcribolouf
2017-07-17Tools: Automatically create directories for tools (#17971)keke222
2017-07-16Core/Vehicles: Do not call InstallAllAccessories for dead Vehicles (#20033)Gustavo
2017-07-16Core/Misc: Build fixjackpoz
Fix build broken in 9cf4dd7345b7f05db834fd48a9f0a135f1884d70
2017-07-16Core/Misc: Fix static analysis issuesjackpoz
2017-07-16Core/Quest: Prevent an issue causing quests to become invisible upon relog. ↵Treeston
(#20030) Closes #20012
2017-07-16Update 2017_07_16_00_world.sqlAokromes
2017-07-16DB/Creature: Add some missing spawns in DeathforgeKillyana
2017-07-15Core/Misc: Fix static analysis issuesjackpoz
2017-07-15Core/Misc: Fix static analysis issuesjackpoz
2017-07-15Core/Misc: Fix static analysis issuesjackpoz
2017-07-15Scripts/Commands: Fix a crash on summon when no group is avaible (#20029)Regigicas
Closes #20027
2017-07-14Contrib/Windows: extractor.bat cleanuptkrokli
- Missing GOTO label :EOF at the end of the file - Messages to user are in full English sentences.
2017-07-13Core/Quests: Fixed order of RewardChoiceItems and reputation reward. (#19904)Weyrath
2017-07-13Core/AI: UnitAI::SelectTarget now applies offset BEFORE filtering by ↵Treeston
predicate (to match expected behavior). (#19975) * Also some major code deduplication (SelectTarget now calls SelectTargetList).
2017-07-13Tools/MMapsGenerator: Get all tiles in beginning and calulate proper total ↵Rochet2
tile count (#20013)
2017-07-12Core/Auth: Prevent queueing more than one realmlist query at the same timeShauren
2017-07-12DB/Quest: Celestial Planetarium access heroic requirementsKillyana
Updates #19981
2017-07-12DB/Quest: Celestial Planetarium access questsKillyana
Closes #19981
2017-07-12DB/Creature: Overseer FaedrisKillyana
Remove Dup spawn Closes #20020
2017-07-12DB/Quest: Finish Me!Killyana
Fix Quest requirements Closes #20019 by meji46
2017-07-11Some more script adjustments ported from #19930.treeston
2017-07-09Prevent an issue that stopped Aura AfterEffect handlers being called on ↵Treeston
default handler prevention. (#20001) Fixes #19996.
2017-07-09Woopsie. Fix an oversight causing the main tank flag in SelectTarget to be ↵treeston
inverted.
2017-07-09Hi, I'm Treeston, and welcome to Combat PR Prep Refactors.treeston
Today, we're moving UNIT_FLAG_IMMUNE_TO_PC and UNIT_FLAG_IMMUNE_TO_NPC to higher-level abstraction so combat manager can react to it. New methods on Unit: - void SetImmuneTo<All/PC/NPC>(apply, keepCombat = false); - bool IsImmuneTo<All/PC/NPC>() const;
2017-07-08DB/Creature: Tivax the BreakerKillyana
2017-07-08Build fixKeader
2017-07-08Core/Custom: Fixed SPELLMOD_COOLDOWN exploit on Duel Reset systemKeader
Followup 0048d4b618e6503a5f1607f3503fcf2d48e6a385 Closes #17419
2017-07-08Scripts/Karazhan: Fix Attumen and Midnight not moving towards each other on ↵Nyeriah
phase transition after latest changes
2017-07-07DB/Gameoject: Add some missing mailboxes in UndercityKillyana
2017-07-07DB: Fix the previous commitKillyana