Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-06 | Core/Spell: do not allow auras from dynamic objects to stack if they come ↵ | Wyrserth | |
from the same spell cast by the same caster. | |||
2019-07-06 | Typo | Killyana | |
2019-07-06 | DB/Quest: Tails Up | Killyana | |
2019-07-06 | Misc/Config: set decay timer for unlooted normal creatures to 5 minutes. | Wyrserth | |
Now that respawns do not care about the previous corpse's state, there's no reason to force a very frustrating faster despawn. | |||
2019-07-06 | DB/GameObject: Fix Ysida's Cage base position | Killyana | |
2019-07-06 | Core/Battleground: Implement previous opponent timer on Arena queue. (#21754) | Gooyeth | |
2019-07-05 | Script/BlackrockDepths: fix Ironhand Guardian's Gout of Flame spell cast. ↵ | Martin Topholm | |
(#21816) | |||
2019-07-05 | DB/SAI: remove useless actions from Regthar Deathgate's script. | Wyrserth | |
Fixes #23543. | |||
2019-07-05 | DB/SAI: script end event for quest To Serve Kum'isha. | ZenoX92 | |
2019-07-05 | Script/Acherus: script out of combat event for Frost Death Knight trainer ↵ | Wyrserth | |
Amal'thazad. | |||
2019-07-05 | Core/Creature: Reworked creature aggro radius calculation (#20615) | Ovahlord | |
* Core/Creatures: rewrote creature aggro radius calculation * Formulas are taken from WoW Wiki | |||
2019-07-05 | Misc: explicitly mark fallthrough in switch statement as to avoid confusion. | Wyrserth | |
2019-07-05 | Core/Player: fix crash happening when trying to send drunken state to nearby ↵ | Wyrserth | |
players while the character is loading. | |||
2019-07-05 | Core/Conditions: allow spellclick conditions to properly work for aura ↵ | Wyrserth | |
apply/remove (#23527) | |||
2019-07-05 | Core/Unit: Implement more helper methods (#23555) | ForesterDev | |
2019-07-04 | DB/SAI: add emotestate and OOC text for creature Zeh'gehn and improve end ↵ | Wyrserth | |
event for quest A Carver and a Croaker. | |||
2019-07-04 | Local-only mode fix (#23546) | SolarisSDK | |
* Local-only mode fix In response to issue #21309 * Full patch also for boost 1.66 and newer | |||
2019-07-04 | DB/Quest: Tome of Cabal | Killyana | |
Closes #23560 | |||
2019-07-04 | Core/Quest: Fix repeatable quest mark (#23338) | Giacomo Pozzoni | |
2019-07-03 | Entities/Unit: Properly unset engaged flag for creates that cannot have a ↵ | Treeston | |
threat list on combat exit. Fixes #23518. | |||
2019-07-03 | Scripts/Icecrown Citadel: Ensure Deathbringer Saurfang cast Frenzy (#23559) | Gildor | |
2019-07-03 | Entities/Player: Fix an edge case where overlapping CCs could prevent player ↵ | Treeston | |
movement from being re-enabled. f6f1c48 follow-up. | |||
2019-07-03 | DB/Creature: remove wrong repairer npcflag from NPC Perascamin. | Wyrserth | |
2019-07-03 | Core/Quest: fix money reward for quests turned in at level cap. (#23495) | Wyrserth | |
2019-07-03 | DB/SAI: add some missing RP events to Culling of Stratholme. | Wyrserth | |
Scripted RP events involving NPCs Stephanie Sindree, Brandon Eiredeck and Patricia O'Reilly. | |||
2019-07-03 | Core/Reputation: don't allow quests to reward Honor Hold/Alliance Vanguard ↵ | Wyrserth | |
reputation to Horde players or Thrallmar reputation to Alliance players (#23552) | |||
2019-07-03 | DB/Vendor: rework Griftah's inventory. | Wyrserth | |
Remove deprecated items and fix slot ordering. | |||
2019-07-02 | Entities/Player: Clean up client control handling behavior around ↵ | Treeston | |
possession. Mind Control should no longer cause various weirdness. Closes #23539. | |||
2019-07-02 | Script/HallsOfLightning: fix mistake related to Shattering Stomp in ↵ | Wyrserth | |
Volkhan's script, introduced in 3bb0abcd525218c0423421979177675004787707. Closes #23337. | |||
2019-07-02 | Core/Player: add helper methods GetNativeGender/SetNativeGender/SetGender ↵ | ForesterDev | |
(#23520) * Core/Player: add helper methods GetNativeGender/SetNativeGender/SetGender and fix some cases, where we should get player gender, instead of modified by display gender * fix merge * Add virtual methods for Unit class | |||
2019-07-01 | Core/Unit: rename several getters to follow codestyle | ccrs | |
uint8 GetLevel() uint8 GetLevelForTarget(WorldObject const* /*target*/) void SetLevel(uint8 lvl) uint8 GetRace() uint32 GetRaceMask() uint8 GetClass() uint32 GetClassMask() uint8 GetGender() | |||
2019-07-01 | Scripts/Spells: 5c09ff5 followup | ccrs | |
2019-07-01 | Scripts/Spells: Dimensional Ripper - Everlook (#23547) | Sorikoff | |
2019-07-01 | DB/SAI: remove delay between clicking gossip and creature text/change ↵ | Wyrserth | |
faction for NPC Victorious Challenger involved in quest Taking on All Challengers. | |||
2019-07-01 | DB/Creature: Hyldsmeet Warbear shouldn't have random movement. | Wyrserth | |
2019-07-01 | DB/Creature: add emote state and out of combat emote for NPC Brunnhildar ↵ | Wyrserth | |
Challenger. | |||
2019-07-01 | DB/Conditions: allow gossip option for NPC Agnetta Tyrsdottar to show only ↵ | Wyrserth | |
if the quest Is That Your Goblin? is taken but not completed. | |||
2019-07-01 | Script/DarkmoonFaire: fix logical error in go_darkmoon_faire_music. | Wyrserth | |
Closes #23548. | |||
2019-07-01 | DB/Quest: fix chaining for quests offered by Lantresor of the Blade. | Rynem | |
Closes #22440. | |||
2019-07-01 | Core/Quest: do not send SMSG_QUESTGIVER_OFFER_REWARD right after ↵ | Wyrserth | |
SMSG_QUESTGIVER_QUEST_FAILED. Allows the gossip window to close after the client receives a quest failed error (for example: not enough inventory space to store the reward). | |||
2019-07-01 | Scripts/ICC: cleanup ReadSaveDataMore definition | ccrs | |
2019-07-01 | Scripts/ICC: 3dbf3fe followup | ccrs | |
repeat timer typo | |||
2019-07-01 | Core/Quest: if a quest rewards a title, show it in the offer reward screen too. | Wyrserth | |
Also fix delete query in fa0fc13fd06e1af3dc6cb2ea611c4012660bfbdb, thanks Aokromes for noticing! | |||
2019-07-01 | DB/SAI: implement out-of-combat event for NPC Ranger Sareyn. | Wyrserth | |
Closes #23538. | |||
2019-07-01 | DB/SAI: implement out-of-combat event for NPC Ranger Jaela. | Wyrserth | |
Closes #23535. | |||
2019-07-01 | DB/SAI: add out-of-combat texts to Instructor Hroegar | Wyrserth | |
2019-06-30 | Core/Spell: Challenge Flag should only hit one target. | Wyrserth | |
2019-06-30 | DB/SAI: script creature Mjordin Combatant involved in the quest Honor Challenge. | Wyrserth | |
2019-06-30 | Build: fix error | ccrs | |
/home/circleci/project/src/server/scripts/Northrend/IcecrownCitadel/boss_sister_svalna.cpp:211:5: fatal error: redefinition of enumerator 'NPC_YMIRJAR_BATTLE_MAIDEN' NPC_YMIRJAR_BATTLE_MAIDEN = 37132, ^ /home/circleci/project/src/server/scripts/Northrend/IcecrownCitadel/icecrown_citadel.h:274:5: note: previous definition is here NPC_YMIRJAR_BATTLE_MAIDEN = 37132, ^ 1 error generated. | |||
2019-06-30 | Scripts/ICC: base support for Ymirjar Vrykuls AI | ccrs | |