Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-17 | AI/SmartScripts: Warn on startup for ACTION_INVOKER_CAST without invoker ↵ | Treeston | |
(same as invoker targets) (cherry picked from commit a3c85c8a2b625375d7d320cc1dc2b87e909b4bdf) | |||
2021-10-17 | Core/Spells: added a helper to reset proc cooldowns (#22137) | Ovah | |
(cherry picked from commit c48a596c66c075c876c860a7d5c036d033de0b9d) | |||
2021-10-17 | Scripts/Icecrown Citadel: Fixed target selection for Vampiric Bite and Blood ↵ | Shauren | |
Mirror after threat rewrite Closes #21537 (cherry picked from commit 6cf12bcb4cb516f2564df264838c60e49c3857be) | |||
2021-10-17 | Scripts/Pets: Some cleanup for Snake Trap. Tagging #21847, though this ↵ | DanVS | |
doesn't address it (yet). (cherry picked from commit 15ab24756dab76066bc24ca2a8c3289afbe836c0) | |||
2021-10-17 | Scripts/Pets: Some cleanup for Snake Trap. Tagging #21847, though this ↵ | Treeston | |
doesn't address it (yet). (cherry picked from commit 15ab24756dab76066bc24ca2a8c3289afbe836c0) | |||
2021-10-17 | visibility range check, fac4700 follow-up | Treeston | |
(cherry picked from commit b7c0f1961c8800ff96e55b42df4448bdfc65092e) | |||
2021-10-17 | Core/Maps: Continue updating creatures that own auras applied to players. ↵ | Treeston | |
Closes #22110. (cherry picked from commit fac470014b4b97060a22c346aadfaf9c03b99ff2) | |||
2021-10-17 | Core/Movement: Properly resume chase/follow movement if it was paused by a ↵ | Treeston | |
spell cast. Closes #21900. (cherry picked from commit c031167e067dd0903c6fa4db4ea88cd5279039d2) | |||
2021-10-17 | Creature/Script: Add missing emote to Princess Moira Bronzebeard | Killyana | |
Closes #22182 (cherry picked from commit 7c2fb9c7aa3eaab5f662c24a6e2e6acd8efbbe52) | |||
2021-10-17 | Core/BattlePets: Fixes when adding pets (#27076) | Meji | |
* Add pet when learning it for the first time (summon spell not known). * Removed code that adds battle pet if its summon spell is known (Learn cageable pet -> Cage pet -> Log out -> Log in -> Pet is added). * When uncaging check that the species has a summon spell before trying to learn it. | |||
2021-10-16 | Core/Auras: Implemented SPELL_AURA_ADD_PCT_MODIFIER_BY_SPELL_LABEL and ↵ | Shauren | |
SPELL_AURA_ADD_FLAT_MODIFIER_BY_SPELL_LABEL | |||
2021-10-16 | Core/Auras: Implemented SPELL_AURA_CAST_WHILE_WALKING_BY_SPELL_LABEL and ↵ | Shauren | |
SPELL_AURA_CAST_WHILE_WALKING_ALL | |||
2021-10-16 | Warning fix | Shauren | |
2021-10-16 | Core/Spells: Implemented SPELL_AURA_SUPPRESS_ITEM_PASSIVE_EFFECT_BY_SPELL_LABEL | Shauren | |
2021-10-16 | Core/Spells: Fixed loading spell labels | Shauren | |
2021-10-16 | Core/Chat: Added new TextRange personal to creature_text which sends the ↵ | ModoX | |
message to related target only (#27070) * also updated creature_texts of Vigilant Quoram in Lightforged Intro zone as an example | |||
2021-10-16 | Core/Items: Replace assert with null check in Player::ApplyEquipCooldown | Shauren | |
Closes #27069 | |||
2021-10-16 | Core/Items: Refactored learning spells from items to check for ↵ | Shauren | |
ITEM_SPELLTRIGGER_LEARN_SPELL_ID instead of hardcoded spell ids | |||
2021-10-16 | Core/BattlePets: Fix field index in BattlePetMgr::LoadFromDB | Shauren | |
2021-10-16 | Core/BattlePets: Misc fixes (#27057) | Meji | |
* Rename WorldPackets::BattlePet::BattlePet::CollarID to WorldPackets::BattlePet::BattlePet::DisplayID * Use the DisplayID field to store the model of the battle pet. If the species has BattlePetSpeciesFlags::RandomDisplay, nothing is stored. Otherwise a random model is chosen from those available * Stored DisplayID in ITEM_MODIFIER_BATTLE_PET_DISPLAY_ID when caging the battle pet (previously the CreatureID was being stored) * Modified SendPlaySpellVisual function to allow sending Target and TargetPosition at the same time * Added SpellVisual when uncaging | |||
2021-10-16 | Core/Characters: Made homebind location a WorldLocation (this implicitly ↵ | ModoX | |
adds orientation) (#27055) | |||
2021-10-16 | Core/BattlePets: Store declined names (#27025) | Meji | |
2021-10-15 | Core/Bnet: Fixed changing realms from character list | Shauren | |
Closes #27063 | |||
2021-10-15 | Core/DataStores: Fixed ItemSparse.db2 structure | Shauren | |
Closes #27065 | |||
2021-10-15 | Core/Spells: Fixed Righteous Defense crash caused by modifying target list ↵ | Shauren | |
inside effect handler * Already handled in a script Closes #22158 (cherry picked from commit 2351d0293085873bde656bf93d717a793a0dcd69) | |||
2021-10-15 | Core/PacketIO: Fixed SMSG_GUILD_BANK_LIST packet payload for enchantments ↵ | killerwife | |
and sockets (#22177) Credit for reversing goes to Laizerox (cherry picked from commit 330d85bd6362cd3f66dbea72389102449484f8a7) | |||
2021-10-15 | Common/Containers: Eliminate a edge case that could potentially lead to ↵ | Treeston | |
object invalidation. (cherry picked from commit 64a61e03ab0799b5437ddb9fe702c4912f3f9dd9) | |||
2021-10-14 | Core/GameObject: Fix an edge case where GOs might never respawn after being ↵ | Treeston | |
manually despawned. Closes #21792. (cherry picked from commit 9c5fffb4c51fb53a105b20c97eab19e2ff252788) | |||
2021-10-14 | Misc: Pass std::chrono types by value everywhere. | Treeston | |
(cherry picked from commit 2ef9d301f0869b443122e2ba543af054c5b0e53c) | |||
2021-10-14 | Scripts/Commands: Demangled typeinfo of f7466c2 for gcc/cmake | Treeston | |
(cherry picked from commit f93cb448f1d8b8346dff13fffacfd3c9f85edde0) | |||
2021-10-14 | Scripts/Commands: .npc info and .gobj info now show runtime AI typenames in ↵ | Treeston | |
addition to AIName/ScriptName. Trying to figure out what base AI type a given creature is using has annoyed me one too many times (hi there, e8f9068). (cherry picked from commit f7466c28a5f2c2acd2669991cb3a666c997aafab) | |||
2021-10-14 | Core/PassiveAI: Fix an incorrect check that was inducing evade spam with ↵ | Treeston | |
critters. Closes #19998, for real this time. (cherry picked from commit 0c476ff9e00e95d0b159dc2de701acb34976131c) | |||
2021-10-14 | Core/Spells: Shadow of Death & Spiritual Vengeance should be negative spells ↵ | Gildor | |
(BlackTemple/Teron Gorefiend) (#22164) Closes: #22160 Closes: #22161 (cherry picked from commit e114939071fe0aa09491c2f4ebbb3cf4f3aa5fd9) | |||
2021-10-14 | Scripts/Black Temple: Removing double hook call in Spiritual Vengeance | Keader | |
(i realy dont remember why i did it lol) (cherry picked from commit c9b09fc2cbba9ec8bda124b73bd081581e7bfadc) | |||
2021-10-14 | Core/GameObjects: Fixed DestroyGate battleground hook for vehicles (#22145) | Maphaze | |
(cherry picked from commit 2ef33158486831aa061050f5cc7d316fee17721d) | |||
2021-10-14 | Creature/Script: remove obsolete script npc_skywing (#22147) | illfated | |
- replaced with SAI script for the same quest and creature (Skywing) Ref. https://github.com/TrinityCore/TrinityCore/issues/22078#issuecomment-399760597 (cherry picked from commit 0004531081058a2a4d7a1fbe94545e9328ce7d61) | |||
2021-10-13 | Scripts/DK: Fixed Defender of Azeroth quest | ModoX | |
* added graveyard in case someone wants to die there * added serverside spells to handle death gate usage properly (including bind points) * added SmartAI script to Mograine for Defender of Azeroth quest | |||
2021-10-13 | Core/Player: Added SendPlayerBound method | ModoX | |
2021-10-13 | Core/Units: Added possibility to send emotes to single players (#27054) | ModoX | |
2021-10-13 | Core/Spells: Implemented ↵ | Shauren | |
SPELL_EFFECT_TELEPORT_WITH_SPELL_VISUAL_KIT_LOADING_SCREEN | |||
2021-10-12 | Core/Players: Allow disabling creating characters in Exile's Reach by ↵ | Shauren | |
disabling map 2175 | |||
2021-10-12 | Core/Scripts: Make ObjectMgr::LoadScriptNames safe to call multiple times | Shauren | |
2021-10-12 | Core/PacketIO: Implemented CMSG_CONVERSATION_LINE_STARTED (#27036) | ModoX | |
* Added OnConversationLineStarted hook to ConversationScripts * Added example for Defender of Azeroth conversation | |||
2021-10-11 | Core/Spells: Implemented SPELL_EFFECT_CANCEL_CONVERSATION (#27037) | ModoX | |
2021-10-11 | Core/Scenes: Implemented spell created SceneObjects | Shauren | |
2021-10-10 | Core/Spells: Implemented SpellReagentsCurrency.db2 | Shauren | |
2021-10-10 | Core/Spells: Corrected spell visual fallback logic for spell difficulty entries | Shauren | |
2021-10-10 | Core/Spells: Changed Spell::SendCastResult arguments to signed ints to match ↵ | Shauren | |
packet structure | |||
2021-10-10 | Core/SAI: Fixed SMART_ACTION_EQUIP to properly set values in all slots ↵ | Shauren | |
(cherry-pick error) | |||
2021-10-09 | Core/Conversations: Replace _participants with generic personal object ↵ | Shauren | |
implementation |