aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands/cs_quest.cpp
AgeCommit message (Expand)Author
2025-07-30Core/Quests: Fixed QuestScript::OnQuestStatusChange incorrectly triggering wi...Shauren
2024-12-02Core/Commands: Handle more quest objective types with .quest complete commandShauren
2024-06-22Core/Commands: Allow to complete tracking quests with .quest complete command...Meji
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
2022-09-02Core/Commands: Convert quest commands to new systemShauren
2022-09-02Core/Commands: Added .quest objective complete command to complete single que...ModoX
2022-02-27[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #2...Treeston
2022-02-11Core/Misc: Optimize ChatCommand includes (include only where neccessary)Shauren
2021-11-24Core/Commands: Don't re-add active quests with ".quest add" commandjackpoz
2021-11-14Core/Commands: Fix quest remove error message (#22623)ForesterDev
2021-10-19Scripts/Commands: Fix .quest complete to properly work with PvP kill questsShauren
2021-09-26Core/Quest: Fix crash caused by disabled questsjackpoz
2021-06-16Core/Globals: revert back to unordered_map for templatesariel-
2021-06-16Core/Globals: throw some RAII into ObjectMgr, and load templates into vectorsariel-
2021-05-16Core/Scripts: Remove deprecated overload of QuestReward without LootItemType ...Shauren
2021-04-15Scripts/Commands: Add failure state for quest remove (#20611)Andrew Letson
2020-12-08Core/PacketIO: Fill new packet fields with dataShauren
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-01-02New YearAokromes
2019-07-27Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2019-01-01Update copyright note for 2019vincent-michael
2018-11-12Core/Chat: Updated quest chat link formatShauren
2018-01-01Update copyright note for 2018vincent-michael
2017-12-04Core/Scripts: Added new QuestScript hooks (#20950)Traesh
2017-06-04Core/Game: Include cleanup part 5Shauren
2017-05-20Core/Game: Include cleanup, part 3Shauren
2017-05-18Core/Game: Include cleanupShauren
2017-02-26Core/Scripts: Enhance quest status hook by making it catch more status change...Rochet2
2017-01-01Update copyright note for 2017vincent-michael
2016-01-01Update copyright note for 2016Vincent-Michael
2015-10-22Core/Commands: Refactored chat command script hook, fixes a crash when buildi...Shauren
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-28Core/Quests: Updated Quest System to new FormatIntel
2014-12-21Core/Items: Refactored ItemTemplateShauren
2014-11-26Core: Use the correct function to convert strings to unsigned longs and unsig...Nayd
2014-10-26Core/Entities: Changed object lowguid to uint64Shauren
2014-10-22Core/Entities: Second part of removing GetGUIDLow() usesShauren
2014-10-18Core/Quest: implement Quest TrackerShinDarth
2014-09-14Scripts/Commands: Fixed build with -DSCRIPTS=0Shauren
2014-08-25Scripts/Commands: Change "few" commands to target current Player by defaultjackpoz
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
2014-04-21Scripts/Gnomeregan: moved Blastmaster Emi gossip to dbjoschiwald
2014-02-06Core/Entities: allow interaction with gameobject questgivers if player can ta...joschiwald
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-25Core/Scripting: Replace casted with cast as casted is not a word.Malcrom
2013-12-14Core/AI: Fix an issue where the OnQuestAccept hooks were not called for auto-...Discover-
2013-09-27Core/RBAC: Move RBAC code to namespace rbacSpp