aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands
AgeCommit message (Collapse)Author
4 daysCore/Misc: Rename AreaTriggerStruct to AreaTriggerTeleportShauren
5 daysCore/Auras: Corrected SPELL_AURA_MOD_HONOR_GAIN_PCT implementation - it ↵Shauren
should only increase honor gains from some sources
2025-08-25Core/Commands: Add .guild list GM command to list all guilds (#30930)Alex Dcnh
2025-08-13Core: Updated to 11.2.0Shauren
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-27Core/Commands: Fixed .debug moveflags not changing movement flagsShauren
2025-07-27Core/Commands: Remove temporary set with custom comparator from .debug ↵Shauren
objectcount command
2025-07-11Core/Groups: Use iterators instead of raw LinkedListElement to interact with ↵Shauren
group members
2025-06-25Core/Commands: Waypoint command fixesShauren
* .wp add will now add data to waypoint_path table * .wp reload will no longer crash the server * Replace deprecated command handler arguments
2025-06-24Core/Commands: Enable setting linked aggro and formation movement with .npc ↵Shauren
add formation and fix swapped saved dist/angle values
2025-06-05Core/Chat: Remove fmt::sprintf from headersShauren
2025-05-13Core/Misc: Make string and string_view literal suffixes globally availableShauren
2025-05-11Scripts/Misc: Update ScriptPCH content to include most commonly headersShauren
2025-05-07Core/Misc: Minor compile time improving changesShauren
2025-04-10Core/Commands: Allow non-const reference arguments in chat command handlersShauren
2025-04-09Core/Network: Move to separate projectShauren
2025-03-02Core: Updated to 11.1.0Shauren
2025-02-23Core/Misc: Add a bunch of examples for 67418a1aeee9035234d304b5e9653b832488dd66Shauren
2025-02-01Core/Commands: Fixed .debug guidlimits output for creature guidsShauren
2025-02-01Core/Spells: Remove manual spell guid creation in scriptsShauren
2025-01-07Core/Misc: Removed GetClassName preprocessor hackShauren
2025-01-07Core/Commands: Extract bonus lists and item context from provided item link ↵Shauren
for .additem commands Closes #30209
2025-01-03Core/Database: Added std::span based functions to Field and PreparedStatementShauren
2024-12-29Core/Loot: Implemented automatic flagging of tracking quests from lootShauren
2024-12-27Core/Units: moved melee attack rage generation into ↵Ovahlord
Unit::AttackerStateUpdate and send the generated rage in combat log packet instead of power update packets (cherry picked from commit b179a7246d0383a6e0517107844611fa676b71c8)
2024-12-10Build fix for old boost versionShauren
2024-12-10Core/Commands: Fix vmap directory size calculation for .server debug command ↵Shauren
after 518fe1fd1ecf107e11336c4a41ed90405b115dc0
2024-12-02Core/Commands: Handle more quest objective types with .quest complete commandShauren
2024-11-06Core/PacketIO: Named a bunch of unknown/unused fieldsShauren
2024-09-17Core/Commands: Refactor .additem to use typed argsShauren
2024-08-26Core/Commands: Fix windows unicode escape sequence warningShauren
2024-08-26Core/Loot: Implemented currency lootShauren
2024-08-18Core/Realms: Realmlist refactorsShauren
* Removed global realm variable from World and use RealmList everywhere * Match auth build key with client version * Restored allowedSecurityLevel checks for realmlist packet building * Restored updating population field, mysteriously removed 15 years ago in f20b25d1c90f608deab28c9957b3b376ab2a0d50
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren
2024-06-22Core/Commands: Allow to complete tracking quests with .quest complete ↵Meji
command (#30043)
2024-05-02Core/Misc: Minor fixes in preparation to support fmt v10Shauren
2024-04-22Core/Misc: Support boost 1.85Shauren
2024-04-10Core/Entities: Fixed m_stringIds[0] invalidation when reloading ↵Shauren
creature_template with a gm command
2024-03-30Core/Creatures: Changed the spawn health field in creature table to a ↵Meji
percentage (#29801)
2024-03-28Core/Battlegrounds: Move to scripts (#29799)Jeremy
* Introduce new BattlegroundScript class for map/bg specific scripts * Remove all sub, zone specific, battleground classes except Arena * Move all bg zone scripts to new BattlegroundScripts class in script folder * Remove ZoneScript from Battleground class * Remove some unused hooks from Battleground
2024-03-27Core/Conditions: Added CONDITION_SOURCE_TYPE_PLAYER_CONDITION (#29832)Meji
2024-03-13Core/Misc: Use our new unique_trackable_ptr for various classes exposed to ↵Shauren
scripts (not actually used anywhere currently)
2024-03-07Core/vmaps: Removed vmap lookup functions duplicating functionality of each ↵Shauren
other
2024-03-03Core/Quests: Merged UpdateNearbyCreatureNpcFlags, ↵Shauren
UpdateVisibleGameobjectsOrSpellClicks and SendQuestGiverStatusMultiple on quest actions * Fixes quest markers above NPC heads not disappearing when player stops seeing questgiver npc flag
2024-02-24Core/Creatures: Implemented UNIT_NPC_FLAG_GOSSIP as viewer dependent and ↵ModoX
update npcflags on quest changes (#29646)
2024-01-30Core/Creatures: Move immunities to separate table and implemented setting ↵Shauren
immunties to dispel, spell effects, aura types, aoe and chain targeting
2024-01-27Core/Players: Fixed CharacterCache by-name storage holding data for deleted ↵Shauren
characters
2024-01-21Core: Updated to 10.2.5Shauren
2024-01-11Core/Conditions: Refactor ConditionMgr internals to get rid of separate ↵Shauren
containers for some condition source types
2024-01-08Core/Creatures: Added possibility to automatically despawn personal summons ↵ModoX
on quest remove (#29114)