aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers/QuestHandler.cpp
AgeCommit message (Expand)Author
2025-07-30Core/Quests: Fixed QuestScript::OnQuestStatusChange incorrectly triggering wi...Shauren
2025-07-11Core/Groups: Use iterators instead of raw LinkedListElement to interact with ...Shauren
2025-07-05Core/Gossip: Track started interaction types and reset only questgiver on que...Shauren
2025-06-28Core/Gossip: Send correct response depending on how the interaction was start...Meji
2025-06-28Core/SpawnTracking: Allow linking a spawn to more than one quest objective (#...Meji
2025-06-22Core/Players: PlayerChoice improvementsShauren
2025-06-21Core/Gossip: Use std::variant to store InteractionDataShauren
2025-05-22Core/PacketIO: Migration to PacketUtilities bit/string operations part 3Shauren
2025-01-04Core/Misc: Implemented spawn tracking (#30247)Meji
2024-12-29Core/Gossip: Fix interaction with gossip launched by accepting quest (#30419)Meji
2024-09-14Core/PacketIO: Fix SMSG_UI_MAP_QUEST_LINES_RESPONSE struct (TWW) (#30219)Meji
2024-08-30Core/PacketIO: Implemented UIMap questlines (#30030)Meji
2024-08-16Core: Updated to 11.0.2Shauren
2024-04-08Core/Quests: Update phaseshift when taking or abandoning quests (#29901)Meji
2024-03-28Core/Battlegrounds: Move to scripts (#29799)Jeremy
2024-03-21Core: Updated to 10.2.6.53840Shauren
2024-03-03Core/Creatures: Implemented serverside checks for UNIT_FLAG2_INTERACT_WHILE_H...Shauren
2024-03-03Core/Quests: Merged UpdateNearbyCreatureNpcFlags, UpdateVisibleGameobjectsOrS...Shauren
2024-02-24Core/Creatures: Implemented UNIT_NPC_FLAG_GOSSIP as viewer dependent and upda...ModoX
2024-01-08Core/Creatures: Added possibility to automatically despawn personal summons o...ModoX
2023-09-25Core/Achievements: Fixed achievement criteria StartEvent and FailEventShauren
2023-08-24Core/Quest: Allow quests flagged as QUEST_FLAGS_AUTO_COMPLETE to be valid in ...Aqua Deus
2023-06-17Core/Items: Item bonus generation improvementsShauren
2023-06-11Core/Quests: New FlagsEx implementationsShauren
2023-06-10Core/Quests: Quest flag fixupsShauren
2023-04-05Core/Creature: Added possibility to give creatures multiple gossip menu ids a...ModoX
2023-03-12Core/Creatures: Allow overriding default gossip menu idShauren
2023-01-28Core/Quests: Dont immediately update object visibility at PhaseShift and wait...Seyden
2023-01-28Core: Updated to 10.0.5Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-07-09Core/Battlegrounds: Fixed AV turnins being counted when opening quest complet...Shauren
2022-03-14Core/QuestHandler: Fix potential crash caused by QUEST_FLAGS_PARTY_ACCEPT wit...HelloKitty
2022-03-11Core/Misc: Clear unused undef leftover in a refactor (#26616)Kelno
2022-03-06Core/Creature: Add new db field InteractionPauseTimer (#25880)Giacomo Pozzoni
2022-02-27Core/Quest: Fix wrong feedback sent to the quest sharing sender with auto-acc...Giacomo Pozzoni
2022-02-27Scripts/ChatCommands: Constrain how char const* may be used as a command hand...Treeston
2022-02-26Core/Quests: Fixes response selection to use correct referenced identifier (#...ModoX
2022-02-05Add "On" to some gossip methods in AI (#25415)Maks Szokalski
2022-01-13Core/Quests: Set quest slot earlier when abandoning a quest (#27584)ModoX
2022-01-01Core/Logs: Log full guid instead of just low guid, part 2Giacomo Pozzoni
2021-12-31Core/Logs: Log full guid instead of just low guidGiacomo Pozzoni
2021-12-18Core/Pooling: Quest pooling rewrite: (PR#23627)Treeston
2021-12-13Core/Quest: do not send SMSG_QUESTGIVER_OFFER_REWARD right after SMSG_QUESTGI...Wyrserth
2021-11-02Core/PacketIO: Updated SMSG_QUEST_PUSH_RESPONSE to 9.1.5Shauren
2021-09-08Core/Achievements: Update CriteriaType enum (#26856)Meji
2021-06-01Core/Criteria: Add all values of CriteriaStartEventShauren
2021-05-16Core/Scripts: Remove deprecated overload of QuestReward without LootItemType ...Shauren
2021-05-09Core/Quests: Drop unneeded QuestSpecialFlagsShauren
2021-04-27Core/AI: Kick Gossip functions upstairs, from UnitAI to CreatureAI - they onl...Treeston
2021-02-26Scripts/Quests: Implemented new quest scripting hook, OnQuestAcknowledgeAutoA...Shauren