aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Battlegrounds/BattlegroundQueue.cpp
AgeCommit message (Expand)Author
2016-03-28Core/Config: Remove references to Arena.QueueAnnouncer.PlayerOnly which hasn'...DDuarte
2016-01-01Update copyright note for 2016Rushor
2015-11-14Core/Battleground: Fix issue reported by static analysisVincent-Michael
2015-10-28Core/Battleground: implement deserters tracker featureShinDarth
2015-10-13Core/BG: Improved https://github.com/TrinityCore/TrinityCore/commit/d7cb84f6c...ShinDarth
2015-10-12Core/Battlegrounds: implment even BG teams configurationShinDarth
2015-09-22Map local guids 6.x -> 3.3.35:pete318
2015-08-08Core/Battlegrounds: Move a log from ERROR to DEBUGjackpoz
2015-06-03Core/Matchmaking: Fix Discard Time overflow on server startpjasicek
2015-03-30Core/Misc: Remove unused headersleak
2015-01-01Update copyright note for 2015Vincent-Michael
2014-10-17Core/Players: Fix players not being notified if on loading screenjackpoz
2014-10-08Core/Logging: Replaced direct calls to GetCounter() in logs with ToString()Shauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-07-13Merge branch `master` into `boost`Subv
2014-07-02ACE cleanup on game, now the major issue remains WorldSocketleak
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-06-11Core: More Function Renaming.Malcrom
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-04-30Core/Battlegrounds: Fixed a crash in queue loggingShauren
2013-04-29Core/Logs: Add player guid into some logs.xjose93
2013-03-20Core/Misc: Define multiple functions const (+ code cleanup here and there)Spp
2013-01-11Core/BG: Corrected data sent in SMSG_BATTLEFIELD_STATUS packet.kaelima
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-20Core/Misc: Reduction of header dependencies - Step IISpp
2012-11-17Core: Remove Player.h dependency from all the possible headersSpp
2012-11-14Core/Battleground: Fix arena battlemaster gossip (reverts 028b6e7)Spp
2012-10-24Core/Misc: reduced amount of string memory allocations (Step I)Spp
2012-10-04Core/Battlegrounds: Remove no longer needed files BattlegroundAA/BattlegroundRBSpp
2012-10-04Core/Battlegrounds: Optimize internal battleground data storage (from Array M...Spp
2012-10-04Core/Battleground: Make Battleground queues and Free slot queue structures pr...Spp
2012-09-17Core/Battlegrounds: Use correct constant for groups iterator in BattlegroundQ...Shocker
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-03-29Core/Game: Code style.Gyx
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-30Core/Commands: Allow to search for other account/characters from a selected p...Spp
2011-12-25Core/Battleground: fix invite accept wait timer (m_events must be always upda...Wilds
2011-11-23Core: Fixed more warnings (C6246: Local declaration of 'x' hides declaration ...Shauren
2011-11-09Merge pull request #3901 from Yelvann/masterJorge
2011-11-09Core/Arenas: Members of same arena team were able to fight each otherYelvann
2011-11-07Core: Codestyle clean-upBootz
2011-09-29Cosmetic: Multiple cosmetic changesSpp
2011-09-19Move thread-unsafe events from Player to BattlegroundQueue. Fix crash #2960.megamage
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-08-05Core/Battleground: Some (minor) code optimizationsSpp
2011-08-01Core: Pass by const reference for simple objects replaced with pass by valueSpp-
2011-07-27Core/ObjectMgr: Remove GetPlayer function (Remove double use of singletons)Spp-
2011-06-11Core: Codestyle cleanupclick