aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-05-31CI/GitHub: Add Windows x86_64 CI (github actions) support. (#29773)Fabian König
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-05-30Scripts/Spells: Implemented Priest talent Sanctuary (#29727)Mematoru
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-05-29Core/Misc: Remove separate storage for custom messages in exception types ↵Antonio Martín Berti
and store it directly in base class from <stdexcept> (#30012)
2024-05-28Core/PacketIO: Constexpr-ify UpdateMaskShauren
2024-05-27Core/AreaTriggers: Implement height check for polygon db2 areatriggersShauren
2024-05-27Core/AreaTriggers: Fix triggering of client areatriggers for some shapesMeji
2024-05-26Core/Quests: Fix case where source item provided isn't added to the bag (#29959)Meji
2024-05-26Core/Players: Use TeleportLocation for summon and recall locationsShauren
2024-05-25Core/Players: Extended world_safe_locs with transport guid - this allows ↵Golrag
teleporting to a different map directly to a transport and having graveyards on transports
2024-05-25Core/Players: Allow targeting a specific transport during teleportsGolrag
2024-05-25Core/Creature: Implemented CREATURE_STATIC_FLAG_IGNORE_COMBATModoX
2024-05-25Core/DataStores: Implemented new ContentTuning offset typeShauren
2024-05-24Core/Players: Defined all avg item level slotsShauren
2024-05-23Core/Spells: Fixed gcc 14 buildShauren
2024-05-23Core/Creatures: Check fallback difficulty data for creature static flags ↵Meji
override (#29992)
2024-05-22Core/Conditions: Added private object to StaticConditionTypeData and defined ↵ModoX
CONDITION_STRING_ID as valid ConditionType
2024-05-22Core/Auras: Corrected implementation of dungeon encounter related interrupt ↵Shauren
flags
2024-05-22Scripts/MawOfSouls: Implemented Ymiron, the Fallen King encounter (#29987)ModoX
2024-05-21Core/Players: Define names for all ActivePlayerData::DataFlags fieldsShauren
2024-05-21Scripts/RagefireChasm: Implement Slagmaw encounter (#29989)Aqua Deus
2024-05-19Core/DataStores: Sort ConditionalContentTuning container by OrderIndex (#29994)Meji
2024-05-19Core/Creatures: Fix level scaling for summons without ↵Meji
SummonPropertiesFlags::UseCreatureLevel (#29958)
2024-05-19Core/Spells: Implemented SummonPropertiesFlags::UseDemonTimeoutShauren
Closes #29930
2024-05-18Core/Criteria: Implemented CompletedLFGDungeon criteria type (#29980)Antonio Martín Berti
2024-05-18Core/Spells: Prevent creatures from being able to cast all their spells ↵Shauren
while moving Closes #26137
2024-05-18Core/AreaTriggers: Move SpellForVisuals override from AT spawn to properties ↵Meji
(#29982)
2024-05-18Scripts/RagefireChasm: Implement Lava Guard Gordoth encounter (#29993)Aqua Deus
2024-05-16Core/Maps: Fixed manual spawn groups being automatically spawned by conditionsShauren
2024-05-16Scripts/RagefireChasm: Fix typo and Twisted Elements rescheduling after ↵ModoX
Shadow Storm cast
2024-05-16Scripts/RagefireChasm: Implement Dark Shaman Koranthal encounter (#29977)Aqua Deus
2024-05-16Scripts/RagefireChasm: Added missing evade on despawn and boss unit frames ↵ModoX
to Adarogg
2024-05-15Core/Spells: Implemented SPELL_ATTR13_DO_NOT_ALLOW_DISABLE_MOVEMENT_INTERRUPTShauren
2024-05-15Core/AreaTriggers: Add PlaySpellVisual (#29985)Jeremy
2024-05-13Core/Criteria: Implemented CompleteAnyScenario and CompleteScenario types ↵Antonio Martín Berti
(#29984)
2024-05-13Core/Criteria: Add missing asset check for CriteriaType::LearnHeirloomShauren
2024-05-13Core/Criteria: Implemented LearnAnyTransmog CriteriaType (#29981)Antonio Martín Berti
2024-05-13Core/Items: Implemented reagent bagShauren
2024-05-12Core/Items: Add enum for hardcoded item idsBloodtigress
2024-05-12Core/Criteria: Implemented AnyArtifactPowerRankPurchased criteria type (#29979)Antonio Martín Berti
2024-05-12Core/Criteria: Implemented LearnHeirloom and LearnAnyHeirloom criteria types ↵Antonio Martín Berti
(#29976)
2024-05-12Core/Criteria: Added ParticipateInArena to statistic-only cases (#29978)Antonio Martín Berti
2024-05-12Core/Cryptography: dropped support for OpenSSL 1.1Ovahlord
OpenSSL 1.1 has been deprecated for quite some time now so it is time to put it to rest. Please upgrade to OpenSSL 3.x
2024-05-12Core/Items: Fix item sell price not scaling with item level (#29972)Bloodtigress
2024-05-12Core/Criteria: Implemented CriteriaType ParticipateInArena (#29973)Antonio Martín Berti
2024-05-12Core/Criteria: Implemented CriteriaType EarnArtifactXP (#29975)Antonio Martín Berti
2024-05-12Scripts/RagefireChasm: Implement Adarogg encounter (#29962)Aqua Deus
Closes #29948
2024-05-12Core/Misc: Removed NYI comment text on CriteriaType::PlayerTriggerGameEvent ↵Antonio Martín Berti
(#29974)
2024-05-11Core/Spells: Implemented SPELL_EFFECT_REPUTATION_2 (184) (#29971)Antonio Martín Berti
2024-05-10Core/DataStores: Updated ContentTuning.db2 metadata for build 10.2.7.54630Shauren
2024-05-09Core/PacketIO: Fixed SMSG_FEATURE_SYSTEM_STATUS_GLUE_SCREEN structureShauren
Closes #29967