aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-04-24Core/Achievements: Implemented criteria flag "Reset on Start" and removed ↵Shauren
manual script workarounds for it
2022-04-24Core/Battlegrounds: Replace manual criteria timer starts in battlegrounds ↵Shauren
with new GameEvents api
2022-04-24Core/GameObjects: Implement more gameobject gameevent usesShauren
2022-04-24Core/Scripts: Begin unifying triggering gameevents (not the game_event db stuff)Shauren
2022-04-23Core/Objects: Initialize position data and zone/instance script for all ↵Shauren
worldobject types (except player)
2022-04-22Core/Items: Implemented item effect trigger type 7 (On Looted)Shauren
2022-04-22Core/Scenarios: Removed unused variablesShauren
2022-04-19Core/Conversations: Conversation actor improvementsShauren
* Store NoActorObject in database * Support adding player as conversation actor using database * Send actor id in packets Co-authored-by: funjoker <funjoker109@gmail.com> Closes #27911
2022-04-18Core/Vmaps: Use provided invDirection from G3D::Ray instead of calculating ↵Gosha
it ourselves (#27883) Do not calculate inv direction, Ray has one
2022-04-18Scripts/Spells: Update and fix Innervate (#27814)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-04-16Core/Auras: Name aura 372 SPELL_AURA_OVERRIDE_MOUNT_FROM_SETShauren
2022-04-16Core/PacketIO: Fixed incorrect packet response when ignoring playersShauren
2022-04-16Scripts/Spells: Implemented transformation and racial ability swap for ↵Shauren
battleground mercenary (193970 - Mercenary Shapeshift)
2022-04-16Core/Units: Include SPELL_AURA_MOD_FACTION auras when restoring faction ↵Shauren
(either on aura removal or .gm off)
2022-04-16Core/DataStores: Defined SkillLineFlagsShauren
2022-04-16Core/Battlegrounds: Remove legacy battleground exit areatriggersShauren
2022-04-16Core/Players: Add player race argument to Player::LearnSkillRewardedSpellsShauren
2022-04-16Core/Auras: Remove aura 490 implementation (purpose unknown, needs more ↵Shauren
spell examples)
2022-04-16Core/Battlegrounds: Replaced overriding m_team with more fine grained approachShauren
2022-04-16Core/Battlegrounds: Set PLAYER_FLAGS_EX_MERCENARY_MODE for mercenary playersShauren
2022-04-16Core/Battlegrounds: Store mercenary status separately from the aura obtained ↵Shauren
from gossip as it can be removed at any time
2022-04-16Core/Battlegrounds: Updated battleground join results enumShauren
2022-04-16Core/Battlegrounds: Implement mercenary systemTraesh
2022-04-12Core/Groups: Escape mysql keyword in group loading queryShauren
2022-04-09Core/DataStores: Removed unused code from DB2DatabaseLoaderShauren
2022-04-01Core/Spells: Add one more allowed case for CastSpellTargetArg constructorShauren
(cherry picked from commit 3f55647b3e2c65595d9822fa962810bcf559b73d)
2022-04-01Core/Misc: Apply various cosmetic changes that were made to 3.3.5 branch ↵Shauren
when porting master branch code there
2022-03-27Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlagShauren
2022-03-26Core/Misc: Rename SetXXXFlags updatefield functions to ReplaceAllXXXFlagsShauren
2022-03-26Scripts/Misc: Load some texts from DB (#27867)lee
(cherry picked from commit e7c02d6a9025826fc9aa47787a175e7a7b520b6d)
2022-03-26Scripts/UBRS: Fix door open issue in UBRS after kill Rend (#27868)safaray
(cherry picked from commit 88eccd2956746807d69df6a5246e9288db8aef3f)
2022-03-26Scripts/Quest: Update 'Ample Inspiration' (12828) (#27885)offl
(cherry picked from commit 45f30ceee27001015e42cafdd9081144910457d4)
2022-03-26DB/Creature: Roxi Ramrocketoffl
(cherry picked from commit 2400ae729100fac913ba8458bb6a02281e7ae16c)
2022-03-26Core/Object: Fix WorldObject::SetZoneScript unsafe cast to InstanceMap (#27877)HelloKitty
(cherry picked from commit e9992066a5ccd7f085a56de09ea027240e8da873)
2022-03-26DB/Quest: Update 'Stopping the Spread'offl
(cherry picked from commit 877b3674d90482d40a020e3df7a802e297be714e)
2022-03-26Scripts/Quest: Update 'Who Are They?' (#27855)offl
(cherry picked from commit a29476b92ef350ba7612b08aa885f921b612eb2f)
2022-03-26Scripts/Quest: Update 'What Do You Feed a Yeti, Anyway?' (#27851)offl
(cherry picked from commit fbfb8da7fc89d8a595ec70969a54732372dc39d0)
2022-03-26Scripts/Quest: Update 'Burning to Help' & 'A Cleansing Song' (#27849)offl
(cherry picked from commit 3d6cc67caf26ddf81ea967064f508f8c8569c278)
2022-03-26Scripts/Quest: Update 'Breakfast Of Champions' (#27846)offl
(cherry picked from commit 9d654345b50daff0a6b83db9a0c2aa05aac1bd64)
2022-03-26Scripts/Quest: Update 'A Flawless Plan' (#27841)offl
(cherry picked from commit c70c2d782af6bfd2dfd5a532de1da506353a1573)
2022-03-26Scripts/Quest: Update 'Jormuttar is Soo Fat...' (#27838)offl
(cherry picked from commit b7de3299413d05514581150f44a032384b91506e)
2022-03-26Scripts/Spells: Remove unneeded scriptsoffl
(cherry picked from commit cb15c9111068f60ed28394cc056c15863ad83813)
2022-03-26DB/Quest: Update 'Leave Nothing to Chance'offl
(cherry picked from commit 70ebac6cf423461dcdfbce4038d280ce2cff12a2)
2022-03-26Scripts/Quest: Update 'Mounting Hodir's Helm' (#27832)offl
(cherry picked from commit 45d6cd42b70eb9f28e0d37cec0949281cfa80a6d)
2022-03-26Tool/MMAP: Fixed invalid check causing certain tiles not to build (#27833)robinsch
example: mmaps_generator 230 will cause tile 33, 29 to not build because of the check. causing NPCs to not have mmap information in some parts of the map. .go xyz 1380 -831 -88 230 has no mmap tile information because of above check. https://i.imgur.com/Pypeu4f.png (cherry picked from commit e898b6e7942971a9bc96af54737ee971b99073a8)
2022-03-26Scripts/Quest: Few updates to Zul'drak scripts (#27828)offl
(cherry picked from commit d0a703d1b9365d83223c0a613ab55d710f83c9a1)
2022-03-26Scripts/Events: Update event scripts to new register model 2 (#27824)offl
(cherry picked from commit 3abcbcd4a2f432e5230da3d20b32dd5d3f5a7ee4)
2022-03-26Scripts/Events: Update event scripts to new register model 1 (#27823)offl
(cherry picked from commit 2ccad770bddde55a9f3c561b8e721a0610816880)
2022-03-26Scripts/Misc: Adjustments to previous fixes (#27821)offl
(cherry picked from commit 9ee6f4fb115d177d907ab48a9f9c5f39ba239046)
2022-03-26Core/AI: Change m_originalCaster to m_caster when calling OnSpellStart (#27815)offl
(cherry picked from commit ad5129e74b316b850c891640a17daa7831d00a27)