index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-29T04:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
scripts
/
Commands
/
cs_pet.cpp
Age
Commit message (
Expand
)
Author
2023-05-13
Core/Misc: Replace string to int conversion functions from Common.h with c++1...
Shauren
2022-03-05
Core: whitespace cleanup, reduce double blank line to single (#25795)
Kargatum
2022-02-27
[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #2...
Treeston
2022-02-13
Core/Misc: Cleanup unused includes
Shauren
2022-02-11
Core/Misc: Optimize ChatCommand includes (include only where neccessary)
Shauren
2022-01-31
Core/Pets: Pet management refactoring (#25191)
Shauren
2021-12-13
Core/Unit: rename several getters to follow codestyle
ccrs
2020-09-04
Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...
Shauren
2020-08-14
Core/Misc: Replace NULL with nullptr
Shauren
2020-06-12
Core/Spells: Implement using different difficulty data from all spell related...
Shauren
2020-04-29
Core/Misc: camelize GetFaction/SetFaction properly
ariel-
2020-01-02
New Year
Aokromes
2019-07-21
Core/Creatures: Various fixes for creatures, regarding combat conditions, des...
xinef1
2019-06-08
Core/PacketIO: Rewrite updatefield handling
Shauren
2019-01-01
Update copyright note for 2019
vincent-michael
2018-01-01
Update copyright note for 2018
vincent-michael
2017-06-04
Core/Game: Include cleanup part 5
Shauren
2017-05-20
Core/Game: Include cleanup, part 3
Shauren
2017-05-18
Core/Game: Include cleanup
Shauren
2017-01-09
Merge pull request #17138 from ForesterDev/creature_family
Shocker
2017-01-01
Update copyright note for 2017
vincent-michael
2016-09-03
Scripts/Commands: Small QoL adjustments
treeston
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-10-22
Core/Commands: Refactored chat command script hook, fixes a crash when buildi...
Shauren
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-10-21
Core/Entities: First batch of removing implicit conversions of ObjectGuid to ...
Shauren
2014-09-14
Core/Entities: Use ObjectGuid class in game project
Shauren
2014-04-29
Core/Misc: Remove obsolete C++11 backward compatibility macros
Dehravor
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-11-08
Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...
Spp
2013-09-27
Core/RBAC: Move RBAC code to namespace rbac
Spp
2013-09-11
Scripts/Commands: Retrieve Creature template in HandlePetCreateCommand from C...
jackpoz
2013-09-10
Core/RBAC: Move pet commands to RBAC (using individual permissions)
Spp