aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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)
2024-10-13Core/Movement: Allow MOVEMENTFLAG_CAN_FLY with SPELL_AURA_ADV_FLYINGShauren
2024-10-12Scripts/Spells: Fix dk talent Icy Talons (#30232)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-12Core/Auras: Implemented SPELL_AURA_ADV_FLYINGTraesh
2024-10-10Core/Auras: Implemented adv flying speed mod aurasShauren
Co-authored-by: Traesh <nicolas.queniro@gmail.com>
2024-10-09Core/Crypto: Respect OPENSSL_MODULES environment variable if set by user ↵Shauren
that points to where legacy.dll should be found
2024-10-08Core/Units: Fix melee attack victim level calculation (#30329)Jason Dove
2024-10-07Core/Movement: Implemented cyclic waypoint movement (#29923)ModoX
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-07Scripts/NerubarPalace: Implement Ulgrax intro (#30256)Aqua Deus
2024-10-07Core/Movement: Store adv flying speeds instead of hardcoding them in ↵Shauren
SMSG_UPDATE_OBJECT and enable packets modifying them
2024-10-07Core/Conversation: Hackfix for NextConversationLineID overflow (#30259)Meji
2024-10-06Core/DataStores: Update startup id checks for 11.0.2 and require ↵Shauren
FlightCapability id = 1 as well