index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T16:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Handlers
/
DuelHandler.cpp
Age
Commit message (
Expand
)
Author
2024-06-05
Core/Player: dropped PvP talent implementation
Ovahlord
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2022-05-01
Core/Players: Fixed dueling
Shauren
2021-11-08
Core/Player: Clean up duel related code. Fix a check for abusive client behav...
Treeston
2021-04-15
Core/Misc: Replace time(NULL) with GameTime::GetGameTime()
jackpoz
2020-08-14
Core/Misc: Replace NULL with nullptr
Shauren
2020-01-02
New Year
Aokromes
2019-01-01
Update copyright note for 2019
vincent-michael
2018-11-05
Core/PacketIO: Updated packet structures to 8.0.1
Shauren
2018-03-04
Core/Player: Implement PvP Talents (#19962)
Jeremy
2018-01-01
Update copyright note for 2018
vincent-michael
2017-01-01
Update copyright note for 2017
vincent-michael
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-11-07
Merge pull request #15731 from ShinDarth/toscri
blub
2015-11-07
Merge pull request #15697 from ShinDarth/cd
MitchesD
2015-11-07
Merge pull request #15646 from ShinDarth/ticket
Shauren
2015-07-25
Core: Header cleanup in game/*/*.cpp
Vincent-Michael
2015-04-02
Core: Fix non pch build
Vincent-Michael
2015-04-02
Core/Packets: Fix writing WorldPackets::Duel::DuelCountdown
DDuarte
2015-04-02
Core/Packets: Updated and enabled duel opcodes
xerkoss
2015-01-10
Core/PacketIO: Reenabled most opcodes for WorldSession::DosProtection::GetMax...
Shauren
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-10-22
Core/Entities: Second part of removing GetGUIDLow() uses
Shauren
2014-09-14
Core/Entities: Use ObjectGuid class in game project
Shauren
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-05-13
Core/Logging: Performance-related tweaks to logging system
Spp
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-11-27
Core/Misc: Set mode 0644 for files
Spp
2012-10-24
Core/Misc: reduced amount of string memory allocations (Step I)
Spp
2012-08-03
Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...
Spp
2012-01-26
Core: Change Handlers location
Spp