| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-16 | Core/Scripts: fix some spells double dipping from done/taken bonuses | ariel- | |
| Closes #21007 (cherry picked from commit ab3307fc2373ace51bea93682bc66bc709ca019c) | |||
| 2021-06-16 | Core/Globals: revert back to unordered_map for templates | ariel- | |
| Partial revert of commit b64c5043140dc7b7908e259e441de16cc0261320 See discussion on https://github.com/TrinityCore/TrinityCore/commit/b64c5043140dc7b7908e259e441de16cc0261320 (cherry picked from commit b75ff7d4bf13fb4778843c99521223becc096ca0) | |||
| 2021-06-16 | Core/Globals: throw some RAII into ObjectMgr, and load templates into vectors | ariel- | |
| Ref #14274 (cherry picked from commit b64c5043140dc7b7908e259e441de16cc0261320) | |||
| 2021-06-15 | Scripts/Scarlet Enclave: Quest The Endless Hunger will work correctly after ↵ | sirikfoll | |
| Unworthy Initiate Respawn Due to dynamic spawns, we need to be able to update the Npc GUID after the respawn, otherwise the quest can only be completed by the first player (cherry picked from commit 72ff2e30c30d4d1b9bf22695b6a097eb82e3c76a) | |||
| 2021-06-15 | Core/Unit: check remaining instead of full duration for Bounced by DR auras | ariel- | |
| (cherry picked from commit ccf0807be0974dfb8080cb2fc6ea616cc96f062c) | |||
| 2021-06-15 | Scripts/Pit of Saron: Tyrannus followup | Keader | |
| fix new issue caused by 947cb6a453892c6002738b424d66ca19c102a533 (cherry picked from commit 0b09e9ee4eff6e6c6101dd3b5a6880ae768691d6) | |||
| 2021-06-15 | Scripts/Pit of Saron: Fixed Tyrannus not working after evade | Keader | |
| (cherry picked from commit 947cb6a453892c6002738b424d66ca19c102a533) | |||
| 2021-06-15 | Core/SAI: Extended SMART_TARGET_VEHICLE_PASSENGER to allow specifying seat ↵ | Moein | |
| mask instead of single seat index (can now target all passengers) (#21245) (cherry picked from commit 891bca934e1522fe33b00e27eef5d4f07bb83fa8) | |||
| 2021-06-15 | Scripts/Trial Of The Crusader: Lord Jaraxxus rework (#21216) | Keader | |
| (cherry picked from commit a41cd416950a9d6d1e2c51c37229d6a3c9f9b4c7) | |||
| 2021-06-15 | Core/Threat: Fix a potential crash that would occur in specific edge cases ↵ | Treeston | |
| of AI being a bit naughty. (cherry picked from commit 1847555c8c9e630d4d5f1328f25c875f408be949) | |||
| 2021-06-15 | Core/Auras: fix static analysis issues | ariel- | |
| CID 1384433 CID 1384436 (cherry picked from commit 5153f464d8a4e5ae0b47900f92eeaf6c9f9eee50) | |||
| 2021-06-15 | Core/Unit: fix mess-up with CalcArmorReducedDamage parameter order | ariel- | |
| (cherry picked from commit 01537e1dfbd042b3608d5ac895009182026def00) | |||
| 2021-06-15 | Core/Entities: Port some refactors from f1986c6aafdf2457902a7a4cc7acc903cbbdc7bb | ariel- | |
| 2021-06-14 | Core/Unit: allow miss chance to exceed 60% cap with certain auras | ariel- | |
| (cherry picked from commit 688e96fb4ffcdeb55b58d13285e3cebfbc617614) | |||
| 2021-06-14 | Core/Unit: fix Sanctified Wrath (again) | ariel- | |
| - Actually only rank 1 was affected because of 50% reduction on rank 2 (cherry picked from commit 0e9b1635e0a2351342e8ed0ae4a1495479e09ffc) | |||
| 2021-06-14 | Core/Unit: fixed crash | ariel- | |
| Closes #21231 (cherry picked from commit 22b24d8dae23d4a4b4314f46b65b8e453816eef7) | |||
| 2021-06-14 | Core/Unit: simplified and arranged spell bonus calculation | ariel- | |
| - Remove duplicated SPELLMOD_BONUS_MULTIPLIER handling (both on done and taken) - Handle properly bonus data, don't apply bonus by default, only player spells should take into account spell power - Moved Earthliving Weapon coefficient to DB - Refactored Avenging Wrath handling Closes #13287 Closes #21230 (cherry picked from commit d570e2af3e7bcb625d8941397d55972d49319a8f) | |||
| 2021-06-14 | Core/Spell: SpellValueOverrides encapsulation | ariel- | |
| - No sense to let scripts use SpellValueOverrides, we already have modifiers in CastSpellExtraArgs struct (cherry picked from commit 3b01cccd7eafaff9f3b8236a544e4fa46818926c) | |||
| 2021-06-13 | Scripts/EasternKingdoms: implement Children of Goldshire event (#20745) | Kittnz | |
| * Script: Implement Childeren of Goldshire Notes: Need to update waypoints and default location of the childeren http://wowwiki.wikia.com/wiki/Children_of_Goldshire (cherry picked from commit a9c853ee3fc13d1aa59bde14df8f1f0a5b035ff3) | |||
| 2021-06-13 | Core/Sockets: Initialize _sessionKey variable in constructor | Shauren | |
| 2021-06-13 | Core/Auras: Implemented EstimatedPoints for SMSG_AURA_UPDATE | Shauren | |
| 2021-06-13 | Core/Misc: Add container utility function ↵ | Shauren | |
| Trinity::Containers::EnsureWritableVectorIndex to replace if (i >= vec.size()) vec.resize(i + 1) copypaste everywhere | |||
| 2021-06-13 | Core/Auras: removed caster dependency from core | ariel- | |
| - Decoupled Unit logic: split of spell critical chance into done (caster bonuses) and taken (target bonuses), this allows to precalculate caster bonuses on aura apply and then check victim's auras on damage/healing calc - Made static a bunch of methods (they no longer have this pointer because they are now called from periodic handlers which may or may not have an active caster in world) - Simplified all AuraEffect bonuses into AuraEffect::_amount, no more duplicated code - Critical chance and whether or not caster is player owned unit (for resilience calcs) is now saved one level upper, on Aura itself (it's impossible as of 3.3.5 to have different effects with different critical chances) - Minor cleanup of SPELL_DAMAGE_CLASS_NONE and Arcane Potency (#18813) crit handling Closes #19876 (cherry picked from commit cb9e72e521d3cc415dd15bf6912c87f89e41b92a) | |||
| 2021-06-08 | Core/Quests: Fixed quests that should have objectives immediately marked as ↵ | Shauren | |
| complete Closes #26566 | |||
| 2021-06-07 | Core/Achievements: Defined all modifier tree types and implemented many of them | Shauren | |
| 2021-06-06 | Core/Player: Add helper function to determine if war mode can be enabled in area | Matan Shukry | |
| 2021-06-06 | Core/DataStores: Load QuestLineXQuest.db2 | Shauren | |
| 2021-06-06 | Core/Reputation: Corrected sorting of friendship rep reactions | Shauren | |
| 2021-06-06 | Core/DataStores: Load PvpTier.db2 | Shauren | |
| 2021-06-06 | Core/DataStores: Load ItemModifiedAppearanceExtra.db2 | Shauren | |
| 2021-06-06 | Core/Players: Add PlayerExtraFlags for tracking race change, level boost, ↵ | Shauren | |
| and raf level grant usage | |||
| 2021-06-06 | Core/Reputation: Implemented paragon reputation | Shauren | |
| 2021-06-05 | Core/Reputation: Named all reputation flags | Shauren | |
| 2021-06-05 | Core/DataStores: Fixed SpellLabelEntry structure | Shauren | |
| 2021-06-05 | Core/PacketIO: Named PVPInfo/bracket fields | Shauren | |
| 2021-06-05 | Core/Achievements: Implemented CRITERIA_TYPE_UPGRADE_GARRISON_BUILDING | Shauren | |
| 2021-06-04 | Core/Players: Name unknown player flags and rename MENTOR to TIMEWALKING | Shauren | |
| 2021-06-04 | Core/Conditions: Implemented missing PlayerCondition columns - time and weather | Shauren | |
| 2021-06-04 | Core/Units: Add std::function overloads to GetAura/GetAuraApplication | Shauren | |
| 2021-06-04 | Core/Spells: Load spell label data for future use | Shauren | |
| 2021-06-04 | Nopch build fix | Shauren | |
| 2021-06-04 | Core/Reputation: Implemented "friendship reputation" | Shauren | |
| 2021-06-03 | Core/DataStores: Load Achievement_Category.db2 | Shauren | |
| 2021-06-01 | Core/Criteria: Refactor CriteriaTreeOperator as enum class | Shauren | |
| 2021-06-01 | Core/Criteria: Add all values of CriteriaTreeFlags | Shauren | |
| 2021-06-01 | Core/Criteria: Add all values of CriteriaFlags | Shauren | |
| 2021-06-01 | Core/Criteria: Add all values of CriteriaStartEvent | Shauren | |
| 2021-06-01 | Core/Criteria: Add all values of CriteriaFailEvent | Shauren | |
| 2021-05-30 | Core/Misc: Fix build when using libstdc++-11 (#26565) | KoNicks | |
| 2021-05-29 | Fix build | Shauren | |
