aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Collapse)Author
2025-03-20Scripts/Spells: Fixed shaman talents Doom Winds, Hailstorm, Fire Nova, ↵Shauren
Sundering, Flurry and Ashen Catalyst
2025-03-19Core/Auras: Implemented SPELL_AURA_MOD_CHARGE_RECOVERY_RATE, ↵Shauren
SPELL_AURA_MOD_CHARGE_RECOVERY_RATE_BY_TYPE_MASK and SPELL_AURA_MOD_CHARGE_RECOVERY_BY_TYPE_MASK
2025-03-18Core/Auras: Implemented SPELL_AURA_IGNORE_SPELL_CHARGE_COOLDOWNShauren
2025-03-17Core/Auras: Implemented SPELL_AURA_MOD_RECOVERY_RATE and ↵Shauren
SPELL_AURA_MOD_RECOVERY_RATE_BY_SPELL_LABEL
2025-03-13Core/Database: Implement accessing query result fields by nameOvahlord
2025-03-12Core/PacketiO: Rename Unk field in SMSG_SPELL_ABSORB_LOGShauren
2025-03-10Core/Players: Removed old unneccessary death knight and demon hunter riding ↵Shauren
workaround
2025-03-04Core/Players: Fix saving warband scene collectionShauren
Closes #30726
2025-03-04Core/Players: Implement warband scene collectionShauren
2025-03-03Core/Transmog: Allow evokers to transmog mail armorShauren
2025-03-02Core: Updated to 11.1.0Shauren
2025-03-01Core/Objects: Optimize spawn tracking handling in building SMSG_UPDATE_OBJECTShauren
2025-03-01Core/PacketIO: Use new packet writing utilities in a bunch of filesShauren
2025-02-25Core/Units: Define new 11.1.0 movement flagsShauren
2025-02-24Core/Units: Refactor GetCastSpellInfo to return values via return value and ↵Shauren
hide internal lookup state tracker
2025-02-23Core/Misc: Add a bunch of examples for 67418a1aeee9035234d304b5e9653b832488dd66Shauren
2025-02-22Core/Scripts: updated more documentation comments for spell script hooks to ↵Ovahlord
match with the rest (cherry picked from commit 71ec8c93acef3dce14eaf52e756ef68a3159050a)
2025-02-22Core/Scripting: updated documentation for CalcDamage and CalcHealing hooksOvahlord
(cherry picked from commit 6580687980bd3f5440eefd421dcbf894a39326fe)
2025-02-20Core/Misc: Reduce differences between branchesShauren
2025-02-19Core/Guilds: Don't require vendor bought items to have limited quantity to ↵Shauren
show up in guild news
2025-02-16Core/Spells: Implemented SpellEffectAttributes::DontFailSpellOnTargetingFailureShauren
2025-02-16Core/Auras: Remove NYI commend from implemented aura typesShauren
2025-02-14Scripts/Spells: Implement paladin talent "Blade of Vengeance" (#30612)Aqua Deus
2025-02-12Core/Spells: Skip handling apply aura spell effects if aura was removed ↵Shauren
earlier in script by PreventHitAura
2025-02-10Core/Movement: Fixed formation movement resetting state on every waypoint of ↵Shauren
its leader Closes #29950
2025-02-09Core/Misc: Reduce code differences between branchesShauren
2025-02-07Core/Battlegrounds: Fixed invalid reference to temporaryShauren
2025-02-07Scripts: Remove unneccessary DoublePosition from AreaBoundaryShauren
2025-02-06Scripts/AtalDazar: Implement Priestess Alunza encounter (#30655)Aqua Deus
Co-authored-by: ModoX <moardox@gmail.com>
2025-02-06nopch fix (for real this time)Shauren
2025-02-06fix nopchModoX
* and use Position const& for polygon origin * aed08b8a82cd4c14a6831ace7e9c4065ce29c5a4 followup
2025-02-06Core/Maps: Implemented PolygonBoundaryModoX
2025-02-06Scripts/Spells: Add Divine Storm target cap (#30613)Aqua Deus
2025-02-06Core/GridNotifiers: Added areatrigger searchers and ↵ModoX
NearestAreaTriggerEntryInObjectRangeCheck
2025-02-05Core/Auras: Ensure aura target of SPELL_AURA_TRIGGER_SPELL_ON_POWER_PCT has ↵Shauren
required power type Closes #30669
2025-02-05Core/Misc: Reduce code differences between branchesShauren
2025-02-04Core/AreaTriggers: Corrected initial "fake" spline point for areatrigger ↵Shauren
movement
2025-02-03Core/Quests: Updated quest future status checks to include all variants of ↵Shauren
that status
2025-02-02Core/Misc: Reduce code differences between branchesShauren
2025-02-02Core/Objects: Make guid generators atomicShauren
2025-02-02Core/Vehicle: Added RideSpellID field to override npc_spellclick_spells (#30198)ModoX
2025-02-01Scripts/Battlegrounds: Implement Deephaul Ravine (#30393)Jeremy
2025-02-01Core/Spells: Remove manual spell guid creation in scriptsShauren
2025-01-30Fix nopch buildModoX
2025-01-30Core/Auras: Send scene complete if a SPELL_AURA_PLAY_SCENE aura is removed ↵ModoX
by expiration
2025-01-30Core/SAI: Improve SMART_ACTION_ATTACK_START to exclude non-unit targets from ↵sanctum32
selection pool (#30653)
2025-01-30Core/Spells: Refactor SpellHistory ModifyCoooldowns and ResetCooldowns ↵Shauren
callbacks to use CooldownEntry argument instead of internal iterator
2025-01-27Core/Auras: Fixed SPELL_ATTR1_IMMUNITY_TO_HOSTILE_AND_FRIENDLY_EFFECTS logic ↵Shauren
- no longer incorrectly unapplies all auras for immunities that don't use it
2025-01-27Core/Spells: Don't fail spells SPELL_ATTR2_FAIL_ON_ALL_TARGETS_IMMUNE when ↵Shauren
target list is empty for one effect Closes #30603
2025-01-26Core/Conditions: Corrected upper array bound requirement for ↵Shauren
PlayerConditionLogic