aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-05Core/Maps: Link instance map to LfgDungeonsShauren
2024-10-05Core/Chat: Improve ingame language translation (#30298)Meji
2024-10-04Build: Handle localized "Microsoft" name returned from Get-CimInstanceShauren
2024-10-04Build: Add more detailed windows release name to revision_data.h (#30310)Keramat Jokar
2024-10-04DB/CityOfThreads: Added remaining spawns until last BossNaddley
2024-10-04DB/CityOfThreads: Added spawns until second BossNaddley
2024-10-03Core/Players: Prevent creation of characters with duplicate namesShauren
Closes #30299
2024-10-02Tools/vmap_assembler: Fix missing <mutex> header in TileAssembler.cpp (#30293)nekolisa42
2024-10-02DB/CityOfThreads: Added spawns until first BossNaddley
2024-10-02Core: Updated allowed build to 11.0.2.56819Shauren
2024-10-01Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow ↵Shauren
it to create deleters with compile time constant functions (reduces its size to just sizeof(void*))
2024-09-30Core/Objects: Corrected TYPEMASK_SEER value incorrectly changed in ↵Shauren
6f6af6a1a1508508d0e42b90f0acf4f363cf91bd, fixes not finding mind controlled players
2024-09-30DB/Westfall: Added spell_area data related to The Jansen Stead areaNaddley
https://github.com/The-Cataclysm-Preservation-Project/TrinityCore/commit/8447d9a6a53196da6bdb47a23e041e05c84830df Co-Authored-By: funjoker <funjoker109@gmail.com>
2024-09-30DB/Gilneas: Added spell_area data for chapter 1Naddley
https://github.com/The-Cataclysm-Preservation-Project/TrinityCore/commit/bc2d669a54a342e749b7f1779e3cae6247f98b66 https://github.com/The-Cataclysm-Preservation-Project/TrinityCore/commit/a11513051b5478b3671a65e99ef03fd27538d9e3 Closes #25824 Closes #30090 Co-authored-by: Ovahlord <dreadkiller@gmx.de>
2024-09-29Scripts/Spells: Implement druid talent Nature's Grace (#30215)Aqua Deus
2024-09-29DB/DarkflameCleft: Added init. spawnsNaddley
2024-09-29Core/PacketIO: Enable CAN_ADV_FLY opcodesTraesh
2024-09-28DB/CinderbrewMeadery: Added init. spawnsNaddley
2024-09-28Scripts/Spells: Fix Anti-Magic shell amount with Anti-Magic Barrier talent ↵Aqua Deus
(#30234)
2024-09-27Core/DataStores: Removed overriding field sign type based on db2 column ↵Shauren
compression
2024-09-26DB: Remove unsigned floats and recreate views with utf8mb4 in auth databaseShauren
(cherry picked from commit b18ba61140cbb2c26eb5d006826eb61097f44726)
2024-09-25DB/Stonevault: Added init. spawnsNaddley
2024-09-25Core/Database: Fix database connections failing to open over named pipes for ↵Shauren
users using caching_sha2_password authentication plugin if this is the first time this user attempts to log in since starting MySQL server
2024-09-24Core/Items: Implemented ITEM_BONUS_DISENCHANT_LOOT_IDShauren
2024-09-24Misc: Fix revision_data for recent TDB releaseModoX
2024-09-23TDB 1102.24092 - 2024/09/23TDB1102.24092TDB Release
2024-09-23DB/Hotfixes: Updated zhTW hotfixes to 11.0.2.56647Meji
2024-09-23DB/Hotfixes: Updated zhCN hotfixes to 11.0.2.56647Meji
2024-09-23DB/Hotfixes: Updated ruRU hotfixes to 11.0.2.56647Meji
2024-09-23DB/Hotfixes: Updated ptBR hotfixes to 11.0.2.56647Meji
2024-09-23DB/Hotfixes: Updated koKR hotfixes to 11.0.2.56647Meji
2024-09-23DB/Hotfixes: Updated itIT hotfixes to 11.0.2.56647Meji
2024-09-23DB/Hotfixes: Updated frFR hotfixes to 11.0.2.56647Meji
2024-09-23DB/Hotfixes: Updated esMX hotfixes to 11.0.2.56647Meji
2024-09-23DB/Hotfixes: Updated esES hotfixes to 11.0.2.56647Meji
2024-09-23DB/Hotfixes: Updated deDE hotfixes to 11.0.2.56647Meji
2024-09-23DB/Hotfixes: Updated hotfixes to 11.0.2.56647Meji
2024-09-23Core/Common: Catch and log child process creation errorsShauren
2024-09-23Core/CrashHandler: Output inlined stack framesShauren
2024-09-23Core/CrashHandler: Make WheatyExceptionReport fields not static to ensure ↵Shauren
consistent destruction order
2024-09-22Core/DataStores: Updated db2 structures for 11.0.2.56647Shauren
2024-09-22Core/Spells: Protect against stack overflows in spell override handlingShauren
2024-09-21DB/Dornogal: Added more spawns to The ForgegroundNaddley
2024-09-21Core/Auras: fixed a possible underflow when checking required powers for ↵Ovahlord
SPELL_AURA_TRIGGER_SPELL_ON_POWER_AMOUNT and SPELL_AURA_TRIGGER_SPELL_ON_POWER_PCT
2024-09-21Scripts/ShrineOfTheStorm: Implement Aqu'sirr encounter (#30122)Aqua Deus
Co-authored-by: ModoX <moardox@gmail.com>
2024-09-21Core/Object: Added max height change param to MovePositionModoX
2024-09-21Build: Ensure paths passed to find_package HINTS argument only use forward ↵Shauren
slashes since that is what cmake expects
2024-09-20CI: Migrate compile flags environment variables to new cmake option ↵Shauren
WITH_WARNINGS_AS_ERRORS
2024-09-20Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings ↵Shauren
into compile errors
2024-09-20Build: Remove temporarily lowered cmake version requirement for circle-ciShauren