aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-04-15Core/GameObjects: Allow certain types to be sent to the client without ↵Meji
display (#28908)
2023-04-13Core/Spells: Readded accidently dropped line in ↵ModoX
0750b7f8455df39a64462636ca296c6f2aa2b048
2023-04-13Core/Misc: Fixed IpLocation crashes on invalid ip inputShauren
2023-04-11Core/Reputation: Fixed crash in reptutation code when ↵Shauren
PlayerStart.AllReputation is enabled in config Closes #28915
2023-04-11Core/Quests: Fixed typo in raid group requirements check (#28914)Christyan
2023-04-10Core/AI: Drop script_waypoints and move data to waypoint_data (#28879)ModoX
2023-04-10Core/Misc: Fix build with libc++Shauren
Closes #28909
2023-04-09Core/Units: Calculate HoverHeight from model data (#28899)Meji
2023-04-09Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-09Core/Misc: Fix typo introduced in 36044a9470e9c39a71916e908ab6cf4f95677793Meji
2023-04-08Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-08Core/Conditions: Fix log typoMeji
2023-04-08Core/Misc: Fix typos in bannerMeji
2023-04-08Core/SAI: Drop waypoints table and move existing rows to waypoint_data table ↵ModoX
(#28834)
2023-04-07Core/Units: Prevent backward melee attacks (#28895)Meji
2023-04-07Core/Objects: Fixed ObjectGuid equality operator for GCC 10 (completely ↵Shauren
broken, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94924)
2023-04-06Core/Misc: Modernize code a bit by replacing std::tie with either structured ↵Shauren
bindings or operator<=>
2023-04-06Core/Skinning: Autolearn skill of skinned mob if not already learned (#28894)Meji
2023-04-06Scripts/SilverpineForest: Removed sparring hackfixes (#28896)Teleqraph
2023-04-06Core/Creature: Added missing nullcheckModoX
2023-04-06Core/Creature: Implemented sparring with max health percent thresholds (#27198)ModoX
Co-authored-by: Ovah <dreadkiller@gmx.de>
2023-04-05Core/Creature: Added possibility to give creatures multiple gossip menu ids ↵ModoX
and control them via conditions (#28159)
2023-04-04Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-01Scripts/Paladin: Update Divine Steed for Lightforged Draenei (#28892)Naddley
2023-04-01 DB/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-03-31Scripts/Deepholm: Scripted quest "All Our Friends Are Dead" (#28889)Naddley
2023-03-31Scripts/AzureVault: Fixed buildModoX
2023-03-31Scripts/AzureVault: Fix despawning of Volatile SaplingsModoX
2023-03-31Core/Creatures: Compute the level from ContentTuning (#28871)Meji
2023-03-31Core/Auras: Fixed iterator invalidation crash with procs using ↵Shauren
SPELL_ATTR0_PROC_FAILURE_BURNS_CHARGE attribute
2023-03-30Core/Loot: Fixed iterator invalidation crash in ↵Shauren
WorldSession::HandleLootMoneyOpcode Closes #28885
2023-03-30Core/Creatures: Compute CombatReach and BoundingRadius using DisplayScale ↵Meji
(#28863)
2023-03-30Core/Skinning: Update correct skinning skill according to creature expansion ↵Meji
(#28861)
2023-03-27Core/Quests: Fixed crash happening when a quest is marked as rewarded ↵Shauren
without a questgiver (for example lfg) Closes #28878
2023-03-26Core/Movement: Allow passing tier transition id (db2 id) to land/takeoff ↵Shauren
movement
2023-03-24Core/PacketIO: Fixed array size of CMSG_QUEST_POI_QUERY as of patch 10.0.7ModoX
2023-03-24Core/Creatures: Improved movement interruption while casting spells (#28845)Meji
2023-03-23Core/PacketIO: Fixed SMSG_ENABLE_BARBER_SHOP structureShauren
Closes #28606
2023-03-22Core: Update to 10.0.7Shauren
2023-03-21Core/Scripts: Fixed crash in SummonList::DoZoneInCombat10.0.5.48526Shauren
Closes #28864
2023-03-21Core/Instances: Fixed not being able to reenter instances that have no ↵Shauren
encounters completed Closes #28737
2023-03-21Core/Instances: Fixed instance locks being incorrectly found and forcing ↵Shauren
difficulty when entering normal mode dungons
2023-03-20Core/Items: Updated ItemModifier enum for 10.0Shauren
2023-03-19Core/PacketIO: Fixed missing reference on return type of operator << ↵Shauren
overloads for packets
2023-03-18Core/Units: Added functions to modify WorldEffects updatefieldShauren
2023-03-17Core/Creatures: Use togglable ↵Shauren
CREATURE_STATIC_FLAG_4_TREAT_AS_RAID_UNIT_FOR_HELPFUL_SPELLS instead of equivalent flag from creature_template.type_flag
2023-03-15Core/Creatures: Allow flagging creatures to not clear their tap list when ↵Shauren
evading
2023-03-13Core/Creatures: Allow disabling melee attacks for all creatures, not just ↵Shauren
the ones using SAI
2023-03-13Core/Creatures: Allow toggling creature default root stateShauren
2023-03-13Core/Creatures: Allow scripts to change creature loot id (must be done ↵Shauren
before death)