aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-08-30Core/PacketIO: Implemented UIMap questlines (#30030)Meji
2024-08-30Core/Client Builds: Refactor build_info structure to support any client variantsShauren
2024-08-29Core/Client Builds: Move build info out of RealmList classShauren
2024-08-29Build fix for libstdc++-11Shauren
2024-08-29Core/Auth: Refactor client auth key storage to support more future client ↵Shauren
variants and preserve more information about client version
2024-08-29Core/Misc: Remove duplicate helper functionsShauren
2024-08-28Core: Allow macOS arm64 client to connect (#30173)Motive
2024-08-28Core/Players: Fixed trait config validationShauren
2024-08-28Core/Maps: Decrement map unload timer by correct (accumulated) time diff ↵Razmataz
(#30197)
2024-08-27Core/Mail: Ignore currencies from loot for mailsShauren
2024-08-27Core/Misc: Change default expansion to 10 in config file template (#30193)Hwis
2024-08-27Core/Players: Fixed spells being unintentionally removed by talent swaps ↵Shauren
when they are learned from more than one spell (affects balance druid Celesial Alignment and Incarnation)
2024-08-26Core/AHBot: Fix loot queryShauren
2024-08-26Core/Commands: Fix windows unicode escape sequence warningShauren
2024-08-26Core/Loot: Implemented currency lootShauren
2024-08-25Core/Loot: Build fix for older compilersShauren
2024-08-25Core/Loot: Added type to LootStoreItem to replace reference != 0 checksShauren
2024-08-25Core/Conditions: Remove unneccessary duplicate condition startup checks - ↵Shauren
item existance is checked by loot loading and if that fails, condition loading will fail to find related item inside loot
2024-08-25Core/Loot: Use unique_ptr in LootTemplate classShauren
2024-08-25Core/Loot: Use unique_ptr in LootStore classShauren
2024-08-24Core/DBUpdater: Use utf8mb4 in dbupdater --default-character-setShauren
2024-08-23Core: Set The War Within as current expansionShauren
2024-08-22Core/Players: Fix SPELLMOD_PCT on login (#30179)Ghaster
2024-08-21Scripts/Spells: Implement rogue talent Improved Shiv (#30147)Aqua Deus
2024-08-20Scripts/Spells: Implement omen of clarity talent (Restoration) (#30143)Aqua Deus
2024-08-19Scripts/Spells: Implement druid talent New Moon (#30136)Aqua Deus
2024-08-19Scripts/Spells: Implement druid talent Celestial Alignment (#30134)Aqua Deus
2024-08-19Scripts/Spells: Implement druid talent Astral Smolder (#30133)Aqua Deus
2024-08-19Core/Spells: Implemented SpellAuraInterruptFlags2::ReleaseEmpowerShauren
2024-08-19Scripts/Spells: Implement druid talent Stellar Flare (#30131)Aqua Deus
2024-08-19Core/PacketIO: Fixed CMSG_QUERY_REALM_NAME not being handled and not sending ↵Shauren
any responses
2024-08-19Core/PacketIO: Add some missing 11.0 packet bitsShauren
2024-08-18Core/Realms: Realmlist refactorsShauren
* Removed global realm variable from World and use RealmList everywhere * Match auth build key with client version * Restored allowedSecurityLevel checks for realmlist packet building * Restored updating population field, mysteriously removed 15 years ago in f20b25d1c90f608deab28c9957b3b376ab2a0d50
2024-08-18Core/Players: Use PlayerData::VirtualPlayerRealm instead of global ↵Shauren
GetVirtualRealmAddress() where possible
2024-08-17Core/PacketIO: Fixed SMSG_QUEST_GIVER_REQUEST_ITEMS structureShauren
Closes #30168
2024-08-17Core/Utils: Unwrap non-copyable pointers (unique_ptr) from ↵Shauren
Trinity::Containers::MapGetValuePtr
2024-08-17Core/PacketIO: Fixed some 11.0.2 structuresShauren
Closes #30167
2024-08-16Core: Updated to 11.0.2Shauren
2024-08-15Core/SAI: Implemented new action SMART_ACTION_COMPLETE_QUEST (#30048)11.0.0.56008Meji
2024-08-14Core/PacketIO: Misc non-structure altering refactorsShauren
2024-08-10Core/Players: Implemented hero talentsShauren
2024-08-09Core/Misc: Added TWW expansion enum valueShauren
2024-08-05Core/PacketIO: Fixed handling CMSG_UPDATE_ACCOUNT_DATA - compressed value is ↵Shauren
not a null-terminated string
2024-08-05Core/Players: Remove duplicated trait configsShauren
2024-08-05Spells/Auras: Implement SPELL_AURA_ACT_AS_CONTROL_ZONE (#30083)Jeremy
2024-08-04Core/Players: Fixed trait configs getting into invalid state after talent ↵Shauren
tree changes between client patches Closes #29398
2024-08-03Core/PacketIO: Use std::string_view to read strings from ByteBufferShauren
2024-08-03Scripts/AtalDazar: Fix possible crashesModoX
2024-08-03Scripts/AtalDazar: Fix possible crashesModoX
2024-08-03Scripts/AtalDazar: Implement Rezan encounter (#30127)Aqua Deus