Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-30 | DB/Creature: fix spawns and emote state for Mjordin Combatants in Icecrown. | Wyrserth | |
2019-06-30 | Scripts/ICC: 1eb2aef followup | ccrs | |
2019-06-30 | Scripts/ICC: move Sister Svalna to her own file | ccrs | |
I've almost guttered her, so lets try it more gently this time | |||
2019-06-30 | DB/Quest: remove quest requirements from the Consortium monthly quests. | Wyrserth | |
Only one is available each month, based on reputation standing. They're not chained. | |||
2019-06-30 | Core/Instance: 14788ce followup | ccrs | |
No need to repeat code | |||
2019-06-29 | DB/SAI: improvements for quest Powering our Defenses: | Wyrserth | |
- There are two waves of three Enraged Wraith each - The quest does not fail when the Infused Crystal is killed, as the quest item is not consumable so the player can try again straight away | |||
2019-06-29 | Scripts/ICC: 94b60ff followup | ccrs | |
2019-06-29 | Core/Instance: add new method | ccrs | |
2019-06-29 | Core/Instance: add new hook & method | ccrs | |
2019-06-29 | Build: fix error | ccrs | |
/var/lib/jenkins/jobs/tc_335_release_clang40_boost_1.63.0_nopch/workspace/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/npc_arthas.cpp:583:132: warning: format specifies type 'unsigned int' but the argument has type 'float' [-Wformat] TC_LOG_TRACE("scripts.cos", "npc_arthas_stratholmeAI::AdvanceToState: has snapback for this state, distance = %u", target.SnapbackPosition->GetExactDist(me)); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %f /var/lib/jenkins/jobs/tc_335_release_clang40_boost_1.63.0_nopch/workspace/src/common/Logging/Log.h:176:56: note: expanded from macro 'TC_LOG_TRACE' TC_LOG_MESSAGE_BODY(filterType__, LOG_LEVEL_TRACE, __VA_ARGS__) ^~~~~~~~~~~ /var/lib/jenkins/jobs/tc_335_release_clang40_boost_1.63.0_nopch/workspace/src/common/Logging/Log.h:159:32: note: expanded from macro 'TC_LOG_MESSAGE_BODY' check_args(__VA_ARGS__); \ ^~~~~~~~~~~ | |||
2019-06-29 | Core/Instances: improve DoRemoveAurasDueToSpellOnPlayers & ↵ | ccrs | |
DoCastSpellOnPlayers handling | |||
2019-06-29 | Misc: some corrections after recent merges | ccrs | |
2019-06-29 | Scripts/Spells: Ultrasafe Transporter: Toshley's Station (#23537) | Sorikoff | |
* Scripts/Spells: Ultrasafe Transporter: Toshley's Station * Rename 9999_99_99_99_world.sql to 2019_06_29_01_world.sql | |||
2019-06-29 | Scripts/Spells: Remove Collapsing Cave Aura (#23533) | Sorikoff | |
* Scripts/Spells: Remove Collapsing Cave Aura * Rename 9999_99_99_99_world.sql to 2019_06_29_00_world.sql | |||
2019-06-29 | Core/Loot: fix issue that prevented players from rolling for an ↵ | Wyrserth | |
unique-category item while an equipped item shares the same unique-category. | |||
2019-06-28 | Add forgotten break to High Priest Thekal's script, thanks jackpoz! | Wyrserth | |
2019-06-28 | Core/Misc: Fix static analysis issues reported by Coverity Scan | jackpoz | |
2019-06-28 | Scripts/Spells: Deathbolt (#23531) | Sorikoff | |
* Scripts/Spells: Deathbolt * Rename 9999_99_99_99_world.sql to 2019_06_28_01_world.sql | |||
2019-06-28 | Scripts/Spells: Dimensional Ripper - Area 52 (#23505) | Sorikoff | |
* Scripts/Spells: Dimensional Ripper - Area 52 * Rename 9999_99_99_99_world.sql to 2019_06_28_00_world.sql | |||
2019-06-28 | Core/GameObject: do not allow consumable chests to restock while partially ↵ | Wyrserth | |
looted. | |||
2019-06-28 | Core/GameObject: fix some cases where summoned gameobjects of a type ↵ | Wyrserth | |
different than chest or goober would behave wrongly. | |||
2019-06-27 | Core/Spell: fix some issues with taunt spells (#23425) | Wyrserth | |
2019-06-27 | Core/Mail: include 100g in the mail sent after turning in the quest The ↵ | Wyrserth | |
Wrath of Neptulon (#23500) | |||
2019-06-27 | Script/ZulGurub: rewrite High Priest Thekal's encounter script (#23429) | Wyrserth | |
2019-06-27 | Core/GameObject: trigger an update of nearby objects when the player ↵ | Wyrserth | |
completes a quest objective. Prevents quest-related gameobjects from staying lootable after the player looted the last quest item from another gameobject. | |||
2019-06-27 | Core/GameObject: implement restock mechanic for non-consumable gameobjects ↵ | Wyrserth | |
(#23526) | |||
2019-06-27 | DB/Loot: remove wrong loot from gameobjects Worn Wooden Chest and Captain's ↵ | Killyana | |
Footlocker. | |||
2019-06-27 | DB/SAI: fix issue with quest "Still At It" introduced in 2b1cde25. | Wyrserth | |
Closes #23525. | |||
2019-06-27 | Core/SAI: add param3 to SMART_ACTION_CALL_TIMED_ACTIONLIST to allow it to ↵ | Wyrserth | |
override a currently running actionlist. | |||
2019-06-27 | DB/Creature: Fix RS, ICC, ToC and VoA melee dmg | Aokromes | |
By Fluffybully closes #21598 | |||
2019-06-26 | DB/Quest: Wolfsbane Root | Killyana | |
Closes #16545 | |||
2019-06-26 | Core/GameObject: restore old behavior for non-consumable chests with restock ↵ | Wyrserth | |
timer (make them despawn). | |||
2019-06-26 | DB/Quest: The Stones That Bind Us | ZenoX92 | |
Closes #11687 | |||
2019-06-26 | Core/GameObject: don't allow non-consumable goobers to despawn on use (#23469) | Wyrserth | |
Closes #15730. | |||
2019-06-26 | Core/Spell: allow damage from binary spells to go through elemental ↵ | Wyrserth | |
resistance's damage reduction. (#23479) | |||
2019-06-26 | DB/SAI: script event for quest Rescuing the Rescuers. | Wyrserth | |
Closes #23444 Co-authored-by: Killyana <morphone1@gmail.com> | |||
2019-06-26 | Core/SAI: allow creatures to handle gameobject spellhit SAI events. (#23492) | Wyrserth | |
2019-06-26 | Core/SAI: do not pass old creatureData to UpdateEntry() and keep current ↵ | Wyrserth | |
health when changing a NPC's entry. (#23493) | |||
2019-06-26 | Script/FoS: prevent Wailing Souls from becoming desynched in the Devourer of ↵ | Keader | |
Souls encounter. | |||
2019-06-26 | DB: Add cosmetic spawns to The Culling of Stratholme | Killyana | |
2019-06-26 | DB/Stats: Fix wrong basehp | Killyana | |
Closes #23465 | |||
2019-06-26 | DB/Waypoint: add pathing for Nishera the Garden Keeper. | Wyrserth | |
2019-06-26 | Script/CoS: fix DB error and remove wrong on-death text for Chrono-Lord Epoch. | Wyrserth | |
2019-06-26 | Coding standards (#23514) | Aokromes | |
* Coding standards * revert part | |||
2019-06-26 | fix comment, 3cdf274 follow-up | Treeston | |
2019-06-26 | Core/AI: Actually accurately reproduce the logic from before 849943 that ↵ | Treeston | |
determines what summons start following on appearance. Third time's the charm? Closes #23513. | |||
2019-06-25 | DB/Creature: use lower GUIDs for some creatures in Culling of Stratholme | Wyrserth | |
2019-06-25 | Script/CoS: full instance rewrite (#23388) | ccrs | |
2019-06-25 | DB/SAI: add out-of-combat behavior for Jainthess Thelryn | Wyrserth | |
Closes #23511 | |||
2019-06-25 | Core/SAI: silence wrong SAI error when using SMART_ACTION_SET_DATA on a ↵ | Wyrserth | |
creature using CreatureAI. This behavior is fully allowed and should not report any kind of error. |