aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-06-10Scripts/Icecrown Citadel: Add missing unit flag to Deathbringer Saurfang ↵Shauren
outro event (cherry picked from commit 82246c0a061a5ffb2b364ebe3b2775fd15c24e48)
2022-06-10Core/PacketIO: Require valid WorldSession for CMSG_KEEP_ALIVEShauren
(cherry picked from commit de4340af37d9af403b42fff7129bb39693a021b6)
2022-06-10Core/Vehicles: Capture vehicle collision height for exit spline init ↵Shauren
function (prevent accessing no longer valid vehicle pointer) (cherry picked from commit 09204159f856a89e397bfadfbafd8fb3603302e5)
2022-06-10Scripts/Misc: Load gossip options from DB (#27892)lee
(cherry picked from commit 5a20861565c6de3ed0312bb82fbf5bb048f0f8f4)
2022-06-10Core/CrashHandler: Support retrieving windows version names for all future ↵Shauren
versions (cherry picked from commit ca9b82fb856c8314c3e84b15bc16ffb3fe8239ba)
2022-06-10Scripts/Trial of the Crusader: Fix achievement A Tribute to Immortality (#27903)Gildor
* now instance achievement status will be saved into DB * also add support to save instance achievement status of A Tribute to Dedicated Insanity (NYI) (cherry picked from commit 4f24a28b9ef3acbe6d83ee7c56902846653fa271)
2022-06-10Core/Spells: Increase search radius for avoid problems with some spells that ↵Gildor
can't find units with huge combat reach (#27827) (cherry picked from commit 70767717c112f1acbf19e5ce366b61ae6dc73475)
2022-06-10Core/Movement: b1a94bf94c500b64a5c4ae92642a95d048d9f392 followup - ↵Shauren
MoveSplineInit is no longer movable or copyable (cherry picked from commit b9c986cadd1b319f20cfaa805ad55276e0dbee3a)
2022-06-10Core/Movement: Delay creating MoveSplineInit objects used by ↵Shauren
GenericMovementGenerator to spline launch time * This fixes inconsistent transport state detection for players exiting vehicles that are on transport (ICC gunship battle), fixes players being telerpoted to middle of nowhere on that fight (cherry picked from commit b1a94bf94c500b64a5c4ae92642a95d048d9f392)
2022-06-10Scripts/Items: BOTM Wild Winter Pilsner & Izzard's Ever Flavor & ↵offl
Stranglethorn Brew (#27898) (cherry picked from commit 2d9c9fd61762c2cb5638c7d6c1189a3c0252d761)
2022-06-10DB/Quest: Update 'Into the Realm of Shadows'offl
Closes #27895 (cherry picked from commit f494272e94c5229f2ebf465aae2723961c7f9c4d)
2022-06-10Scripts/Items: BOTM Blackrock Lager & Springtime Stout & Metok's Bubble Bock ↵offl
& Binary Brew (#27891) (cherry picked from commit c02b829788cb274a68b125aee4dab35b9a56a2b8)
2022-06-10Scripts/Spells: BOTM Empty Bottle (#27889)offl
(cherry picked from commit cedd95f9850d2c6d25d7dfda59d3e16e97a26b40)
2022-06-10Scripts/Quest: Update 'Warning: Some Assembly Required' (11310) (#27888)offl
(cherry picked from commit dbdf0082952cd6cc0279e1ab916dc220febb50b8)
2022-06-10Scripts/Quest: Update 'The Art of Persuasion' (11648) (#27887)offl
(cherry picked from commit ce98938ab8fbbb61fc4b207c11bf14345ce84f3c)
2022-06-09Core/Commands: Fixed bonusListID and context arguments for .additem set commandShauren
2022-06-09Core/GameEventMgr: Spawn creatures and gameobjects in all active instances ↵Shauren
when event starts
2022-06-09Core/Transmog: Implemented ↵Shauren
TransmogIllusionFlags::PlayerConditionGrantsOnLogin and fixed transmog illusion validation when transmogging items
2022-06-09Core/Transmog: Implemented Transmog Illusions + Spelleffect to unlock themfluxurion
2022-06-09Tools/Extractors: Implement remote casc mode (#27993)Luzifix
2022-06-09Scripts/Spells: Fix paladin Righteous Protector cooldown reduction (#27990)Aqua Deus
2022-06-09Core/BattlePets: Move BattlePet stuff from SpellMgr to BattlePetMgr (#27986)Meji
2022-06-08Core/PacketIO: Add flood exceptions to CMSG_MOVE_SET_FACING_HEARTBEAT and ↵Shauren
CMSG_MOVE_SET_PITCH
2022-06-08Core/PacketIO: Implement CMSG_CANCEL_MOD_SPEED_NO_CONTROL_AURAS (#27975)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-06-08Scripts/Spells: Update and fix Druid Survival Instincts script (#27969)Aqua Deus
2022-06-08Core/SAI: Added Action SMART_ACTION_DO_ACTION for calling DoAction on target ↵Antonio Martín Berti
AI (#27964)
2022-06-08Core/Items: Fix weapon transmogrification (#27962)Meji
2022-06-08Core/Battlegrounds: Updated positions and ids of Eye of the Storm bg objectsShauren
Closes #19028 Closes #27922
2022-06-07Core/Transports: Path generation rewrite v2Shauren
* No TaxiPathNode row is skipped anymore (events/delays on first node now work) * Fixed transport animation synchronization with client * Fixed stoppable transports randomly resuming their path after relogging Closes #27985
2022-06-07Core/Movement: Allow overwriting number of steps for spline length calculationsShauren
* Also minor cleanup of non-virtual functions in spline derived classes
2022-06-05Core/Players: Fixed incorrect function being used to modify ↵Shauren
ActivePlayerData::TransportServerTime
2022-06-02Core/Gossip: Send broadcast text id in SMSG_GOSSIP_MESSAGE instead of ↵Shauren
npc_text id
2022-06-02Core/DataStores: Updated structures to 9.2.5Shauren
2022-06-01Core/PacketIO: Updated packet structures to 9.2.5Shauren
2022-05-30Core/Player: Fixed phasing issues introduced in ↵ModoX
aa592e431b945800928f2e43b3812cfa240fada1 * now it doesn't appear like we'd have gm on all the time anymore Ref #27985
2022-05-26Core/PacketIO: Swap CMSG_MOVE_SET_FACING and CMSG_MOVE_SET_FACING_HEARTBEATShauren
2022-05-26Core/SAI: Removed invalid eventId restriction on SMART_EVENT_ACTION_DONE ↵Antonio Martín Berti
(#27972)
2022-05-25GCC warning fixShauren
2022-05-25Core/GameObjects: Transport (type 11) improvementsShauren
* Fully synchronize serverside animation progress with client * Implemented updating passenger positions on elevators * Removed visibility hack for elevators that always forced CreateObject packet to be sent to client
2022-05-25Core/Objects: Remove restriction on what object types can be set as activeShauren
2022-05-24Core/PacketIO: Implemented CMSG_MOVE_INIT_ACTIVE_MOVER_COMPLETE and ↵Shauren
ActivePlayerData::TransportServerTime updatefield
2022-05-22Core/GameObjects: Changed gameobject artkit type to uint32Shauren
2022-05-22Core/Transports: Extracted transport and vehicle passenger relocation to ↵Shauren
shared function
2022-05-22Core/GameObjects: Use all axis rotations for gameobject model collision, not ↵Shauren
just orientation
2022-05-15Core/Creatures: Only use scaling data when it was actually loaded for the ↵Shauren
creature, not always if it just exists in db Closes #27954
2022-05-15Core/PacketIO: Don't skip sending BroadcastSummon packets to summoned playerShauren
2022-05-15Core/Items: Defined new item bonus typesShauren
2022-05-14Core/PacketIO: Implemented SMSG_BROADCAST_SUMMON_CAST and ↵Shauren
SMSG_BROADCAST_SUMMON_RESPONSE
2022-05-14Core/Players: Allow teleporting to a specific instance idShauren
2022-05-12Core/Misc: Name more invisibility typesShauren