aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Battlegrounds/BattlegroundQueue.cpp
AgeCommit message (Expand)Author
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
2011-05-03Core/ObjectMgr: Refactor arena team related functions into dedicated classleak
2011-04-29Add spaces after commasleak
2011-04-02Core/Battlegrounds: Typo fix from an older rev regarding memory leakShocker
2011-03-13Core/Battlegrounds: Fixed memory and CPU cycle leak that was caused by BG obj...leak
2011-02-20Core/Log: Implement log masks for debug log level, to allow selective debug o...Machiavelli
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-23Core: Removed more operator workarounds for ACE_Singleton (missed previously ...Shauren
2010-12-22Core: Get rid of dirty operator workaround for ACE_Singleton class implementa...Shauren
2010-12-06Core: Some optimizationsSpp
2010-11-29Core/Groups: Move all function definition from .h to .cppSpp
2010-11-14Misc: Some engrish fixes, thanks to ZxBiohazardZx, closes issue 4740Shocker
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
2010-10-07Update copyright headers (following the same standard in all files = good)click
2010-09-12Core/Arena: Fix another exploit: When leaving your team in the middle of the ...Liberate
2010-09-02Some old typo fixes, closes issues #3747, #2756, #2607, thanks 2010phenix/jea...Shocker
2010-08-27Updates the arena rating system to use Matchmaker Rating.Liberate
2010-08-23Replace World::getConfig with World::getFloatConfig, World::getIntConfig, and...silinoron
2010-08-08Fixed *nix build.XTZGZoReX