| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-20 | Code style follow-up, I blame Notepad++. | Treeston | |
| 2016-09-20 | Core/Unit: Standardize SetFacingTo and SetFacingToObject behavior while ↵ | treeston | |
| moving. Both now fail while moving unless arg2 bool is true. Movement/SplineChain: Bump value range for DB chainId up to uint16 (0 to 65535) from uint8 (0 to 255). Turns out sniffs generate far more chains than I expected. | |||
| 2016-09-20 | 5952752 follow-up: Member declaration now matches order of usage. | treeston | |
| 2016-09-20 | Instance/Naxxramas: Loatheb no longer instantly murders you. Five spam casts ↵ | treeston | |
| of Doom tend to do that to raids. | |||
| 2016-09-17 | Core/Scripts: simplified npc_pet_trainer gossip script | tkrokli | |
| This is what the script changes should have been in PR #17746 (also updates issue #14719 with a correct solution). - remove OnGossipHello() to use DB conditions - replace OnGossipSelect() with sGossipSelect() - focus script on the confirming gossip option - let the other gossip menus be handled in DB | |||
| 2016-09-16 | Map/Instances: Greatly simplify PermBindAllPlayers logic. (#17940) | Treeston | |
| 2016-09-12 | Instance/UtgardePinnacle: Fix Svala Sorrowgrave timings (from sniff). | treeston | |
| 2016-09-10 | Script/Quest: fix and use proper serverside summon spell for quest "Red ↵ | SnapperRy | |
| Snapper - Very Tasty!". | |||
| 2016-09-10 | Script/Quest: replace wrong test spell used for quest "Red Snapper - Very ↵ | SnapperRy | |
| Tasty!" with actual summoning. The spell does not appear in sniffs, and the summoned NPC's spawn time was far too short to be appropriate (15 seconds). | |||
| 2016-09-09 | Core/Scripts: Enhance quest status hook by making it catch more status ↵ | Rochet2 | |
| changes (#17865) | |||
| 2016-09-04 | Core/Scripts: move Icehowl unroot after movement (MotionMaster does not ↵ | ariel- | |
| update if unit is Rooted) Closes #17864 | |||
| 2016-09-04 | Core/Scripts: Implement Flag of Ownership. Closes #12265 | ariel- | |
| Core/Spells: Implemented TARGET_CORPSE_SRC_AREA_ENEMY. Closes #12803 | |||
| 2016-09-04 | Core/Scripts: more 746b838870e93d9843a089613ce7f1cd160b6ea5 follow-up, ↵ | ariel- | |
| shouldn't trigger marker aura if proc was prevented | |||
| 2016-09-04 | Core/Scripts: add missing check removed in ↵ | ariel- | |
| 746b838870e93d9843a089613ce7f1cd160b6ea5 | |||
| 2016-09-04 | Core/Spells / Scripts: Fix Lock and Load. Closes #16731 | ariel- | |
| 2016-09-04 | Core/Scripts: Implement Glyph of Backstab. Closes #7500 | ariel- | |
| 2016-09-03 | Core/Misc: calculate rotation fields from orientation in some places it's ↵ | ariel- | |
| impossible to get: - SmartScripts: SMART_ACTION_SUMMON_GO - Spell Effects: * SPELL_EFFECT_DUEL * SPELL_EFFECT_SUMMON_OBJECT_WILD * SPELL_EFFECT_SUMMON_OBJECT_SLOT1 * SPELL_EFFECT_SUMMON_OBJECT_SLOT2 * SPELL_EFFECT_SUMMON_OBJECT_SLOT3 * SPELL_EFFECT_SUMMON_OBJECT_SLOT4 - Command Scripts: .gobject add Closes #17891 | |||
| 2016-09-03 | Drycoding is bad, mmkay? | treeston | |
| 2016-09-03 | Scripts/Events: Globally fix all ExecuteEvent loops to check ↵ | treeston | |
| UNIT_STATE_CASTING after each iteration, instead of just checking it once initially. Fixes and closes #17892. | |||
| 2016-08-31 | Entities/Gossip: The Big One™ that gets rid of all uses of The Bad™ and ↵ | treeston | |
| The Ugly™, e.g. gossip preprocessor macros, and replaces them with the new-and-shiny gossip functions. | |||
| 2016-08-30 | Core/Scripts: remove forgotten #define in boss_kalecgos.cpp | tkrokli | |
| This #define was originally supposed to be removed in my PR #17832, but for some reason it remained undeleted. This commit corrects it. Also aligned all the enum values to the same column for readability, based on a common multiple of 4 spaces. | |||
| 2016-08-29 | Whitespace clean-up | Gustavo | |
| 2016-08-28 | Core/Spells Make credit for quests "The Grand Melee" and "Among the ↵ | Gustavo | |
| Champions" a triggered cast (#17870) Fix a problem where the credit wasn't casted due to CGD | |||
| 2016-08-28 | Core/Scripts: Professor Putricide oozes, reapply passive proc auras on ↵ | ariel- | |
| reset, and register them as PP summons since they're summoned by a trigger. (f183ed3c50cdcf13cd9fe608e0f4791177f120a4 follow-up) | |||
| 2016-08-25 | Core/Scripts: fix math error that would not select points on the entire circle | ariel- | |
| 2016-08-25 | Update boss_kelthuzad.cpp | ariel- | |
| 2016-08-25 | travis is lazy | Aokromes | |
| 2016-08-25 | Core/Scripts Boss Skadi the Ruthless rework | Gustavo | |
| 2016-08-25 | Core/Scripts: move npc_experience hardcoded text to DB | tkrokli | |
| 2016-08-25 | Core/Scripts: move #define to enum in boss_kalecgos.cpp | tkrokli | |
| 2016-08-25 | Core/Scripts: move forge_of_souls gossip to DB | tkrokli | |
| 2016-08-25 | Core/Scripts Implement Pit of Saron Cavern event | Gustavo | |
| 2016-08-25 | Scripts/Pet Implemented Argent Squire/Gruntling and Argent Pony Bridle | Gustavo | |
| 2016-08-24 | Was Travis completely napping on this one? | treeston | |
| 2016-08-24 | ...Huh. Wonder how this one didn't make travis complain on the PR. | treeston | |
| 2016-08-24 | Merge remote-tracking branch 'Treeston/3.3.5-kelthuzad' into 3.3.5 (PR #16634) | treeston | |
| 2016-08-24 | Scripts/HallsOfLightning: Fix Volkhan healing. | treeston | |
| 2016-08-23 | Core/Scripts: set correct unit_flags on Scarlet Mine Car (#17844) | tkrokli | |
| Closes #17816 | |||
| 2016-08-23 | Event/Brewfest: implement relay race (#17603) | SnapperRy | |
| 2016-08-23 | Core/Scripts: npc_wormhole #define text moved to DB (#17805) | tkrokli | |
| Another core script hardcoded text removal: - removed #define text from script - added the text to gossip_menu_option - added and renamed enum to match DB entries - minor additional adjustments and comments Closes #6841 | |||
| 2016-08-23 | Improve scripts for quests Breakfast Of Champions and A Bear of an Appetite ↵ | Gustavo | |
| (#17780) Properly despawn the related GameObjects after use of the quest item, avoiding multiple use and summon | |||
| 2016-08-23 | Scripts/ArgentTournament: improve training dummy script | SnapperRy | |
| Now the ranged and charge target dummies will cast their spells and behave correctly for the related quests | |||
| 2016-08-22 | Core/Misc: Fix static analysis issues | jackpoz | |
| 2016-08-21 | Scripts/Naxxramas: Full Kel'thuzad rework. | treeston | |
| - Sniffed timers - Sniffed spawn behavior - Sniffed everything else - Sniffed sniff. Mmmm - In all seriousness though: - Fixed P2 cast behavior, now obeys category cooldowns as intended - Fixed P1 pathing and abomination behavior - Fixed P1 passive minion aggro logic - Fixed P1->P2 transition logic - Fixed P3 guardian spawn/despawn logic - Fixed all minions' cast behavior - Fixed melee hitbox for Kel'thuzad, abominations, banshees and guardians - Fixed reset behavior - Fixed post-Sapphiron event to no longer open the KT door for a few seconds before slamming it closed again | |||
| 2016-08-21 | Core/Spells: Fix orientation- and targeting-related issues if the creature ↵ | Treeston | |
| isn't currently engaged in combat. (#17120) Also disable spell focus system for vehicle control auras. Closes #16572 Closes #17016 | |||
| 2016-08-21 | Scripts: UNIT_FLAG_REMOVE_CLIENT_CONTROL no longer used as a method for ↵ | Alan Deutscher | |
| preventing a unit from moving UNIT_FLAG_REMOVE_CLIENT_CONTROL (formerly UNIT_FLAG_DISABLE_MOVE) is a client-only feature that should not be used for NPC scripting. All applications of this flag in scripts/ have been replaced with applications/removals of the UNIT_STATE_ROOT state. Closes #17311 | |||
| 2016-08-20 | Core/Commands: Code cleanup | jackpoz | |
| Remove commented out code | |||
| 2016-08-17 | Pet/DK: Make Risen Ghoul and Bloodworms no longer suicidally charge into ↵ | treeston | |
| not-yet-engaged mob packs. | |||
| 2016-08-17 | [3.3.5] Core/Scripts: move npc_loramus_thalipedes to DB | tkrokli | |
| Another chapter in core script hardcoded text removal: - remove core script `npc_loramus_thalipedes` from zone_azshara.cpp - add gossip, SAI script and conditions to database - remove redundant SD2 comments from file header | |||
| 2016-08-16 | Core/Scripts: allow ".debug arena" and ".debug battleground" commands to be ↵ | ariel- | |
| issued in the console | |||
