index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-30T13:01:02Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Battlegrounds
/
ArenaTeamMgr.cpp
Age
Commit message (
Expand
)
Author
2025-10-03
Core/Entites: ObjectGuid construction refactor
Shauren
2023-08-15
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-02-25
Core/Arena: Correctly update the stats of the members of each team when the w...
Gildor
2020-09-06
[3.3.5] Scripts/Commands: .arena command conversion (PR #25407)
Treeston
2020-03-31
Core/DBLayer: Prevent committing transactions started on a different database
Shauren
2020-01-02
New year
Aokromes
2019-01-01
Happy New Year, folks. It's 2019!
Treeston
2018-05-24
Core/DBLayer: Escape even more keywords
Aokromes
2018-01-01
Update copyright note for 2018
tkrokli
2017-06-19
Core: ported headers cleanup from master branch
ariel-
2017-01-02
Update Copyright notice for 2017
tkrokli
2016-12-02
Core/Misc Remove WhiteSpaces (#18379)
Gustavo
2016-10-21
Core/Arena: Fix lag caused by arena distribution (#17989)
Ivan Bakula
2016-07-16
Core/ArenaTeamMgr: fix race condition in LoadArenaTeams
ariel-
2016-03-11
Core/Game: Move singleton instances into compilation units
Naios
2016-01-01
Update copyright note for 2016
Rushor
2015-09-22
Map local guids 6.x -> 3.3.35:
pete318
2015-07-25
Core: Fix non pch build
Vincent-Michael
2015-07-25
Core: Header cleanup in game/*/*.cpp
Vincent-Michael
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-10-18
Core/ObjectAccessor: don't use singleton when calling static methods
joschiwald
2014-09-14
Core/Entities: Use ObjectGuid class in game project
Shauren
2014-07-17
Core/Codestyle: Do not use a pointer to a shared_ptr in Player::ModifyArenaPo...
Subv
2014-03-02
Core/Player: delete queststatus (weekly/monthly/seasonal) on deleting charact...
joschiwald
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-17
Core: Remove Player.h dependency from all the possible headers
Spp
2012-08-16
Core/Logging: Move more log messages to LOG_FILTER_SERVER_LOADING
Spp
2012-08-03
Fix compile under windows
Spp
2012-08-03
Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...
Spp
2012-03-31
Core/DBLayer: Delete a triplicated prepared statement (LoginDatabase)
Nay
2012-03-25
Core/DBLayer: Convert PAppend() queries to prepared statements No.1
leak
2012-03-19
Core/DBLayer: Convert PExecute() queries to prepared statements
leak
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-09-15
[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...
Spp
2011-09-09
Core/ArenaTeam: Use full captain guid instead of low guid on team creation an...
Spp-
2011-09-02
Core/Arena: Players online but not in world will now gain their arena points ...
Shauren
2011-08-30
Core: Crash fix (TemporarySummon), remove some warnings and some other minor ...
Spp-
2011-08-01
Core: Typo fix introduced in previous commit (:S)
Spp-
2011-08-01
Core: Some more missing changes from previous commit (Pass by const reference...
Spp-
2011-07-27
Core/ObjectMgr: Remove GetPlayer function (Remove double use of singletons)
Spp-
2011-05-03
Core/ObjectMgr: Refactor arena team related functions into dedicated class
leak