aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-07-24Scripts/Spells: Implemented Flurry (#29145)Aqua Deus
2023-07-24nopch fixShauren
2023-07-24Scripts/Aberrus: Implement Kazzara introduction (#29155)Aqua Deus
Co-authored-by: ModoX <moardox@gmail.com>
2023-07-24Core/GameObject: Implement GAMEOBJECT_TYPE_NEW_FLAG_DROP (#28021)Jeremy
2023-07-24Core/AI: Implemented OnHealthDepleted hook (#29134)Traesh
2023-07-24Scripts/Spells: Removed unneccessary PrepareSpellScript and ↵Shauren
PrepareAuraScript uses
2023-07-24Scripts/Spells: Modernize spell script internals a bit - this makes Prepare ↵Shauren
macros unneccessary
2023-07-23Core/Logging: Minor compile time reducing refactor of log message formattingShauren
2023-07-22Scripts/Spells: Implement Shield of Vengeance (#29106)Aqua Deus
2023-07-22Scripts/Spells: Implement Benediction, Divine Service, and Focused Mending ↵Teleqraph
(#29027)
2023-07-22Scripts/Spells: Fixed Entangling Roots periodic damageShauren
Closes #28752 Co-authored-by: ModoX <moardox@gmail.com>
2023-07-21Core/Units: Fixed knockback angle calculation for players (#29165)Krudor
2023-07-21Core/AreaTriggers: Teleport to current instance entrance when entering ↵ModoX
instances via areatrigger entity (#29115)
2023-07-21Scripts/ExilesReach: Implemented Finding the Lost Expedition & Cooking Meat ↵Malcrom
quests (#29119)
2023-07-21Core/Condition: Implemented condition CONDITION_PRIVATE_OBJECT (#29136)ModoX
2023-07-21Scripts/ElwynnForest: Implement conversation for "The New Clessington ↵Naddley
Estate" (#29135) * human heritage questline
2023-07-21Core/Units: Fixed crash (previously was a memory leak) when vehicle ↵Shauren
creatures are deleted without ever being added to world Closes #29166
2023-07-21Core/Misc: Updated more enums for 10.1.5Shauren
2023-07-20Core/Auras: Implement ↵Aqua Deus
SPELL_AURA_MOD_DAMAGE_PERCENT_DONE_BY_TARGET_AURA_MECHANIC (#29162)
2023-07-20Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-07-20Core/Scripts: Fix EventScript assert for GameObject::SetDestructibleState ↵Meji
(#29131) Closes #29167
2023-07-20Core/Unit: Added helper functions to modify UNIT_FLAG2_CANNOT_TURN (#29160)Teleqraph
2023-07-20Core/Spells: Fixed target radius logic in spell effects for TargetB (#29158)Meji
2023-07-20Core/Bnet: Send hostnames in portal requests for launcherloginShauren
2023-07-19Core/Auras: Implement SPELL_AURA_IGNORE_SPELL_COOLDOWN (#29157)Aqua Deus
2023-07-19Core/PacketIO: Fixed structure of SMSG_GOSSIP_MESSAGE and ↵Shauren
SMSG_QUEST_GIVER_QUEST_LIST_MESSAGE Closes #29161 Closes #29163
2023-07-19Scripts/Spells: Allow using templated spell script with multiple template ↵Shauren
arguments in RegisterSpellScriptWithArgs * Also fixed some script conversion issues
2023-07-18Core/AreaTriggers: Handle AREATRIGGER_FLAG_HAS_DYNAMIC_SHAPE for disks (#29156)Traesh
2023-07-18Core/Network: Don't send localhost addresses to external clientsShauren
2023-07-17GCC build fixShauren
2023-07-17Core/AreaTriggers: Update areatrigger scalecurve handling with latest researchShauren
2023-07-16Core/Common: Use the [[unlikely]] keyword in all assert, warning and error ↵Ovahlord
macros to allow further compiler optimization (#29124)
2023-07-16Scripts/Spells: Implement Ysera's Gift (#29148)Aqua Deus
2023-07-16Core/Units: Allow autoattack if channelling with ↵Traesh
SPELL_ATTR5_ALLOW_ACTIONS_DURING_CHANNEL (#29133)
2023-07-16Scripts/Spells: Update prismatic barrier script (#29147)Aqua Deus
2023-07-15Core/Players: Fixed base hit chance initialization for playersShauren
2023-07-15Core/Unit: modernize some pointers and arrays in unit class (#29104)Ovahlord
2023-07-15Core/Network: Refactor local/remote ip address selection code and allow ↵Shauren
using hostnames in LoginREST bnetserver config options
2023-07-15Core/Network: Cleanup asio using directivesShauren
2023-07-13Scripts/Druid: Implemented Shooting Stars (#29125)Aqua Deus
2023-07-13Scripts/Spells: Removed unneccessary code from Burning Rush scriptShauren
2023-07-13Scripts/Warlock: Implemented Burning Rush (#29117)Aqua Deus
2023-07-13Scripts/Warlock: Implemented Dark Pact (#29118)Aqua Deus
2023-07-13Core/Misc: Update emotes enum to 10.1.5.50232 (#29127)Aqua Deus
2023-07-12Tools: Updated db2 metadata used by extractorsShauren
2023-07-12Core: Update to 10.1.5Shauren
2023-07-11Scripts/Halls of Origination: fixed a deprecation warning10.1.0.50000Ovahlord
2023-07-11Core/Spells: fixed an underflow in SPELL_EFFECT_INEBRIATE when using drinks ↵Ovahlord
that sober the character up (such as Starfire Espresso)
2023-07-11Core/Quests: allow QUEST_SPECIAL_FLAGS_AUTO_PUSH_TO_PARTY to be set in ↵Ovahlord
quest_template_addon
2023-07-09Core/SAI: Implemented new source type SMART_SCRIPT_TYPE_EVENT (3) (#28816)Meji