aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-10-28Core/Creatures: Taxi improvementsShauren
* Fixed flight master minimap icon * Fixed crash on Argus * Implemented teleport taxi nodes Closes #29389
2023-10-27Core/Players: Don't update mount capability while loading from db - auras ↵Shauren
are loaded before all known spell sources are processed Closes #29391
2023-10-26Core/Spells: Make SpellEffectInfo not copyableShauren
2023-10-24Add missing overrideShauren
2023-10-24Core/Spells: SpellAttr8 fixups - use creator instead of owner for ↵Shauren
SPELL_ATTR8_ONLY_TARGET_IF_SAME_CREATOR and removed cast time requirement for channelled spell predicted healing
2023-10-23Core/DataStores: Don't send hotfix ids in SMSG_AVAILABLE_HOTFIXES that don't ↵Shauren
have a hotfix blob for client locale Closes #29378
2023-10-22Core/Spells: Named and implemented most of SpellAttr8Shauren
2023-10-22Scripts/World: Dropped deprecated npc_innkeeper scriptModoX
* costume stuff should be handled by candy buckets
2023-10-22Core/Map: Implement several difficulty getters (#29370)Teleqraph
Co-authored-by: ModoX <moardox@gmail.com>
2023-10-22Scripts/SOD: Implement Sylvanas Windrunner introduction (#28554)Teleqraph
2023-10-21Core/Spells: Named and implemented most of SpellAttr7Shauren
2023-10-19Core/Players: Fixed pvp flag being missing when logging in with war mode ↵Shauren
disabled but pvp enabled Closes #29336
2023-10-18Core/Misc: Remove incorrect (and unused) equality operator overloads from ↵Shauren
LinkedListHead::Iterator class
2023-10-17Core/Misc: Fixed thread-unsafe access to list of objects that should be ↵Shauren
spawned in a cell Closes #29372
2023-10-16Core/MMaps: Implemented a way to enable/disable certain terrain types for ↵Shauren
movement on the entire map
2023-10-16Tools/mmaps_generator: Allow specifying custom offmesh area/flagsShauren
2023-10-16Scripts/Mardum: Implement Quest: "Set Them Free" (#29369)Naddley
2023-10-15Core/Achievements: Fix CriteriaTypes related to GameEvents (#29368)Meji
2023-10-15Core/Achievements: Fix CriteriaTypes related to areas and zones (#29367)Meji
2023-10-15Core/Auras: Implemented SPELL_ATTR7_DISABLE_AURA_WHILE_DEAD (suppress aura ↵Shauren
applications while dead without removing the aura)
2023-10-14Core/Auras: Registering a new owned aura will now search existing owned ↵Shauren
auras instead of applied auras to check for unstackable one Closes #22234
2023-10-13Dep/Boost: Drop windows boost hacks (#29358)funjoker
2023-10-13Core/Misc: Use DB2Manager::IsInArea for area-related criterias and ↵Meji
conditions (#29359)
2023-10-13Scripts/TrialOfValor: Implemented Guarm (#29264)ModoX
2023-10-13Core/AreaTrigger: Fixed a bug where polygon shaped areatriggers decreased in ↵ModoX
height for selection depending on at lifetime
2023-10-12Core/Battlegrounds: Rework Eye of the Storm (#29351)Jeremy
2023-10-11Misc/Config: Fixed comment for CharacterCreating.EvokersPerRealm and ↵Marek Madejski
CharacterCreating.MinLevelForEvoker (#29361)
2023-10-09Core/PacketIO: Fixed structure of SMSG_ITEM_PUSH_RESULTShauren
2023-10-09Scripts/Mardum: Implement Quest: "Eye On the Prize" (#29352)Naddley
2023-10-08Core/Objects: Added GameObject type parameter to FindGameObjectOptions (#29356)Jeremy
2023-10-07Core/Chat: Corrected chat channel flag implementationsShauren
2023-10-06Core/Objects: Treat areas that have ParentAreaID filled but dont have ↵Shauren
IsSubzone flag as zones instead of areas
2023-10-05Core/Realms: Replaced hardcoded realm category list with Cfg_Categories.db2Shauren
2023-10-05Core/DB2: Add Mardum map to be split by faction (#29353)Naddley
2023-10-04Core/GameObject: Update spawn conditions when new ControlZone event is ↵Jeremy
triggered (#29349)
2023-10-04Core/Achievements: Fix mistake in loading criteria with start events (#29348)Jeremy
2023-10-03Core/GameObject: Implement ControlZone gameobject type (#29320)Jeremy
2023-10-02Scripts/Mardum: Implement Quest "Enter the Illidari: Coilskar" (#29345)Naddley
2023-10-02Core/AreaTriggers: Add missing null checks for serverside areatriggersShauren
Closes #29346
2023-10-01Core/AreaTriggers: Implement missing functionalityShauren
* Scale curves are now taken into account when searching for units inside * Implemented SpellModOp::Radius for areatrigger radius * Implemented OverrideMoveCurve updatefields - overrides areatrigger position * Implemented FacingCurve and AREATRIGGER_FLAG_HAS_ABSOLUTE_ORIENTATION * Implemented ***Target fields for all shape types * Fixed facing calculation for areatriggers with spline movement
2023-09-30Core/Misc: Fix log format string (#29343)Rochet2
2023-09-30Core/Players: Implement mastery and versatility in character_stats (#29342)Keramat Jokar
2023-09-30Core/GameObjects: Implemented data22 for chests (allow opening while immune)Shauren
2023-09-29Core/Spells: Implemented NoImmunity spell effect attributeShauren
2023-09-28Core/Units: Implemented UNIT_FLAG2_INTERACT_WHILE_HOSTILEShauren
2023-09-28Core/Spells: Defined and implemented more spell effect attributes - ↵Shauren
AlwaysAoeLineOfSight, IsHarmful, PlayersOnly, EnforceLineOfSightToChainTargets
2023-09-27Core/Misc: Fixed copypaste mistake in error logShauren
2023-09-27Core/Creatures: Allow UNIT_FLAG2_INTERACT_WHILE_HOSTILE to be set in databaseShauren
2023-09-26Tools/Extractors: Log error message instead of crashing when downloading ↵Shauren
tact keys fails Closes #29338
2023-09-25Core/Spells: Fix logic error in HandlePetCancelAuraOpcode (#29337)lineagedr