aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-20Core/Chat: Update ChatNotify enumShauren
2024-10-19Core/Conditions: Allow NegativeCondition for references (#30363)Meji
2024-10-18Core/PacketIO: Fix old copypasteShauren
2024-10-18Core/PacketIO: Added empty implementation for treasure picker opcodes (#30351)Meji
* Temporary workaround to display quest details at questgiver Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-18DB/Scripts: Remove some script assignments to not existing scriptsModoX
2024-10-18Scripts/ShrineOfTheStorm: Added missing registerModoX
2024-10-18DB/Creature: Added ImmunePC/NPC to feign deathed creatures without auraModoX
2024-10-18Core/Creature: Remove UNIT_FLAG3_FAKE_DEAD and UNIT_FLAG2_FEIGN_DEATH if no ↵ModoX
unit_flags are set * d66f2dcdac2f1602f36cd9f1720fdbf274a37c61 followup
2024-10-17Core/Misc: Don't use tellg() to estimate file sizesShauren
2024-10-17DB/Creature: Remove FeignDeath and FakeDead unit flags from existing ↵ModoX
creatures and templates * it was previously automatically removed by core, we had to allow it for TWW recently * wpp is already taking care of removing the flags
2024-10-16Core/Misc: Replace std::ostringstream based formatting with ↵Shauren
Trinity::StringFormat where possible in common and database projects
2024-10-16DB/NorthernBarrens: Update difficulty data for Barak KodobaneNaddley
Closes #30344
2024-10-15DB/NorthernBarrens: Implement Quest "The Barons Demands"Naddley
Closes #30347
2024-10-15Core/Quests: Don't send SMSG_QUEST_GIVER_QUEST_COMPLETE for tracking quests ↵Meji
(#30348)
2024-10-15DB/Ara-Kara: Added init. spawnsNaddley
2024-10-13Core/Movement: Allow MOVEMENTFLAG_CAN_FLY with SPELL_AURA_ADV_FLYINGShauren
2024-10-12Scripts/Spells: Fix dk talent Icy Talons (#30232)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-12Core/Auras: Implemented SPELL_AURA_ADV_FLYINGTraesh
2024-10-12DB/Teldrassil: Added cyclic paths for Wisps in DolanaarNaddley
2024-10-12DB/Teldrassil: Added cyclic paths for Wisps in ShadowglenNaddley
2024-10-12DB/NorthernBarrens: Update difficulty data for Thorn Hill caveNaddley
Closes #30337
2024-10-10Core/Auras: Implemented adv flying speed mod aurasShauren
Co-authored-by: Traesh <nicolas.queniro@gmail.com>
2024-10-09Core/Crypto: Respect OPENSSL_MODULES environment variable if set by user ↵Shauren
that points to where legacy.dll should be found
2024-10-09DB/GameEvents: Added Cataclysm PvP seasonsMeji
2024-10-09DB/Hotfixes: Fix ContentTuning hotfixesMeji
2024-10-08Core/Units: Fix melee attack victim level calculation (#30329)Jason Dove
2024-10-07DB/NPE: Added cyclic path waypoints for Exiles Reach creaturesNaddley
2024-10-07Core/Movement: Implemented cyclic waypoint movement (#29923)ModoX
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-07DB/Misc: Fix copy paste failModoX
2024-10-07Scripts/NerubarPalace: Implement Ulgrax intro (#30256)Aqua Deus
2024-10-07Core/Movement: Store adv flying speeds instead of hardcoding them in ↵Shauren
SMSG_UPDATE_OBJECT and enable packets modifying them
2024-10-07Core/Conversation: Hackfix for NextConversationLineID overflow (#30259)Meji
2024-10-06DB/Stormwind: Added Portal to DornogalNaddley
2024-10-06Core/DataStores: Update startup id checks for 11.0.2 and require ↵Shauren
FlightCapability id = 1 as well
2024-10-06Core/DataStores: Load FlightCapability.db2Traesh
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