aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers
AgeCommit message (Collapse)Author
20 hoursCore/Misc: Reduce differences between branchesShauren
4 daysCore/Misc: Rename AreaTriggerStruct to AreaTriggerTeleportShauren
2025-09-01Core/Players: Fixed buying bank tabsShauren
2025-08-14Core/Items: Relaxed transmog restrictiionsShauren
* Matching class armor type is no longer required * Items without stats can now be transmogged * Fist weapons can now be mixed with 1H axes/swords/maces/warglaives
2025-08-14Core/Players: Reenable transmogShauren
Closes #31209
2025-08-13Core: Updated to 11.2.0Shauren
2025-08-10Core/Arenas: Allow queueing for rated arenas (#31148)Jeremy
2025-08-04Core/PacketIO: Use original names in SMSG_INSPECT_RESULT structureShauren
2025-07-30Core/Quests: Fixed QuestScript::OnQuestStatusChange incorrectly triggering ↵Shauren
with QUEST_STATUS_INCOMPLETE when removing items from quest objectives on rewarding quest Closes #31181
2025-07-12Core/Loot: Add aoe loot target cap same as on official servers (50 corpses)Shauren
2025-07-11Core/Groups: Use iterators instead of raw LinkedListElement to interact with ↵Shauren
group members
2025-07-05Core/Gossip: Track started interaction types and reset only questgiver on ↵Shauren
quest accept Closes #31120
2025-06-28Core/Gossip: Send correct response depending on how the interaction was ↵Meji
started (#31046)
2025-06-28Core/SpawnTracking: Allow linking a spawn to more than one quest objective ↵Meji
(#30995)
2025-06-27Core/Players: Implemented PlayerDataElementAccount, ↵Shauren
PlayerDataElementCharacter, PlayerDataFlagAccount and PlayerDataFlagCharacter
2025-06-24Core/Misc: Use new Field::Get*OrNull where possibleShauren
2025-06-22Core/Players: PlayerChoice improvementsShauren
* Add missing choice properties to database (InfiniteRange, ShowChoicesAsList) * Allow limiiting the number of responses sent at the same time * Fixed duration sent in SMSG_DISPLAY_PLAYER_CHOICE * Remove dynamically generated response identifiers from database * Remove auto rewarding choice responses * Change response scripts to be bound to scriptname
2025-06-21Core/Gossip: Use std::variant to store InteractionDataShauren
2025-06-18Core: Updated to 11.1.7Shauren
2025-06-15Core/AreaTriggers: Add AREATRIGGER_ACTION_TAVERN (#31035)Jason Dove
2025-06-14Core/Players: Fixed traits not updating aura values when changing rankShauren
2025-06-05Core/PacketIO: Implemented CMSG_UPDATE_AREA_TRIGGER_VISUALShauren
2025-05-27Core/Players: Fix player outdoor status after leaving instance (#31001)Jason Dove
2025-05-22Core/PacketIO: Migration to PacketUtilities bit/string operations part 3Shauren
2025-05-21Core/PacketIO: Migration to PacketUtilities bit/string operations part 2Shauren
2025-05-19Core/Position: Remove Position implicit object slicingShauren
2025-05-17Core/PacketIO: Implemented CMSG_UPDATE_SPELL_VISUALShauren
2025-05-15Core/PacketIO: Rename ByteBuffer::contents to ByteBuffer::dataShauren
2025-05-08Core/World: Refactor World::LoadConfigSettings to unify validation of all ↵Shauren
config options and reduce its impact on compile time
2025-05-07Core/Misc: Minor compile time improving changesShauren
2025-04-26Core/Items: Updated item gem colorsShauren
2025-04-25Core: Updated to 11.1.5Shauren
2025-04-24Core/Players: Define all character flags used in SMSG_ENUM_CHARACTERS_RESULTShauren
2025-04-16Core/Players: Improve setting ActivePlayerData::TransportServerTime by ↵Shauren
including TIME_SYNC and CMSG_QUEUED_MESSAGES_END values in its calculation * This removes delay on nearby object visibility after login and teleport
2025-04-07Core/AuctionHouse: Fix mass replace mistake in log messageShauren
2025-03-04Core/Players: Implement warband scene collectionShauren
2025-03-02Core: Updated to 11.1.0Shauren
2025-03-01Core/PacketIO: Use new packet writing utilities in a bunch of filesShauren
2025-02-20Core/Misc: Reduce differences between branchesShauren
2025-02-09Core/Misc: Reduce code differences between branchesShauren
2025-02-05Core/Misc: Reduce code differences between branchesShauren
2025-02-02Core/Misc: Reduce code differences between branchesShauren
2025-01-11Core/Players: Fix resurrection timer missing if logging in while dead (#30598)Frostshake
2025-01-04Core/Misc: Implemented spawn tracking (#30247)Meji
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-12-29Core/Gossip: Fix interaction with gossip launched by accepting quest (#30419)Meji
2024-12-28Core/AI: Implemented conversation ai (#30538)ModoX
2024-12-06Core/Guilds: Prevent guild bank packet contents update hack from interfering ↵Shauren
with buying new bank tabs Closes #30277
2024-11-14Core/Handlers: Fix logic error in HandleAuctionRemoveItem (#30440)lineagedr
2024-11-06Core/PacketIO: Named a bunch of unknown/unused fieldsShauren