aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-06DB/DreadWastes: Added Hallow's End spawnsMeji
2024-11-06DB/ValleyOfTheFourWinds: Added Hallow's End spawnsMeji
2024-11-06DB/ValeOfEternalBlossoms: Added Hallow's End spawnsMeji
2024-11-06DB/TownlongSteppes: Added Hallow's End spawnsMeji
2024-11-06DB/KunLaiSummit: Added Hallow's End spawnsMeji
2024-11-06DB/TheJadeForest: Added Hallow's End spawnsMeji
2024-11-06DB/IsleOfDorn: Added spawns for Crossroads PlazaNaddley
2024-11-06Typo fixShauren
2024-11-06Core/PacketIO: Named a bunch of unknown/unused fieldsShauren
2024-11-05DB/WesternPlaguelands: Added missing Hallow's End spawns (Scholomance)Meji
2024-11-05DB/World: Update Hallow's End models and misc stuffMeji
2024-11-05DB/Stormwind: Update Hallow's End stuff (TWW)Meji
2024-11-05DB/Undercity: Update Hallow's End stuff (TWW)Meji
2024-11-05DB/IsleOfDorn: Added some more spawnsNaddley
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-11-01Core: Updated allowed build to 11.0.5.57388Shauren
2024-11-01DB/Player: Added createinfo data for new Dracthyr/Class combinationsNaddley
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)
2024-10-30Fix build with old libstdc++Shauren
2024-10-30Core/Gossip: Fixed gossip menu option localization for cases without a ↵Wishmaster117
broadcast text assigned (#30387)
2024-10-30Core: Updated allowed build to 11.0.5.57292Shauren
2024-10-30Core/PacketIO: Updated SMSG_UPDATE_OBJECT for 11.0.5Shauren
2024-10-30Core/Misc: Updated GameError enumShauren
2024-10-30Core/PacketIO: Updated packet structures to 11.0.5Shauren
2024-10-30Core/PacketIO: Update opcodes for 11.0.5Shauren
2024-10-30Core/DataStores: Updated db2 structures to 11.0.5Shauren
2024-10-29Core/PacketIO: Skip sending empty SMSG_UPDATE_OBJECT for transports on map ↵Shauren
changes
2024-10-29Core/Objects: Fixup SMSG_UPDATE_OBJECT related refactorsShauren
* Object::BuildValuesUpdateWithFlag is actually unused * Restore UF::UpdateFieldFlag::Owner for players (self packet)
2024-10-28Core/SAI: Implemented new action SMART_ACTION_CREDIT_QUEST_OBJECTIVE_TALK_TO ↵Meji
(#30382)
2024-10-28Core/Objects: Move UF::UpdateFieldHolder to Object.h and remove owner object ↵Shauren
pointer since it can be calculated dynamically
2024-10-28Core/Objects: Eliminate unneccessary temporary objects and double map ↵Shauren
lookups when building SMSG_UPDATE_OBJECT
2024-10-27Core/Objects: More minor refactors for SMSG_UPDATE_OBJECT building - move ↵Shauren
getting and writing field flags to shared function
2024-10-27Scripts/Durotar: Handle phase aura application for Hellscream's Fist ↵Meji
areatrigger (8595)
2024-10-27DB/Tanaris: Added cyclic path for Tick and ChronalisNaddley
2024-10-27DB/Mulgore: Update some more creature spawns with createobject2 dataNaddley
2024-10-27DB/Durotar: Added spawns for Hellscream's FistMeji
2024-10-25Core/PacketIO: Move writing data sizes in SMSG_UPDATE_OBJECT to shared ↵Shauren
functions instead of spreading it in all overrides
2024-10-24Scripts/Spells: Implemented Demon Hunter Vengeful BondsModoX
Closes #30345