aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-11-28Core/Vmaps: Don't ignore model rotation when calculating liquid levelShauren
Closes #30205
2024-11-27Scripts/StormwindCity: Implement quest "The King's Command" (29547) (#30459)Meji
2024-11-27Scripts/TheJadeForest: Implement quest "Into the Mists" (29690) (#30443)Meji
2024-11-27Adjust previous commit to compile with clang on systems that have gcc 12 ↵Shauren
installed
2024-11-26Core/Misc: Modernize and improve GetMainPartOfNameShauren
2024-11-24Scripts/Spells: Fix dk talent Cleaving Strikes (#30238)Aqua Deus
2024-11-24Scripts/Spells: Fix Rogue Stealth with cleanup for dropped spells and move ↵Aqua Deus
some linked spells to their own separate scripts (#30378)
2024-11-24Misc/Config: Add Earthen to CharacterCreating.Disabled.RaceMask documentationShauren
2024-11-24Misc/Config: Update CharacterCreating.Disabled.RaceMask and ClassMask (#30457)CraftedRO
2024-11-23Core/Misc: Remove non-portable hack of including `<__msvc_chrono.hpp>` - ↵Stephan T. Lavavej
will break in future MSVC release (#30460)
2024-11-23Core/Entities: Make EntityFragmentsHolder more resilient to unexpected ↵Shauren
inputs and fix nopch build
2024-11-21Core/PacketIO: Rename more unknown packet fieldsShauren
2024-11-19Core/Auras: Implemented mount equipmentShauren
2024-11-18Core/GameObjects: Define and use new gameobject dynamic flag to restore old ↵Shauren
visual behavior
2024-11-17Scripts/Spells: Implement death knight talent Soul Reaper (#30236)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-11-17Scripts/Spells: Fix dk talent Subduing Grasp (#30242)Aqua Deus
2024-11-17Scripts/Spells: Fix proc of Frost Fever (#30250)Aqua Deus
2024-11-16Core/Spells: Fix custom load screen for SPELL_EFFECT_TELEPORT_UNITS (#30415)Meji
2024-11-15Core/DataStores: Rewrite DB2Manager::GetDefaultMapDifficulty to only return ↵Shauren
entries that point to valid Difficulty.db2 rows
2024-11-14Core/Handlers: Fix logic error in HandleAuctionRemoveItem (#30440)lineagedr
2024-11-14Core/Misc: Support IPv6 ip2locationShauren
2024-11-13Core/JSON: Prevent out of bounds memory accesses in json deserializationShauren
2024-11-12Core/Misc: Fix some GCC warningsShauren
2024-11-12Core/Networking: Support IPv6Shauren
2024-11-10Core/Auras: Implement SPELL_AURA_DISABLE_GRAVITY (#30365)Aqua Deus
2024-11-10Core/Position: Position constructor improvementsShauren
* Prevent constructing with only X coord * Remove unneccessary NormalizeOrientation calls when constructed with default orientation (0)
2024-11-09Scripts/Spells: Fix Rising Sun Kick heal reduction on Windwalker spec (#30369)Aqua Deus
2024-11-09Scripts/Spells: Implement Rogue Acrobatic Strikes talent (#30376)Aqua Deus
2024-11-09Scripts/Spells: Implement Rogue Airborne Irritant talent (#30375)Aqua Deus
2024-11-09Core/Spells: Temporarily force old flight style mountsShauren
2024-11-08Scripts/Spells: Implement Rogue talent Improved Garrote (#30379)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-11-08Core/Spells: Define new proc flags (#30390)Aqua Deus
2024-11-08Scripts/Spells: Implement rogue talent Soothing Darkness (#30405)Aqua Deus
2024-11-08Core/Auras: Reimplement SPELL_AURA_MOD_ARMOR_PENETRATION_PCT, it is back ↵Aqua Deus
from the dead (#30410)
2024-11-06Typo fixShauren
2024-11-06Core/PacketIO: Named a bunch of unknown/unused fieldsShauren
2024-11-05Spells/Scripts: Implement Rogue Poisoned Knife talent (#30381)Aqua Deus
2024-11-05Core/Summons: Handle summons using SummonProperties.Control type 5 as ↵Meji
vehicles (#30391)
2024-11-05Core/Quests: Fix QuestGiverStatus for QUEST_TYPE_TURNIN (#30401)Meji
2024-11-04Core/Players: Don't flag unlearned talents and specialization spells as ↵Shauren
disabled since they are learned with "dependent" flag (and not saved in database)
2024-11-03Core/AuctionHouse: Updated AuctionHouseFilterMask and implemented current ↵Shauren
expansion filter
2024-11-03Core/AuctionHouse: Skip own account commodity listing when buyingShauren
2024-11-03Core/AuctionHouse: Minor code modernizationShauren
2024-11-03Core/AuctionHouse: Fixed use after freeShauren
Closes #30128
2024-11-03Scripts/Spells: Fix warlock Demonbolt energize (#30216)Aqua Deus
2024-11-03Core/Transports: Fixed event timestamps for edge casesMeji
Closes #28815
2024-11-02Core/PacketIO: Fixed SMSG_UPDATE_OBJECT fragment changes mask initializationShauren
2024-11-01Core/Texts: Fix nullptr when no BroadcastText is foundGolrag
closes #30392
2024-10-31Core/PacketIO: Fixed SMSG_QUERY_QUEST_INFO_RESPONSE structureShauren
2024-10-31Core/Units: only set spellClickHandled to true when spell cast was succesful ↵Jeremy
(#30388)