aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers/DuelHandler.cpp
AgeCommit message (Expand)Author
2024-06-05Core/Player: dropped PvP talent implementationOvahlord
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-05-01Core/Players: Fixed duelingShauren
2021-11-08Core/Player: Clean up duel related code. Fix a check for abusive client behav...Treeston
2021-04-15Core/Misc: Replace time(NULL) with GameTime::GetGameTime()jackpoz
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
2018-11-05Core/PacketIO: Updated packet structures to 8.0.1Shauren
2018-03-04Core/Player: Implement PvP Talents (#19962)Jeremy
2018-01-01Update copyright note for 2018vincent-michael
2017-01-01Update copyright note for 2017vincent-michael
2016-01-01Update copyright note for 2016Vincent-Michael
2015-11-07Merge pull request #15731 from ShinDarth/toscriblub
2015-11-07Merge pull request #15697 from ShinDarth/cdMitchesD
2015-11-07Merge pull request #15646 from ShinDarth/ticketShauren
2015-07-25Core: Header cleanup in game/*/*.cppVincent-Michael
2015-04-02Core: Fix non pch buildVincent-Michael
2015-04-02Core/Packets: Fix writing WorldPackets::Duel::DuelCountdownDDuarte
2015-04-02Core/Packets: Updated and enabled duel opcodesxerkoss
2015-01-10Core/PacketIO: Reenabled most opcodes for WorldSession::DosProtection::GetMax...Shauren
2015-01-01Update copyright note for 2015Vincent-Michael
2014-10-22Core/Entities: Second part of removing GetGUIDLow() usesShauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-10-24Core/Misc: reduced amount of string memory allocations (Step I)Spp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-01-26Core: Change Handlers locationSpp