| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-05-29 | Scripts/Outland: Implement Hellfire event in Honor Hold (#21110) | Kittnz | |
| * Script/Outland: Implement Hellfire event in Honor Hold This is hourly, event is only 60 seconds long. (cherry picked from commit acc73d469319a2b22804e55c0603e82615f5c8c2) | |||
| 2021-05-29 | Core/Misc: kill whitespace | ariel- | |
| (cherry picked from commit f50a33341892da1dbe4a56e6c351a42591a12ec9) | |||
| 2021-05-29 | Core/Pools: Fixed spawning in pools with both explicitly and equally chanced ↵ | lachtanek | |
| entries (#21170) (cherry picked from commit c50aefac963aca5daeacf409deca9692c6ca3924) | |||
| 2021-05-29 | Core/Maps & Extractors: Move copypasted map file headers into a single ↵ | Shauren | |
| shared file and replace #defines with enums | |||
| 2021-05-29 | Core/Misc: Rename MapDefines.h to MMapDefines.h as it contains mmap defines ↵ | Shauren | |
| exclusively | |||
| 2021-05-27 | Scripts/Spells: Implement mage Alter Time | sueastward | |
| 2021-05-27 | Core/Logging: Add functions that allow creating loggers and appenders from ↵ | Shauren | |
| other sources than config files | |||
| 2021-05-24 | Core/Misc: Add another boost hack. Fixes bnetserver/worldserver -c command ↵ | Shauren | |
| line parameter when path contains spaces | |||
| 2021-05-23 | Core/PacketIO: Properly send inventory error when attempting to withdraw ↵ | Shauren | |
| guild bank item into "any slot" when bags are full | |||
| 2021-05-23 | Core/PacketIO: Implement new guild bank item swap opcodes | Luzifix | |
| 2021-05-23 | Core/PacketIO: Delete old guild bank swap item structures and handler | Luzifix | |
| 2021-05-23 | Core/Misc: Initialize local variable | Shauren | |
| 2021-05-23 | Core/PacketIO: Add new guild bank interaction opcodes | Shauren | |
| 2021-05-22 | Core/PacketIO: Fixed swapped values for bank interaction opcodes | Shauren | |
| 2021-05-22 | Core/PlayerChoice: Fixed loading player_choice_response from db (#26541) | MistiX | |
| 2021-05-21 | Core/Vmaps: Fixed crash in unloading vmaps | Shauren | |
| Closes #26536 | |||
| 2021-05-18 | Core/Items: Fixed crash happening when deleting item before it was saved for ↵ | Shauren | |
| the first time Closes #26532 | |||
| 2021-05-17 | Core/Unit: Abide UNIT_FLAG2_DISABLE_TURN on creatures. Add that flag to ↵ | Treeston | |
| Kologarn (from sniff). Hi sirikfoll. (cherry picked from commit d9c772303cc17d98581cc52bb51116f640e23c08) | |||
| 2021-05-17 | 3dcd49e v2, slightly cheaper | Treeston | |
| (cherry picked from commit b53cbf467b445a9b57a5567f88a26f77289f7fe1) | |||
| 2021-05-17 | Core/Threat: fix a potential super edge case iterator invalidation | Treeston | |
| (cherry picked from commit 3dcd49ef9015582be304e2521e13052c68b917d6) | |||
| 2021-05-17 | Scripts/World: New target dummy AI, because I don't trust the existing one ↵ | Treeston | |
| in light of #21187. (cherry picked from commit a23c97a0fcc53e5da0bee5fc033dd3748774c337) | |||
