aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2024-08-02Scripts/KingsRest: Implement The Golden Serpent encounter (#30100)Naddley
2024-08-02Core/Movement: Made fixed ChaseAngle optional and added possibility to ↵ModoX
ignore setting walk/run depending on target (#30101)
2024-08-02Core/DataStores: Updated to 11.0.0Shauren
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren
2024-07-31Core/Logging: fixed nopch build for msvc compilers (#30126)Ovahlord
2024-07-31Core/PacketIO: Added example uses of new packet reading/writing utilitiesShauren
2024-07-31Core/PacketIO: Added new packet reading/writing utilities for type casting, ↵Shauren
optionals and bits
2024-07-30Scripts/WaycrestManor: Implement Soulbound Goliath encounter (all ↵Aqua Deus
difficulties) (#30074)
2024-07-29Core/Misc: Reduce amount of virtual functions and copypasting in Reference<> ↵Shauren
implementations
2024-07-29Core/Proto: Remove blank linesShauren
2024-07-28Core/Proto: Added messages and services missing descriptors in clientShauren
2024-07-27Core/Proto: Updated protobuf messages and services for 11.0.2Shauren
2024-07-25Core/Misc: std::ranges-ify algorithms used in TraitMgrShauren
2024-07-25Core/Groups: Make member field naming consistent and add missing constsShauren
2024-07-25Core/AuctionHouse: Ported WorldSession::SendAuctionHello argument type ↵Shauren
change from a3aecbdd92000c3338aa14ecfcd3aaca91d99391
2024-07-24Core/Spells: Fixed TaxiMask size check for underlying types other than uint8Shauren
2024-07-22Scripts/WanderingIsle: Implement quest Fanning the Flames (29523) (#30076)Aqua Deus
2024-07-22Core/Spells: Named SPELL_ATTR14_AURA_IS_PRIVATEShauren
2024-07-21Core/PacketIO: Named unknown field in CMSG_CREATE_CHARACTERShauren
2024-07-19Core/Auras: Defined and implemented new aura stateShauren
2024-07-19Scripts/Spells: Implemented Priest talent Shadow Word: Death (#30069)Mematoru
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-07-19Core/AreaTriggers: Added ActionSet flags for serverside areatriggers (#30072)Meji
2024-07-19Core/Vehicle: Fix an assertion when applying SPELL_AURA_SET_VEHICLE_ID on ↵Jeremy
creatures that are already vehicles (#30102)