Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-18 | Core/Player: Extend action button value to uint64 to be able to hold battle ↵ | Shauren | |
pet guids | |||
2022-09-18 | Core/Player: Allow companion action buttons to be saved | Meji | |
2022-09-18 | Core/Loot: Refactored Player::SendLoot to accept Loot object directly | Shauren | |
2022-09-18 | DB/Hotfixes: Update hotfixes to build 45338 | funjoker | |
2022-09-18 | Core/Loot: Move loot generation out of Player::SendLoot | Shauren | |
2022-09-17 | Core/Loot: Simplify loot containers | Shauren | |
* Unify items and quest_items * Drop PlayerQuestItems and PlayerNonQuestNonFFAConditionalItems | |||
2022-09-16 | Core/Loot: Move loot rolls from Group to Loot | Shauren | |
* Partial port of cmangos/mangos-wotlk@ffdf9a05d67a04c3c0304e9b021807fa5b867583 | |||
2022-09-14 | Core/Loot: Store method used at loot generation inside Loot object | Shauren | |
2022-09-14 | Core/Loot: Store references to Loot objects directly in players loot view ↵ | Shauren | |
map instead of guids of world objects holding that loot | |||
2022-09-14 | Core/Battlegrounds: Corrected unit of PLAYER_POSITION_UPDATE_INTERVAL, ↵ | Gosha | |
should be milliseconds not seconds (#28247) | |||
2022-09-14 | Docker: Update contrib Dockerfile | funjoker | |
2022-09-14 | CI/Cicle: Restore old behavior for docker push | Shauren | |
2022-09-14 | CircleCI: Update to new images (#28243) | funjoker | |
* Tests: Update Catch2 to v2.13.9 | |||
2022-09-13 | Core/bnetserver: Implemented reconnecting with launcherlogin | Shauren | |
2022-09-13 | Core/Loot: Corrected loot release logic on leaving world and swapping bags | Shauren | |
2022-09-11 | Core/Loot: Set loot guid and type in Loot constructor | Shauren | |
2022-09-11 | Core/Spells: Remove all hardcoded restrictions for pick pocket spell effect ↵ | Shauren | |
and rely only on presence of pickpocket loot in db | |||
2022-09-11 | Core/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-10 | Core/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-10 | Core/Unit: Update collision height calculation (#28239) | Meji | |
2022-09-10 | Core/Gossip: Fixed loading ActionPoiID data after ↵ | Meji | |
69e0249807f5a8f351e6be6f7350ebace3d2997 (#28240) | |||
2022-09-09 | SQL: Fixed 2022_09_08_00_world.sql compatibility with mysql 5.7 | Shauren | |
2022-09-09 | DB/Spawns: Added Darkmaul Citadel critters in NPE/Exiles Reach | Naddley | |
Closes #28233 | |||
2022-09-09 | Core/Misc: Update ResponseCodes enum for 9.2.7 | Shauren | |
Closes #28235 | |||
2022-09-09 | DB/Spawns: Added Dark Maul Citadel Spawns / NPE | Naddley | |
Closes #28231 | |||
2022-09-09 | DB/Spawns: Added Harvest Festival spawns in Ironforge | Naddley | |
Closes #28232 | |||
2022-09-08 | DB: Add some WDB data from builds 44908, 45114 and 45161 | Shauren | |
2022-09-08 | Core/Misc: Fixed build with clang 13 | Shauren | |
2022-09-08 | Core: Updated allowed build to 9.2.7.45338 | ModoX | |
2022-09-08 | Core/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-07 | Core/Auras: Implement SPELL_AURA_MOD_BONUS_ARMOR_PCT and rename ↵ | Aqua Deus | |
HandleModStatBonusArmor (#28226) | |||
2022-09-07 | Core/Creatures: Don't remove hovering from creatures that can fly (#28217) | Meji | |
2022-09-07 | Scripts/Spells: Fixed crash in spell_pri_atonement | Shauren | |
2022-09-06 | Core/Creatures: Name more static flags (#28189) | offl | |
2022-09-06 | Build: Update required cmake version to 3.18 | Shauren | |
* Remove cotire | |||
2022-09-06 | Core/bnetserver: Add compatibility for classic clients | Shauren | |
2022-09-06 | Core/Crypto: Remove support for OpenSSL 1.0 | Shauren | |
2022-09-06 | Misc: Codestyle fix | funjoker | |
2022-09-05 | Core/Players: Properly mark all class/specialization/talent/pvp talent ↵ | Shauren | |
learned spells as dependent | |||
2022-09-05 | Core/Auras: Improve aura interactions with immunities on spell effect level | Shauren | |
* Effects that target is immune to will be suppressed instead of completely removed Closes #28096 (cherry picked from commit 3306a4d06cc557967c23adcc60c2e3257811b324) | |||
2022-09-05 | Core/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-05 | Core/Spells: Simplify combat flagging code on spell launch and impact | Shauren | |
(cherry picked from commit e2840a3f817ccdda416605d45f83a6c13121f435) | |||
2022-09-05 | Core/Combat: Allow PvE combat references to become suppressed, just like PvP ↵ | Shauren | |
ones (cherry picked from commit e8dfd8c25c69247b17bc9359dfbe3a1d96ef98bf) | |||
2022-09-05 | Core/Spells: Delay combat flagging for spell targets until spell missile lands | Alan Deutscher | |
(cherry picked from commit b59706c8b6856bdfe084a38330773725d3404f05) | |||
2022-09-05 | Core/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-05 | Core/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-05 | DB/Loot: Koralon 25 drops item 40811, not Emalon 25 | Jildor | |
Closes #28167 (cherry picked from commit 87f2180f7687ee4783468a16b2fd09d71e5f5e99) | |||
2022-09-05 | DB/Creature: Adjust General Lightsbane's damage | offl | |
(cherry picked from commit 56eff06526a1383ea5b25ab8d6ac86eed4b1b8f6) | |||
2022-09-05 | Core/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-05 | Scripts/Naxxramas: Curse of the Plaguebringer should affect 10 targets in 25 ↵ | Dan Johnson | |
man mode (#28164) (cherry picked from commit 3735a3df0ea73b81442c0057acd228b2b287a1ea) |