aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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)
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/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-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
2024-10-24Scripts/Spells: Implemented Demon Hunter talent "Charred Warblades" (#30346)Aqua Deus
2024-10-24Scripts/Spells: Implemented death knight Heartbreaker talent (#30371)Aqua Deus
2024-10-24Scripts/Spells: Implemented Monk Tiger's Lust root/snare removal (#30370)Aqua Deus
2024-10-23Core/Player: moved zone/area updating and tavern resting checks into ↵Ovahlord
Heartbeat and movement updates (cherry picked from commit cb4c9009b3706a2823ada05eec9803a773f9b34e) # Conflicts: # src/server/game/Entities/Player/Player.cpp
2024-10-22Core/PacketIO: 4936094379a3558022d63f7520cd0d988d718daf followup - removed ↵Shauren
silly way of sending the packet
2024-10-22Scripts/Orgrimmar: Fix nopchModoX
2024-10-22Core/SAI: Implemented new event type SMART_EVENT_AREATRIGGER_EXIT (88) (#30367)Meji
2024-10-22Scripts/Orgrimmar: Implement The Art of War (29611) (#30366)Meji
2024-10-22Scripts/Battleground: Implement Temple of Kotmogu (#30171)Jeremy
2024-10-22Core/GameObjects: Don't apply GO_DYNFLAG_LO_INTERACT_COND for ↵Meji
GAMEOBJECT_TYPE_FLAGSTAND (#30368)
2024-10-21Core/Misc: Update faction change learned language skills for new racesShauren
2024-10-21Core/Texts: Refactor Emote/Sound handling and add ConditionID for ↵Jeremy
ChatTextBuilders (#30343)
2024-10-21Core/GameObject: Cast Pickup spell of GAMEOBJECT_TYPE_FLAGSTANDJeremy
* and do interact condition checks
2024-10-21Core/GameObject: Implemented OnFlagTaken/OnFlagDropped hooks for ↵Jeremy
GAMEOBJECT_TYPE_FLAGSTAND
2024-10-20Core/Chat: Update ChatNotify enumShauren
2024-10-19Core/Conditions: Allow NegativeCondition for references (#30363)Meji
2024-10-18Core/PacketIO: Fix old copypasteShauren
2024-10-18Core/PacketIO: Added empty implementation for treasure picker opcodes (#30351)Meji
* Temporary workaround to display quest details at questgiver Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-18Scripts/ShrineOfTheStorm: Added missing registerModoX
2024-10-18Core/Creature: Remove UNIT_FLAG3_FAKE_DEAD and UNIT_FLAG2_FEIGN_DEATH if no ↵ModoX
unit_flags are set * d66f2dcdac2f1602f36cd9f1720fdbf274a37c61 followup
2024-10-17Core/Misc: Don't use tellg() to estimate file sizesShauren
2024-10-16Core/Misc: Replace std::ostringstream based formatting with ↵Shauren
Trinity::StringFormat where possible in common and database projects
2024-10-15Core/Quests: Don't send SMSG_QUEST_GIVER_QUEST_COMPLETE for tracking quests ↵Meji
(#30348)