index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2026-01-08T06:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Handlers
Age
Commit message (
Expand
)
Author
2023-01-12
Core/Guild: Fixed possible guild exploit (#28577)
robinsch
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-01-07
Core/Misc: Include cleanup, 2023 edition
Shauren
2023-01-06
Core/Misc: Use boost/circular_buffer forward declaration headers in our headers
Shauren
2023-01-06
Core/Misc: Add missing Containers.h include where neccessary
Shauren
2022-12-31
Core/Maps: Fixed retrieving terrain info when on child maps
Shauren
2022-12-30
Core/Gossip: Integrate banker guid checks into shared gossip interaction data
Shauren
2022-12-30
Core/Chat: Fixed chat channel name validation
Shauren
2022-12-17
Fix line endings
Shauren
2022-12-17
Core/Players: Implemented setting tradeskill recipes as favorite
Shauren
2022-12-17
Core/Items: Dropped deprecated ItemFlag2 ITEM_FLAG2_DONT_IGNORE_BUY_PRICE (#2...
ModoX
2022-12-16
Core/Players: Implemented new talent system
Shauren
2022-12-04
Core: Updated to 10.0.2
Shauren
2022-10-25
Core/Loot: Implemented dungeon encounter personal loot
Shauren
2022-10-22
Core/GameObjects: Implemented gathering nodes (gameobject type 50)
Shauren
2022-10-21
Core/GameObjects: Implemented per player gameobject state and visibility for ...
Shauren
2022-10-17
Core/Loot: Implemented personal loot and tag sharing for non-boss loot
Shauren
2022-10-16
Core/Loot: Initial support for personal loot in gameobjects (non-instanced co...
Shauren
2022-10-14
Core/Gossip: Implemented GossipOptionNpc.AzeriteRespec
Shauren
2022-10-14
Core/BattlePets: Move revive battle pet cooldown to spell script and add serv...
Shauren
2022-10-08
Core/Maps: Changed functions checking if map can be entered to use TransferAb...
Shauren
2022-10-06
Core/Loot: Prevent looting bosses by players that have already completed that...
Shauren
2022-10-04
Core/Loot: Send DungeonEncounter id in SMSG_ITEM_PUSH_RESULT
Shauren
2022-10-04
Core/Instances: Reimplement resetting instances from UI
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-09-19
Core/Misc: Changed string formatting functions to accept std::string_view as ...
Shauren
2022-09-18
Core/Player: Extend action button value to uint64 to be able to hold battle p...
Shauren
2022-09-18
Core/Loot: Refactored Player::SendLoot to accept Loot object directly
Shauren
2022-09-18
Core/Loot: Move loot generation out of Player::SendLoot
Shauren
2022-09-17
Core/Loot: Simplify loot containers
Shauren
2022-09-16
Core/Loot: Move loot rolls from Group to Loot
Shauren
2022-09-14
Core/Loot: Store method used at loot generation inside Loot object
Shauren
2022-09-14
Core/Loot: Store references to Loot objects directly in players loot view map...
Shauren
2022-09-13
Core/Loot: Corrected loot release logic on leaving world and swapping bags
Shauren
2022-09-11
Core/Loot: Set loot guid and type in Loot constructor
Shauren
2022-09-08
Core/Gossip: Drop OptionType for gossip_menu_option and rename OptionIcon to ...
Meji
2022-09-01
Core/Loot: Updated LootType enum for 9.2.7
Shauren
2022-09-01
Core/Loot: Allocate Loot separately from objects
Shauren
2022-08-25
Core/Loot: Removed unneccessary field from Loot class and pass it as paramete...
Shauren
2022-08-06
Core/Misc: Update /roll max cap
Shauren
2022-07-24
Core/Maps: Removed MapInstanced - no longer neccessary for grid data referenc...
Shauren
2022-07-23
Core/Maps: Move terrain data handling out of Map class
Shauren
2022-07-19
Core/Battlefields: Refactor Battlefield creation to be linked to host map cre...
Shauren
2022-07-19
Core/PacketIO: Remove packet handlers for deleted opcodes
Shauren
2022-07-17
Core/Players: Fixed ExploredZones size and PLAYER_EXPLORED_ZONES_SIZE desync
Shauren
2022-07-17
Core/Maps: Made instance_template no longer required to create and enter inst...
Shauren
2022-07-17
Core/Criteria: Fixed criteria type DoEmote
Shauren
2022-07-09
Core/Battlegrounds: Fixed AV turnins being counted when opening quest complet...
Shauren
2022-07-02
Core/Movement: Fixed desync in player knockback movement (#28067)
Meji
[next]