aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-10-06Core/Maps: Ensure one of InstanceScript::Create or InstanceScript::Load is ↵Shauren
called on map creation
2022-10-06Core/Loot: Prevent looting bosses by players that have already completed ↵Shauren
that encounter
2022-10-05Core/Loot: Set loot dungeon encounter id before generatingShauren
2022-10-05Core/Scripts: Fixed worldserver startup with hostwap enabled when ran in ↵Shauren
terminals that don't pass full path to argv[0]
2022-10-04Core/Groups: Removed group_instance row deletion of empty groupsModoX
* table does no longer exist ref 9b924522d0549dd67b10e2cbdfc20297dd21e182 Closes #28331
2022-10-04Core/DataStores: Defined MapDifficulty.db2 flagsShauren
2022-10-04Core/Maps: Implemented MapFlags2::IgnoreInstanceFarmLimitShauren
2022-10-04Core/DataStores: Defined map.db2 flagsShauren
2022-10-04Core/Instances: Add instance reset events at lock expirationShauren
2022-10-04Core/Instances: Spawn defeated bosses in instances using loot based locks if ↵Shauren
their preceding bosses are not killed
2022-10-04Core/Loot: Send DungeonEncounter id in SMSG_ITEM_PUSH_RESULTShauren
2022-10-04Scripts/Instances: Add dungeon encounter dataShauren
2022-10-04Core/Commands: Restore instance management commandsShauren
2022-10-04Core/Instances: Add prepared statements for InstanceLockMgrShauren
2022-10-04Core/Instances: Add new config options to control the time when both daily ↵Shauren
and weekly resets occur (will not be restricted to instances only)
2022-10-04Core/Instances: Sprinkle some thread safety on InstanceLockMgrShauren
2022-10-04Core/Instances: Save instance entrance based on completed encountersShauren
2022-10-04Core/Scenarios: Attempt to restore scenario state from completed encounter infoShauren
2022-10-04Core/Instances: Remove old database statements (WIP)Shauren
2022-10-04Core/Instances: Reimplement resetting instances from UIShauren
2022-10-04Core/Scripts: Save instance data in JSON formatShauren
2022-10-04Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new ↵Shauren
InstanceLockMgr
2022-10-04Core/Maps: Check group that owns instance (first group to enter a given ↵Shauren
instance id owns it)
2022-10-04Core/Instances: Instance lock rewrite (WIP)Shauren
2022-10-03Core/Spells: make Spell::CheckMovement respect the current spell state (#28315)Ovah
2022-10-02Core/Spawns: Exclude spawn groups with MANUAL_SPAWN flag from automatic ↵Shauren
spawning/despawning with conditions
2022-10-01Core/Spells: fixed up block mechanics (#28286)Ovah
* Ranged attacks can now be blocked * Implement SPELL_ATTR3_COMPLETELY_BLOCKED * Fixed a bug which was causing blocking to block entire spell effects regardless if the attribute was present or not * Fixed a logic mistake which was causing blocks to roll twice (once for effect negation and once on hit) * No longer send blocked miss conditions in spell_go packets when the spell is not completely blocked to match sniff data (cherry picked from commit b47ef3ce90f6192784f8ce903b6738d568631809)
2022-10-01Scripts/Silverpine: Implemented Horde Hauler (npcId 44731) (#28273)Teleqraph
* also some random cosmetic fixes of several creatures
2022-10-01Core/Misc: Fix *BSD compile errors (#28287)Lloyd Dilley
(cherry picked from commit 2b8fc95fdec69ca5c057c2e63a1313d8165d44ea)
2022-10-01Scripts/Silverpine: Implemented several initial quests (#28272)Teleqraph
* The Gilnean Liberation Front 26989 * Iterating Upon Success 26998 * Guts and Gore 26995 * also added some phase 0/169 spawns to Forsaken High Command
2022-10-01Core/Units: Set UNIT_FLAG2_*_AOI dynamically according to the ↵Meji
VisibilityDistanceType set on the creature (#28284)
2022-09-30Scripts/Hyjal: Change boss state management from SetData to SetBossStateShauren
(cherry picked from commit 753a9019282c122c3e019a0bf4632b8b19089ecd)
2022-09-30Core/Players: Added error message for death knights attempting to leave ↵Shauren
their starting zone early (cherry picked from commit 2dc1b69a70f599539c479344c14ec60f98f535bc)
2022-09-30Scripts/Karazhan: Mark optional boss as completed when it diesShauren
(cherry picked from commit 08d2b6743a7b5c7be1ab0da8d4da704fd477f38e)
2022-09-30DB/Ahn'Qiraj Temple: Added spawn groups for bossesShauren
(cherry picked from commit 6260a9576356d2a3b79c40e16fbd5a6bc97674cd)
2022-09-30Scripts/Halls of Reflection: Prevent repeating Falric kills after wiping on ↵Shauren
Marwyn or add waves > 5 (cherry picked from commit 7114bc6881701798fa32947d8275686dcd258d19)
2022-09-30Scripts/The Escape From Durnholde: Minor improvementsShauren
* Converted to BossAI * Prevent repeating boss kills on Thrall event wipe (cherry picked from commit 2d027e56ad3d4531300559e46151153032e7e63d)
2022-09-30Nopch build fixShauren
(cherry picked from commit 7eb482ed8416fac36952673e28f07562ed79b0af)
2022-09-30Scripts/The Underbog: Added spawn groups for bosses and implemented boss ↵Shauren
state tracking (cherry picked from commit e3ac84b929163d4253c15e3c9c430440c2cd15ac)
2022-09-30Scripts/Halls of Lightning: reworked Volkhan encounter (#28282)Ovah
* modernized the whole code * moved several mechanics to spell script where they belong * handle missing visuals for Volkhan's Anvil (cherry picked from commit 9ef9b79e84594f6dc2016809a0212b3fc090a0ce)
2022-09-30DB/Icecrown Citadel: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 9082eca660d73812844d39c57d647c4ae22d5ad5)
2022-09-30Scripts/Halls of Stone: Modernized Halls of Stone instance script (#28280)Ovah
(cherry picked from commit f82f97305d28247e80b9220479b59896de501b7c)
2022-09-30Core/Spawns: Added startup error for incorrect map assignments in ↵Shauren
instance_spawn_groups (cherry picked from commit 881950c1d5b4a98c89240a5598b8484108608a85)
2022-09-30Scripts/HoL: follow naming standards for boss enums and dropped unused ↵Ovahlord
overriden methods from instance script (cherry picked from commit 8b87b6a0581a56dbb0cd61d557dede897d0a7072)
2022-09-30Scripts/HoO: removed a redudant summons.DespawnAll() call from Ionar's scriptOvahlord
(cherry picked from commit 9dcb602138417d3ba031a0519a858c9bca56832e)
2022-09-30Scripts/HoL: converted Ionar's AI to BossAIOvahlord
(cherry picked from commit dfcc9c69e771658327897bc09be9f5946062150a)
2022-09-30Scripts/HoL: converted General Bjarngrim's to BossAIOvahlord
(cherry picked from commit 0efe2a0fa55e41184ea7878217fdd7826853ccdb)
2022-09-30Scripts/HoL: modernized instance scriptOvahlord
(cherry picked from commit 7a73b8412a4232eccb1986ec220ec9031b1e0bff)
2022-09-30Dynamic build fixShauren
(cherry picked from commit 63275e7316ad6b3256640841fdd8210c62b2c120)
2022-09-30DB/The Sunwell: Migrate linked_respawn to spawn groupsShauren
* Also fixed Felmyst not spawning after server reset if Brutallus was killed Closes #27904 (cherry picked from commit 46560070ae610e4c85dfbbe37b24d2b4b4071405)