aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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)
2022-09-05Core/Spells: Move entering combat for caster and calculating crit chance to ↵Shauren
separate function called only once for each target instead of doing it once for every effect on every target (cherry picked from commit f3384fecaa17c2b14bf2089c6813a31f5799a020)
2022-09-05Core/Spells: Simplify combat flagging code on spell launch and impactShauren
(cherry picked from commit e2840a3f817ccdda416605d45f83a6c13121f435)
2022-09-05Core/Combat: Allow PvE combat references to become suppressed, just like PvP ↵Shauren
ones (cherry picked from commit e8dfd8c25c69247b17bc9359dfbe3a1d96ef98bf)
2022-09-05Core/Spells: Delay combat flagging for spell targets until spell missile landsAlan Deutscher
(cherry picked from commit b59706c8b6856bdfe084a38330773725d3404f05)
2022-09-05Core/Battlegrounds: Capture flag immediately when standing on capture point ↵Gildor
and your team's flag return due to drop timer ended (#28200) (cherry picked from commit d86dcce1c855c5d2d5b48c00ef0e929f87b8b36e)
2022-09-05Core/Debugging: Improve SymInitialize fail message (#28206)ihm-tswow
* clarify that this is not the crash error, but an error with the crash report itself * improve formatting and message boundaries * warn the reader that this means the call stack symbols may be inaccurate (cherry picked from commit 6e37438e5dadd30dc2ce36e468045e0be4d26c83)
2022-09-05Core/Battlegrounds: Capture flags immediately when standing on capture point ↵CoderKane
and your team's flag gets returned (#28087) Closes #28076 (cherry picked from commit 2ad36c37b430694dfa61f43fb7c135037423bdb2)
2022-09-05Scripts/Naxxramas: Curse of the Plaguebringer should affect 10 targets in 25 ↵Dan Johnson
man mode (#28164) (cherry picked from commit 3735a3df0ea73b81442c0057acd228b2b287a1ea)
2022-09-05Scripts/Naxxramas: Fixed number of affected targets for Cripple and Curse ↵Dan Johnson
spells in 25 man version of Noth the Plaguebringer encounter (#28161) (cherry picked from commit 6b2fac687d05e14ae3e7b947b1193c39cc0d43c1)
2022-09-05Scripts/Spells: Random fixes (#28143)offl
(cherry picked from commit 53cc21b1b45e11ba9358df3281cfa2b021fb1ea0)
2022-09-05Scripts/Quest: Rework 'Fel Spirits' (10909) (#28134)offl
(cherry picked from commit aef55d5dfac99808d28f5ff5591b243f1100a89c)
2022-09-05Scripts/Spells: Script 'Hate To' spells (#28129)offl
(cherry picked from commit d06842d42a0c140e76571fa30131a950be6d5faa)
2022-09-05Scripts/Quest: Adjustments to Runeforging (#28115)offl
(cherry picked from commit 444928f3c5fb51056321c9fe554743e25354de27)
2022-09-05Scripts/Spells: Great/Fish/Gigantic/Small/Bountiful Feast (#28114)offl
(cherry picked from commit 9a9edb4dfe60f574b33c705c79fca29e278e2384)