aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-18DB/Hotfixes: Update hotfixes to build 45338funjoker
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-14Docker: Update contrib Dockerfilefunjoker
2022-09-14CI/Cicle: Restore old behavior for docker pushShauren
2022-09-14CircleCI: Update to new images (#28243)funjoker
* Tests: Update Catch2 to v2.13.9
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-09SQL: Fixed 2022_09_08_00_world.sql compatibility with mysql 5.7Shauren
2022-09-09DB/Spawns: Added Darkmaul Citadel critters in NPE/Exiles ReachNaddley
Closes #28233
2022-09-09Core/Misc: Update ResponseCodes enum for 9.2.7Shauren
Closes #28235
2022-09-09DB/Spawns: Added Dark Maul Citadel Spawns / NPENaddley
Closes #28231
2022-09-09DB/Spawns: Added Harvest Festival spawns in IronforgeNaddley
Closes #28232
2022-09-08DB: Add some WDB data from builds 44908, 45114 and 45161Shauren
2022-09-08Core/Misc: Fixed build with clang 13Shauren
2022-09-08Core: Updated allowed build to 9.2.7.45338ModoX
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-06Build: Update required cmake version to 3.18Shauren
* Remove cotire
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-05DB/Loot: Koralon 25 drops item 40811, not Emalon 25Jildor
Closes #28167 (cherry picked from commit 87f2180f7687ee4783468a16b2fd09d71e5f5e99)
2022-09-05DB/Creature: Adjust General Lightsbane's damageoffl
(cherry picked from commit 56eff06526a1383ea5b25ab8d6ac86eed4b1b8f6)
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)