index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-29T00:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
scripts
/
Commands
/
cs_misc.cpp
Age
Commit message (
Expand
)
Author
2025-05-13
Core/Misc: Make string and string_view literal suffixes globally available
Shauren
2025-05-07
Core/Misc: Minor compile time improving changes
Shauren
2025-02-01
Core/Spells: Remove manual spell guid creation in scripts
Shauren
2025-01-07
Core/Misc: Removed GetClassName preprocessor hack
Shauren
2025-01-07
Core/Commands: Extract bonus lists and item context from provided item link f...
Shauren
2025-01-03
Core/Database: Added std::span based functions to Field and PreparedStatement
Shauren
2024-12-27
Core/Units: moved melee attack rage generation into Unit::AttackerStateUpdate...
Ovahlord
2024-09-17
Core/Commands: Refactor .additem to use typed args
Shauren
2024-08-18
Core/Realms: Realmlist refactors
Shauren
2024-08-02
Core/PacketIO: Updated to 11.0.0
Shauren
2024-05-02
Core/Misc: Minor fixes in preparation to support fmt v10
Shauren
2024-03-07
Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...
Shauren
2024-01-21
Core: Updated to 10.2.5
Shauren
2023-12-30
Core/Quests: Implemented QUEST_OBJECTIVE_FLAG_2_QUEST_BOUND_ITEM that makes r...
Shauren
2023-10-06
Core/Objects: Treat areas that have ParentAreaID filled but dont have IsSubzo...
Shauren
2023-08-26
Core/Battlegrounds: Rework queues (#29200)
Jeremy
2023-06-17
Core/Items: Item bonus generation improvements
Shauren
2023-06-08
Core/Spells: Always remove spell target from transport on teleport spells if ...
Shauren
2023-06-01
Core/Graveyards: Drop Faction column and replace it with conditions (#28965)
Jeremy
2023-05-13
Core/Misc: Replace string to int conversion functions from Common.h with c++1...
Shauren
2022-10-04
Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new ...
Shauren
2022-10-04
Core/Instances: Instance lock rewrite (WIP)
Shauren
2022-07-23
Core/Maps: Move terrain data handling out of Map class
Shauren
2022-07-20
Core/Maps: Replace some Instanceable() checks with IsDungeon()
Shauren
2022-07-17
Core/Players: Fixed ExploredZones size and PLAYER_EXPLORED_ZONES_SIZE desync
Shauren
2022-06-09
Core/Commands: Fixed bonusListID and context arguments for .additem set command
Shauren
2022-05-25
Core/GameObjects: Transport (type 11) improvements
Shauren
2022-05-14
Core/Players: Allow teleporting to a specific instance id
Shauren
2022-03-24
Update cs_misc.cpp (#27418)
kvolk2git
2022-03-20
add item xxxxx show to who was added item (#27020)
kvolk2git
2022-03-19
Script/Commands: Allow to specify the target player in .additem command (#26997)
Giacomo Pozzoni
2022-03-19
Scripts/Misc: Remove 2 logs, they are handled by gm logs
Aokromes
2022-03-11
Scripts/Commands: Convert misc command table to new system
Carbenium
2022-03-11
Scripts/Commands: Minor improvements in .pinfo and .unban character commands ...
Gildor
2022-03-05
Core/Maps: All RespawnInfo* handed to outside code are now RespawnInfo const*...
Treeston
2022-03-05
Scripts/Commands: Include map min height in ".gps" command
jackpoz
2022-02-27
Scripts/Commands: Rename .additemset to .additem set to avoid ambiguity
Treeston
2022-02-27
1eca51b 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-11
Core/Misc: Optimize ChatCommand includes (include only where neccessary)
Shauren
2022-02-05
Core/Misc: Fix some static analysis warnings exposed after 6b8f3d0.
Treeston
2022-02-05
Core/ChatCommands: make ExactSequence more readable
Treeston
2022-02-05
Core/ChatCommands: Drop PlayerIdentifier's cast operators which could return ...
Peter Keresztes Schmidt
2022-02-05
Chat/Commands: Eradicate ChatHandler::extractOptFirstArg
Treeston
2022-02-04
Scripts/Commands: Fix a crash in .help - closes #25360
Treeston
2022-02-04
Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)
Treeston
2022-02-04
Scripts/Commands: Convert argument parsing of some misc commands to new syste...
Peter Keresztes Schmidt
2022-01-26
Core/Misc: Fix static analysis issues (#25194)
Giacomo Pozzoni
2022-01-23
Core/DataStores: Port refactors from Update DBC field names to generated ones...
Peter Keresztes Schmidt
2022-01-01
Core/Player: add helper methods for PLAYER_FLAGS_DEVELOPER (#24511)
ForesterDev
[next]