aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-25Core/Loot: Use unique_ptr in LootTemplate classShauren
2024-08-25Core/Loot: Use unique_ptr in LootStore classShauren
2024-08-25DB/IsleOfDorn: Added some first spawnsNaddley
2024-08-25DB/Phase: Name some phases for Isles of Dorn and Ringing DeepsNaddley
2024-08-24Core/DBUpdater: Use utf8mb4 in dbupdater --default-character-setShauren
2024-08-24Core: Update allowed build to 11.0.2.56311Shauren
2024-08-23Core: Set The War Within as current expansionShauren
2024-08-23Core: Update allowed build to 11.0.2.56288Shauren
2024-08-22Core: Update allowed build to 11.0.2.56263Shauren
2024-08-22Core/Players: Fix SPELLMOD_PCT on login (#30179)Ghaster
2024-08-21Core: Update allowed build to 11.0.2.56196Shauren
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-20Build: Reduce required cmake version on linuxShauren
2024-08-20Build: Replace hardcoded mysql search paths with pattern based approachShauren
2024-08-20Build: Increase required CMake version to 3.24 and removed unneccessary ↵Shauren
cmake_policy() calls that are already handled by cmake_minimum_required()
2024-08-20Build: Extract hardcoded list of mysql paths to shared cmake variableShauren
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-18Remove wotlk_classic and add cata_classic to readmefunjoker
2024-08-17Core/PacketIO: Fixed SMSG_QUEST_GIVER_REQUEST_ITEMS structureShauren
Closes #30168
2024-08-17Core: Update allowed build to 11.0.2.56162Shauren
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-16Speed up 2024_08_16_00_world.sqlShauren
2024-08-16More sql fixShauren
2024-08-16Fix sqlShauren
2024-08-16DB/Templates: Added initial 11.0.2 wdb & broadcast_text brutesModoX
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: Update allowed build to 11.0.0.56008Shauren
2024-08-09Core/Misc: Added TWW expansion enum valueShauren
2024-08-07Core: Update allowed build to 11.0.0.55960Shauren
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-05DB/Stormwind: Added Assistant Phineas and StagecoachNaddley
2024-08-04Core/Players: Fixed trait configs getting into invalid state after talent ↵Shauren
tree changes between client patches Closes #29398
2024-08-04Misc: added cata_classic to the issue template branch selectionOvahlord
2024-08-03Core/PacketIO: Use std::string_view to read strings from ByteBufferShauren
2024-08-03DB/AtalDazar: Add creature_template_difficulty in all modesAqua Deus
Closes #30130