aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-10Scripts/Quests: Help Those That Cannot Help Themselves (#28304)Malcrom
(cherry picked from commit f98e2bcab48a42f02b15a0f8e140c628b9e748cc)
2023-01-10DB/Misc: Fix several startup errorsMeji
2023-01-10Core/DBUpdater: Changed autoupdater created databases to use utf8mb4 instead ↵Shauren
of utf8mb3
2023-01-09Core/Creatures: Restore IsMovementPreventedByCasting logic for casting units ↵ModoX
(non-channeled) * this partly reverts e2ed3e23f8241933b4f931e9def7eee69f1abb79
2023-01-09Core/Creatures: Fix IsMovementPreventedByCasting logic (#28551)Meji
2023-01-09Core/Spells: Update IsPrimaryProfessionSkill filtering (#28650)fluxurion
2023-01-09Core/OutdoorPvP: Fixed crash happening by accessing freed memoryShauren
Closes #28680
2023-01-09Scripts/HoO: fixed a crash in Temple Guardian Anhuur's script due to now ↵Ovahlord
supporting gameobject casters (cherry picked from commit 3203f04ac1064d0812e3bcad12d0c25dc2e31593)
2023-01-09Core/Conf: Update MaxPlayerLevel 60 > 70 (#28663)Az'gath
Co-authored-by: Aurøra/Nehyren <dreamcorerev@gmail.com>
2023-01-09Core/Creatures: Fix logic when searching for nearby creatures by StringId ↵Odyssey
(#28669)
2023-01-09Core/Misc Fixed build with boost 1.74 (#28679)DeadMouse
2023-01-09Core/Spells: Fixed crash in SpellHistory::ModifySpellCooldown when cooldown ↵Shauren
is fully reset
2023-01-08Dep/fmt: Upgrade to 9.1.0Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵Shauren
compatible api)
2023-01-08Nopch build fixShauren
2023-01-07Core/Misc: Include cleanup, 2023 editionShauren
2023-01-07Core/Misc: Replace enable_if overload selection with if constexprShauren
2023-01-07Core/Misc: Migrate our c++20 advstd to standard featuresShauren
2023-01-07DB/Orgrimmar: Update guild vendor spawn positionsNaddley
2023-01-07DB/AzureSpan: Added spawns for Tower of IskhdormiNaddley
2023-01-06Tests: Fixed environment variable confg test compilation on windowsShauren
2023-01-06Core/Misc: Use boost/circular_buffer forward declaration headers in our headersShauren
2023-01-06Core/Misc: Remove boost::container::small_vector from header filesShauren
2023-01-06Core/Misc: Remove boost::heap::fibonacci_heap from header filesShauren
2023-01-06Core/Misc: Replaced boost::container::static_vector in packet classes with ↵Shauren
plain vector with custom static storage allocatlr
2023-01-06Core/Utils: Replace boost flat_set with our ownShauren
2023-01-06Core/Misc: Add missing Containers.h include where neccessaryShauren
2023-01-05Core/Spells: Hide spell effect immunity info implementation detailsShauren
2023-01-05Core/Misc: Added a include hack for msvc <chrono> to use only c++17 bits from itShauren
2023-01-04DB/DarkmoonFaire: Added spawns for Pet Battle areaNaddley
2023-01-04DB/DarkmoonFaire: Added some missing vendor and gossip dataNaddley
2023-01-04Core/Proto: Re-generate protobuf services optimized for CODE_SIZE (compile ↵Shauren
time) instead of SPEED
2023-01-04Core/Quests: Set QuestGiverCreatureID for QuestGiverQuestDetails packet (#28655)Meji
2023-01-04DB/AV: Added initial spawnsNaddley
+ waypoints
2023-01-03Scripts/Zul'aman: Removed incorrect ZulAmanState initializationShauren
2023-01-03DB/Spells: Restrict a few class proc abilities to prevent them infinitely ↵Shauren
proccing off each other Closes #28659 Closes #28660
2023-01-03Scripts/RLP: Added initial spawns and some cosmetic spells (#28629)Aqua Deus
2023-01-03Core/Auras: Implemented SPELL_ATTR12_ONLY_PROC_FROM_CLASS_ABILITIES and ↵Shauren
SPELL_ATTR13_ALLOW_CLASS_ABILITY_PROCS attributes Closes #28658
2023-01-02Scripts/Evoker: Implement Glide (#28654)Aqua Deus
2023-01-02Core/Loot: Added loot slot check to Loot::LootItemInSlot (client sent-value)Shauren
Ref #28646
2023-01-02DB/AzureSpan: Added Captain HaabNaddley
+ handle Phase + added spawns around the Island
2023-01-02Core/Characters: Added Dracthyr Evoker creation data (#28624)fluxurion
2023-01-01Core/Scene: Fixed OnSceneComplete and OnSceneCancel handlingModoX
2023-01-01Core/Players: Fixed finding trainer id from gossip menus (#28648)fluxurion
2023-01-01DB/AA: Added SAI script for Dragonflight RecruiterOdyssey
Closes #28644
2023-01-01New yearShauren
2023-01-01Build: Enable C++20Shauren
2023-01-01Build: Update required compilers to current debian stable and VS 2022Shauren
GCC: 10 Clang: 11 MSVC: 2022
2023-01-01Core/Misc: Fixed deprecation warnings for c++20Shauren
2022-12-31Core/Spells: Fixed crashes with spells cast by gameobject that summon creaturesShauren
Closes #28640