aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers
AgeCommit message (Collapse)Author
9 daysCore: Updated to 11.2.7Shauren
2025-11-28Core/Guilds: Sync function name with 3.3.5Shauren
2025-11-25Core/Warden: Removed implementation not compatible with modern client ↵Ovahlord
versions (#30491)
2025-11-08Core/Garrison: Always send response to GetGarrisonInfo, even if no garrison ↵Aqua Deus
exists (#31336)
2025-10-20Core/PacketIO: Mark shop/token packets as ignored (don't log that they are ↵Shauren
unhandled)
2025-10-14Core/Entities: Merge duplicate functions calculating relative positions - ↵Shauren
remove CalculatePassengerPosition/CalculatePassengerOffset from TransportBase class
2025-10-13Core/Movement: Fix teleports to transports within the same mapShauren
2025-10-10Core: Updated to 11.2.5.63704Shauren
2025-10-05Core/Items: Implemented new item bonus types: limit category and pvp item levelShauren
2025-10-02Scripts/Commands: Improve .debug arena (#31292)Jeremy
2025-09-28Core/Misc: Reduce differences between branchesShauren
2025-09-24Core/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