aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-09-30Scripts/The Sunwell: Move Brutallus and Felmyst to BossAIShauren
(cherry picked from commit 8962d802249f002f8fe408004945d5736a118175)
2022-09-30Scripts: Fixed missing boss count initialization in The Slave Pens and The ↵Shauren
Botanica as well as incorrect map id assignment to Auchenai Crypts spawn groups Closes #28278 (cherry picked from commit 01f0f83139e7c60ca8ef96edf8ab2b1534885d62)
2022-09-30Nopch build fixShauren
(cherry picked from commit 9fcc820016468ee9e59fa5f272a2de2e89615115)
2022-09-30DB/Mana-Tombs: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 4af85482068de5fcd604701b8ef3f0d2b31f138d)
2022-09-30Scripts/Serpentshrine Cavern: Move to BossAIShauren
(cherry picked from commit 400d7e20d02e6d821fa1997146202c7ebb64dcd4)
2022-09-30DB/The Slave Pens: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit c0c8c3bf5d3a7f63fced17a7e8518a81a850e47f)
2022-09-30DB/Shattered Halls: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit f982e566a71e320f2c88bac06eeabaebed14ba84)
2022-09-30Core/Commands: Allow gameobject/gameobject_template chat links as input to ↵Shauren
.go gameobject commands
2022-09-30DB/Naxxramas: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 9cac8d88cff2211ecffa024d89efe8059c61e2c7)
2022-09-29DB/Karazhan: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit cc6e0bfeb44181f93b44d83bde9c057425b2d861)
2022-09-29Core/World: Include more details about MaxCoreStuckTime asserts (#28188)Giacomo Pozzoni
* Core/World: Include more details about MaxCoreStuckTime asserts Include more details about MaxCoreStuckTime asserts that might help find why FreezeDetector gets triggered with idle MapThreads * Codestyle fix (cherry picked from commit de4920de81a495ed8d6b04cf68f3912c74921f48)
2022-09-29Scripts/Battle for Mount Hyjal:Fix wrong npc text,trash movment,archimode ↵lee
last phase (#27910) * Fix wrong npc text,trash movment,archimode last phase 1.Fix wrong npc text for Jania,Thrall,Tyrande. 2.Change Hyjal trash movement from walk to run. 3.Fix archimode drain worldtree event. 4.Fix archimode below 10% hp phase.Case Protection of elune on player. * fix code style fix code style * fix wrong type * Revert "fix wrong type" This reverts commit 204c45f7d76cb8f7e3a444db1d7bebb341ad931c. * fix wrong type * Update boss_archimonde.cpp * add missing Creature Text * fix code style * Update hyjalAI.cpp * do some work to prevent respawn mobs in combat * remove dup yell at alliance base * fix code style * fix SPELL_METEOR unvisiable when spawn Giant Infernal * change to DoCastSelf * hide archimonde doomfire spirit visual * fix code style * fix SQL warning when startup server * fix code style * move SetRun out of constructor * remove target list * move setRun * fix code style * Change npctext ID to high ID.Fill text into Creature Text Change npctext ID to high ID. Fill text into Creature Text. * Remove Magic Numbers * change npctext high ID * fix change high npc_text id in code * remove setCanFly,add flight state to db * change npc_text id * change npc yell condition after second boss dead * update npc_text IDs taken from sniff file. Updated IDs taken from sniff file provided by Aokromes. * remove MoveInLineOfSight * move protection_of_elune immuity effect to spell script * move worldtree channel target to db Move worldtree channel target to db Fix wrong position and movement_type of worldtree channel target * update wrong npc_text IDs in code * remove CastProtectionOfElune * remove SetVisible(false),change flags_txtra of doomfire(18095) and doomfire_spirit(18104) * update sql * fix compile error * revent spawntime,move guards say slay and say death to db * Move code from Initialize() to Reset() Move code from Initialize() to Reset() Move code from Initialize() to Reset() Update boss_archimonde.cpp * remove unneeeary ->AI() * Update hyjal_trash.cpp * Update src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp * Update src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjalAI.cpp * Rename 9999_99_99_world.sql to 2022_09_11_00_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit fea9de5b1707a268e8a3131b5707aa908866257c)
2022-09-29Core/Auras: Fixed requireImmunityPurgesEffectAttribute logic for school ↵Shauren
immunities Closes #28237 (cherry picked from commit a55a566602c323fc6950994d87c55552531e8688)
2022-09-29Scripts/Events: Ironforge hourly bell event correction (#28234)M'Dic
Changes go_bells script to play the BellTollDwarfGnome once at every hour. References: https://www.reddit.com/r/classicwow/comments/ou0rw5/question_what_is_that_super_loud_bellowing/ cherry-pick commit (Hourly bell: Dwarf horn sound should only play once vmangos/core#1569) Co-authored-by: schell244 <9536270+schell244@users.noreply.github.com> (cherry picked from commit 5ec5e1e1d0bfd586f934de7716ac88abaaa972b1)
2022-09-29Core/Players: Fixed pvp talents being removed and immediately readded from ↵Shauren
players when entering/leaving Orgrimmar and Stormwind
2022-09-24Core/PacketIO: Fixed loading PreloadPos in character enum packet (#28285)DeadMouse
2022-09-24Core/Units: Set UNIT_FLAG2_UNTARGETABLE_BY_CLIENT as allowed flag for ↵Meji
database column (#28281)
2022-09-21Scripts/Silverpine: Implemented quest The Warchief Cometh (questid 26965) ↵Teleqraph
(#28251)
2022-09-19Core/Spells: Fix glyph of stars (druid) (#28258)Aqua Deus
2022-09-19Core/Items: Added correct context and bonus calculation for character ↵Meji
loadout items (#28242)
2022-09-19Core/Misc: Changed string formatting functions to accept std::string_view as ↵Shauren
format argument instead being templated on it to slightly improve compile times and reduce executable size
2022-09-18Core/Player: Extend action button value to uint64 to be able to hold battle ↵Shauren
pet guids
2022-09-18Core/Player: Allow companion action buttons to be savedMeji
2022-09-18Core/Loot: Refactored Player::SendLoot to accept Loot object directlyShauren
2022-09-18Core/Loot: Move loot generation out of Player::SendLootShauren
2022-09-17Core/Loot: Simplify loot containersShauren
* Unify items and quest_items * Drop PlayerQuestItems and PlayerNonQuestNonFFAConditionalItems
2022-09-16Core/Loot: Move loot rolls from Group to LootShauren
* Partial port of cmangos/mangos-wotlk@ffdf9a05d67a04c3c0304e9b021807fa5b867583
2022-09-14Core/Loot: Store method used at loot generation inside Loot objectShauren
2022-09-14Core/Loot: Store references to Loot objects directly in players loot view ↵Shauren
map instead of guids of world objects holding that loot
2022-09-14Core/Battlegrounds: Corrected unit of PLAYER_POSITION_UPDATE_INTERVAL, ↵Gosha
should be milliseconds not seconds (#28247)
2022-09-13Core/bnetserver: Implemented reconnecting with launcherloginShauren
2022-09-13Core/Loot: Corrected loot release logic on leaving world and swapping bagsShauren
2022-09-11Core/Loot: Set loot guid and type in Loot constructorShauren
2022-09-11Core/Spells: Remove all hardcoded restrictions for pick pocket spell effect ↵Shauren
and rely only on presence of pickpocket loot in db
2022-09-11Core/Players: assign forbidden skills to a proper position to no longer ↵Ovahlord
interfere with legit skills that have been stored as first element. * This fixes aura-based skills to no longer invalidate legit skills that have been assigned to position 0, breaking them entirely in the process
2022-09-10Core/Spells: Corrected implementation of SPELL_ATTR1_ALLOW_WHILE_STEALTHED ↵Shauren
and SPELL_ATTR2_ALLOW_WHILE_INVISIBLE to use DispelType instead of checking effect types
2022-09-10Core/Unit: Update collision height calculation (#28239)Meji
2022-09-10Core/Gossip: Fixed loading ActionPoiID data after ↵Meji
69e0249807f5a8f351e6be6f7350ebace3d2997 (#28240)
2022-09-09Core/Misc: Update ResponseCodes enum for 9.2.7Shauren
Closes #28235
2022-09-08Core/Misc: Fixed build with clang 13Shauren
2022-09-08Core/Gossip: Drop OptionType for gossip_menu_option and rename OptionIcon to ↵Meji
OptionNpc as it also determines functionality on client side (#28220) Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-09-07Core/Auras: Implement SPELL_AURA_MOD_BONUS_ARMOR_PCT and rename ↵Aqua Deus
HandleModStatBonusArmor (#28226)
2022-09-07Core/Creatures: Don't remove hovering from creatures that can fly (#28217)Meji
2022-09-07Scripts/Spells: Fixed crash in spell_pri_atonementShauren
2022-09-06Core/Creatures: Name more static flags (#28189)offl
2022-09-06Core/bnetserver: Add compatibility for classic clientsShauren
2022-09-06Core/Crypto: Remove support for OpenSSL 1.0Shauren
2022-09-06Misc: Codestyle fixfunjoker
2022-09-05Core/Players: Properly mark all class/specialization/talent/pvp talent ↵Shauren
learned spells as dependent
2022-09-05Core/Auras: Improve aura interactions with immunities on spell effect levelShauren
* Effects that target is immune to will be suppressed instead of completely removed Closes #28096 (cherry picked from commit 3306a4d06cc557967c23adcc60c2e3257811b324)