index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-29T02:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
scripts
/
Commands
/
cs_instance.cpp
Age
Commit message (
Expand
)
Author
2025-05-11
Scripts/Misc: Update ScriptPCH content to include most commonly headers
Shauren
2022-10-04
Core/Commands: Restore instance management commands
Shauren
2022-10-04
Core/Scripts: Save instance data in JSON format
Shauren
2022-10-04
Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new ...
Shauren
2022-07-24
Core/Maps: Removed MapInstanced - no longer neccessary for grid data referenc...
Shauren
2022-03-13
Scripts/Commands: Convert argument parsing of instance commands to new system
Carbenium
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
2021-04-15
Core/Misc: Replace time(NULL) with GameTime::GetGameTime()
jackpoz
2020-09-04
Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...
Shauren
2020-08-23
Core/Misc: random refactors
Treeston
2020-08-14
Core/Misc: Replace NULL with nullptr
Shauren
2020-02-17
Core/DataStores: Updated db2 structures to 8.3.0
Shauren
2020-01-02
New Year
Aokromes
2019-01-01
Update copyright note for 2019
vincent-michael
2018-09-15
Core/Maps: Replaced spawnmask with difficulty list
Shauren
2018-01-01
Update copyright note for 2018
vincent-michael
2017-07-22
Scripts/Commands: Fix trinity_string usage and enhance commands
Rochet2
2017-06-04
Core/Game: Include cleanup part 5
Shauren
2017-05-21
Core/Game: Include cleanup, part 4 - packets and largest headers (after prepr...
Shauren
2017-05-20
Core/Game: Include cleanup, part 3
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-04-05
Merge branch '3.3.5-instanceextend' into 3.3.5 (PR #16392)
Shauren
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-11-06
Scripts/Commands: enhanced .instance get/setbossstate commands
ShinDarth
2015-10-22
Core/Commands: Refactored chat command script hook, fixes a crash when buildi...
Shauren
2015-10-04
Core/Misc: removed some useless map checks
joschiwald
2015-09-28
Core/Maps: Moved corpse management to map level
Shauren
2015-03-08
Core/Misc: Cleaned up data truncation warnings
Shauren
2015-01-10
Core/Maps: Updated map difficulties
Shauren
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-10-18
Scripts/Commands: Fix static analysis issues
Nyeriah
2014-10-18
Scripts/Commands: Implement commands to set and get boss states during run time
Nyeriah
2014-09-19
Core/Misc: Multiple static analysis issues fixed (small optimizations and cle...
DDuarte
2014-09-05
Scripts/Commands: Move instance command strings to database
Nyeriah
2014-04-29
Core/Misc: Remove obsolete C++11 backward compatibility macros
Dehravor
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-09-27
Core/RBAC: Move RBAC code to namespace rbac
Spp
2013-09-02
Core/RBAC: Move instance commands to RBAC (using individual permissions)
Spp
2013-08-30
Core/RBAC: Move commands security to RBAC (using generic RBAC Permissions)
Spp
2013-07-06
Misc: Use override and final C++11 keywords in a few places (mostly scripts)
Nay
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-11-17
Core: Remove Player.h dependency from all the possible headers
Spp
2012-06-29
Core/SpellScripts: Changed OnUnitTargetSelect hook to OnObjectAreaTargetSelec...
Shauren
2012-06-14
Core/Chat: Convert instance commands in commandscript
Vincent-Michael