aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands/cs_misc.cpp
AgeCommit message (Expand)Author
2025-05-13Core/Misc: Make string and string_view literal suffixes globally availableShauren
2025-05-07Core/Misc: Minor compile time improving changesShauren
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 f...Shauren
2025-01-03Core/Database: Added std::span based functions to Field and PreparedStatementShauren
2024-12-27Core/Units: moved melee attack rage generation into Unit::AttackerStateUpdate...Ovahlord
2024-09-17Core/Commands: Refactor .additem to use typed argsShauren
2024-08-18Core/Realms: Realmlist refactorsShauren
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren
2024-05-02Core/Misc: Minor fixes in preparation to support fmt v10Shauren
2024-03-07Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...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-10-06Core/Objects: Treat areas that have ParentAreaID filled but dont have IsSubzo...Shauren
2023-08-26Core/Battlegrounds: Rework queues (#29200)Jeremy
2023-06-17Core/Items: Item bonus generation improvementsShauren
2023-06-08Core/Spells: Always remove spell target from transport on teleport spells if ...Shauren
2023-06-01Core/Graveyards: Drop Faction column and replace it with conditions (#28965)Jeremy
2023-05-13Core/Misc: Replace string to int conversion functions from Common.h with c++1...Shauren
2022-10-04Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new ...Shauren
2022-10-04Core/Instances: Instance lock rewrite (WIP)Shauren
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
2022-07-20Core/Maps: Replace some Instanceable() checks with IsDungeon()Shauren
2022-07-17Core/Players: Fixed ExploredZones size and PLAYER_EXPLORED_ZONES_SIZE desyncShauren
2022-06-09Core/Commands: Fixed bonusListID and context arguments for .additem set commandShauren
2022-05-25Core/GameObjects: Transport (type 11) improvementsShauren
2022-05-14Core/Players: Allow teleporting to a specific instance idShauren
2022-03-24Update cs_misc.cpp (#27418)kvolk2git
2022-03-20add item xxxxx show to who was added item (#27020)kvolk2git
2022-03-19Script/Commands: Allow to specify the target player in .additem command (#26997)Giacomo Pozzoni
2022-03-19Scripts/Misc: Remove 2 logs, they are handled by gm logsAokromes
2022-03-11Scripts/Commands: Convert misc command table to new systemCarbenium
2022-03-11Scripts/Commands: Minor improvements in .pinfo and .unban character commands ...Gildor
2022-03-05Core/Maps: All RespawnInfo* handed to outside code are now RespawnInfo const*...Treeston
2022-03-05Scripts/Commands: Include map min height in ".gps" commandjackpoz
2022-02-27Scripts/Commands: Rename .additemset to .additem set to avoid ambiguityTreeston
2022-02-271eca51b follow-up, nuke `command`.`permission` from orbit; it was only duplic...Treeston
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
2022-02-05Core/Misc: Fix some static analysis warnings exposed after 6b8f3d0.Treeston
2022-02-05Core/ChatCommands: make ExactSequence more readableTreeston
2022-02-05Core/ChatCommands: Drop PlayerIdentifier's cast operators which could return ...Peter Keresztes Schmidt
2022-02-05Chat/Commands: Eradicate ChatHandler::extractOptFirstArgTreeston
2022-02-04Scripts/Commands: Fix a crash in .help - closes #25360Treeston
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2022-02-04Scripts/Commands: Convert argument parsing of some misc commands to new syste...Peter Keresztes Schmidt
2022-01-26Core/Misc: Fix static analysis issues (#25194)Giacomo Pozzoni
2022-01-23Core/DataStores: Port refactors from Update DBC field names to generated ones...Peter Keresztes Schmidt
2022-01-01Core/Player: add helper methods for PLAYER_FLAGS_DEVELOPER (#24511)ForesterDev