aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-06DB/EversongWoods: Added Hallows End spawnsMeji
2023-11-06Scripts/LCT: fixed spell validation for General Husam's Bad Intentions ↵Ovahlord
script effect
2023-11-06DB/SpawnGroup: The Lost City of the Tol'virOvahlord
2023-11-06Scripts/LCT: implement General Husam encounter (#29414)Ovahlord
2023-11-06Core/InstanceScript: Refactored door types to reflect its behavior (#29406)ModoX
2023-11-05Core/AI: Move ArcherAI to individual creature script (#29383)ModoX
2023-11-05Core/Conditions: Allow battleground maps to use CONDITION_INSTANCE_INFOShauren
2023-11-04Core/Auras: Fixed SPELL_AURA_CHARGE_RECOVERY_AFFECTED_BY_HASTE_REGEN ↵Shauren
affecting unrelated spells
2023-11-04Scripts/Antorus: prevent the Garothi Worldbreaker from falsely initiating an ↵Ovahlord
Apocalypse Drive phase when dealing damage would kill him instantly * replaced some magic numbers in setting encounter frame indexes * added a missing casting check to stay in line with current scripting standards
2023-11-03Add missing sql file for previous commitShauren
2023-11-03Core/Spells: Store BasePoints as float in SpellEffectInfoShauren
2023-11-02Dep/zlip: Upgrade to 1.3 (#29401)M'Dic
2023-11-02DB/DraenorShadowmoonValley: Added Hallows End spawnsMeji
2023-11-02Core/Spells: Prevent duplicating trait configs for Generic typeShauren
2023-11-01Core/Gossip: Rename and document text id field in SMSG_GOSSIP_MESSAGE to ↵Shauren
include classic differences
2023-11-01Core: Update allowed build to 10.1.7.51972ModoX
2023-10-31Build fixShauren
2023-10-31Core/Random: Changed random functions returning doubles to return floatsShauren
* They were all cast to float at use anyway * Improves roll_chance_f performance (rand32() is now called internally by uniform_real_distribution once instead of twice)
2023-10-30Core/Auras: Update mount capability aura after all login loading is doneShauren
2023-10-30Core/SAI: Moved event_flags for difficulties to new field Difficulties (#29377)Meji
2023-10-30Core/Group: Fix possible crash (#29400)Jeremy
2023-10-29DB/Stormwind: Update Hallows End spawns (Dragonflight)Meji
2023-10-29DB/Orgrimmar: Update Hallows End spawns (Dragonflight)Meji
2023-10-29Build: Fixed msvc version checkShauren
2023-10-29Scripts/Spells: Register script for Holy Mending (#29397)Meji
2023-10-28Core/Creatures: Taxi improvementsShauren
* Fixed flight master minimap icon * Fixed crash on Argus * Implemented teleport taxi nodes Closes #29389
2023-10-28DB/Boralus: Added Hallows End spawnsMeji
2023-10-28DB/Dazaralor: Added Hallows End spawnsMeji
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-25Core: Update allowed build to 10.1.7.51886Shauren
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-23DB/Valsharah: Update Hallows End spawnsMeji
2023-10-23DB/DalaranBrokenIsles: Added Hallows End spawnsMeji
2023-10-23DB/Quests: Init ProvidedItemCount for quests using StartItemMeji
2023-10-23DB/Stormwind: Update Hallows End stuff (Dragonflight)Meji
2023-10-23DB/Undercity: Update Hallows End stuff (Dragonflight)Meji
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-23DB/Mardum: Added spawns for Seat of CommandNaddley
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-22DB/Mardum: Move spawns to guid range for LegionMeji
2023-10-21DB/Spawns: Fix guid gap (Legion)Meji
2023-10-21Core/Spells: Named and implemented most of SpellAttr7Shauren
2023-10-20DB/Areatrigger: Fixed magetower enter/exit areatriggersModoX
Closes #29379
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