aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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: Update allowed build to 11.0.2.56313Shauren
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-26DB/Creature: Added massparse data for creature_equip_templateNaddley
2024-08-26DB/Text: Added massparse data for page_textNaddley
2024-08-26DB/Scene: Added massparse data for scene_templateNaddley
2024-08-26DB/Quest: Added massparse data for quest_templateNaddley
+ Added massparse data for quest_ related tables
2024-08-26DB/Quest: Added massparse data for quest_poi_pointsNaddley
2024-08-26DB/Quest: Added massparse data for quest_poiNaddley
2024-08-26DB/Creature: Added massparse data for creature_model_infoNaddley
2024-08-26DB/Gameobject: Added massparse data for gameobject_templateNaddley
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-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