aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2023-09-25Core/Achievements: Fixed achievement criteria StartEvent and FailEventShauren
* Criteria using StartEvent cannot be updated without that event triggering first (not only for timed achievements) * Implemented most StartEvent and FailEvent types * Fixed saving criteria removed by RemoveCriteriaProgress
2023-09-24Core/Auras: Implement SPELL_ATTR13_PERIODIC_REFRESH_EXTENDS_DURATION (#29197)Seyden
2023-09-24Core/Spells: Removed unneccessary checks from skill spell effectsShauren
2023-09-24Core/Commands: Fixed accessing empty optional in .modify faction commandShauren
2023-09-24Core/Quests: Fixed optional quest objectives incorrectly changing quest ↵Shauren
state when they change completion state
2023-09-23Core/Skills: Fixed updating riding skill value when learning riding spells ↵Shauren
automatically
2023-09-23Core/Players: Fixed learning riding spells (#29326)Meji
2023-09-23Scripts/Mardum: Fix buildModoX
2023-09-23Scripts/Mardum: Implement Quest "Enter the Illidari: Ashtongue" (#29324)Naddley
2023-09-23Scripts/Draenor: Implement quest 34422 (Blaze of Glory) (#29304)Aqua Deus
2023-09-21Core/Achievements: Send both SMSG_ACCOUNT_CRITERIA_UPDATE and ↵Shauren
SMSG_CRITERIA_UPDATE if the same criteria is used by account and character achievements
2023-09-19Core/Quests: Fix questgiver status for trivial and future quests (#29328)Meji
2023-09-19Core/Instances: Kill instance_encounters table, it is no longer neccessaryShauren
2023-09-19Core/Instances: Removed deprecated field from InstanceScript (here too)Shauren
2023-09-19Core/Instances: Removed deprecated field from InstanceScriptShauren
2023-09-18Scripts/Nexus: Removed old code to get team in instanceShauren
2023-09-18Scripts/Dire Maul: Added dungeon encounter idsShauren