aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Quests/QuestDef.h
AgeCommit message (Expand)Author
2025-04-25Core: Updated to 11.1.5Shauren
2025-04-25Core/Quests: Convert quest loading to named field access (ref 29a680a1c264e5c...Shauren
2025-04-06More nopch build fixesShauren
2025-02-03Core/Quests: Updated quest future status checks to include all variants of th...Shauren
2025-01-04Core/Misc: Implemented spawn tracking (#30247)Meji
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren
2024-06-17Core/Quests: Fix swapped QuestGiverStatusMeji
2024-03-21Core: Updated to 10.2.6.53840Shauren
2024-03-13Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...Shauren
2024-01-21Core: Updated to 10.2.5Shauren
2023-12-30Core/Quests: Implemented QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM that makes r...Shauren
2023-07-21Core/Misc: Updated more enums for 10.1.5Shauren
2023-07-12Core: Update to 10.1.5Shauren
2023-07-11Core/Quests: allow QUEST_SPECIAL_FLAGS_AUTO_PUSH_TO_PARTY to be set in quest_...Ovahlord
2023-06-11Core/Quests: New FlagsEx implementationsShauren
2023-06-10Core/Quests: Quest flag fixupsShauren
2023-06-02Core/Quests: Implemented new db table quest_objectives_completion_effectShauren
2023-05-05Core/PacketIO: Fixed quest query packet structureShauren
2022-12-29Core/Spells: Implemented SPELL_EFFECT_GIVE_EXPERIENCE and SPELL_EFFECT_GIVE_R...Shauren
2022-12-04Core: Updated to 10.0.2Shauren
2022-10-22Core/GameObjects: Implemented gathering nodes (gameobject type 50)Shauren
2022-07-19Core/Quest: Corrected type of emote field in QuestOfferReward to be signedModoX
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-02-05Scripts/Commands: Convert remaining debug commands (PR #25429)Peter Keresztes Schmidt
2022-01-26Core/Quests: Sync comments/log with 3.3.5Shauren
2022-01-18Core/Quests: Remove RewardMoney from quest_template as it is not a static val...funjoker
2021-12-18Core/Pooling: Quest pooling rewrite: (PR#23627)Treeston
2021-12-14Core/Misc: More coding standards (#23519)Aokromes
2021-11-27Core support for breadcrumb quests (#23157)PolarCookie
2021-11-02Core/PacketIO: Updated SMSG_QUEST_PUSH_RESPONSE to 9.1.5Shauren
2021-08-08Core/PacketIO: 9.1.0 opcodes and packet structuresShauren
2021-05-16Core/Scripts: Remove deprecated overload of QuestReward without LootItemType ...Shauren
2021-05-11Core/Quests: Un-deprecate QUEST_SPECIAL_FLAGS_EXPLORATION_OR_EVENTShauren
2021-05-10Core/Quests: Unify quest objective updating into one function and replace ite...Shauren
2021-05-09Core/Quests: Quest improvementsShauren
2021-05-09Core/Quests: Drop unneeded QuestSpecialFlagsShauren
2021-04-27Core/AI: Kick Gossip functions upstairs, from UnitAI to CreatureAI - they onl...Treeston
2021-01-29Core/Misc: Add functionality to allow low level quests/kills/discoveries to g...Nathan Handley
2021-01-29Core/Quests: Automatically add quests with AUTO_PUSH flag to player (#25938)Matan Shukry
2020-12-23Core/Players: Introduce configurable allied race starting level and fix defau...Shauren
2020-12-16Core/Quest: Change RewardFactionCapIn type to signed int32funjoker
2020-12-11Core/Quests: Fixed questgiver iconsShauren
2020-12-08Core/DataStores: Updated db2 structures to 9.0.2Shauren
2020-12-08Core/Quests: Define new quest flagsShauren
2020-12-08Core/Quests: Define new quest objective typesShauren
2020-12-08Core/Misc: First set of required db changes for 9.0Shauren
2020-12-08Core/Misc: Remove custom quest levels in titleShauren
2020-12-08Core/PacketIO: Updated most packet structures to 9.0.1Shauren
2020-04-28Various quest system fixes (seasonal quests, timed quests and more) (#18940)xinef1
2020-04-27Core/Quest: fix RewardNextQuest being used to condition previous quests in chainariel-