aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Battlegrounds/ArenaTeam.cpp
AgeCommit message (Expand)Author
2011-12-31Merge pull request #4567 from Kiperr/masterleak
2012-01-01Core/DBLayer: Refactor prepared statement defines to new format (char db)leak
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-11-07Core: Codestyle clean-upBootz
2011-10-17Core/Misc: Added 'f' after float valuesFredi Machado
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-09-09Core/ArenaTeam: Use full captain guid instead of low guid on team creation an...Spp-
2011-08-30Core: Crash fix (TemporarySummon), remove some warnings and some other minor ...Spp-
2011-08-01Core: Pass by const reference for simple objects replaced with pass by valueSpp-
2011-07-30Core/Arena: A more accurate implementation of rating gain/loss. This fixes th...Liberate
2011-07-27Core/ObjectMgr: Remove GetPlayer function (Remove double use of singletons)Spp-
2011-06-12Core: Continued cleanupkaelima
2011-06-12Core: More codestyle cleanupsclick
2011-05-25Core/Achievements: Achievement criteria type 39 should check player's persona...Shauren
2011-05-13Core: Remove some warnings here and thereclick
2011-05-11Core/Misc: fix compiler warningsAz@zel
2011-05-03Core/ObjectMgr: Refactor arena team related functions into dedicated classleak
2011-04-13Core/Arena: Arena team member saving fixeddrahy
2011-04-11Core/Misc: fix compilation warningsAzazel
2011-04-08Core/Arena: Move personalRating to arena_team_memberleak
2011-04-06Core/Arena: Fixed compile on gcc 4.5 and possible runtime crashes on other ve...Shauren
2011-04-05Core/Arenas: Refactor arena code and db layoutleak
2011-02-20Core/Log: Implement log masks for debug log level, to allow selective debug o...Machiavelli
2011-01-19SQL: Characters db storage type cleanup #1 - Note:leak
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-17Core/Achievements: Prevent ACHIEVEMENT_CRITERIA_TYPE_SPECIAL_PVP_KILL updates...Shauren
2010-12-13Core: Add new system for parallelizing client packet processing. Handle World...click
2010-11-29Core/Groups: Move all function definition from .h to .cppSpp
2010-10-07Core/Arena: Add a missing change from revision 6802b3bf07. Also personal rati...Liberate
2010-10-07Core/Arena: Fix an exploit which made you gain personal rating when you leave...Liberate
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
2010-10-07Copyright header updates - part 3... (and some whitespace cleanups)click
2010-09-24Core/DBLayer:Machiavelli
2010-09-21Core/Arenas:Shocker
2010-09-12Cleanup/Core: Remove whitespace and tabsclick
2010-09-11Core/DBLayer:Machiavelli
2010-09-10Core/Arena: Fixes the Config option for the start rating of personal rating.Liberate
2010-09-04Core/ArenaTeam: Correct player_divider use in ArenaTeam::GetAverageMMR and ad...Machiavelli
2010-09-04Core/ArenaTeam: Add a check to determine if a player is account for an accura...Machiavelli
2010-08-30Core: Fix more warningsSpp
2010-08-29Add a function to calculate the ratin gain/loss, instead of calculating it se...Liberate
2010-08-28Fixes the huge personal rating gained. Damned typos.Liberate
2010-08-28Typo in r9b698bb399. Can this finally be over with? I'm being messy.Liberate
2010-08-28Change the Arena Rating system to reflect the official system more.Liberate
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-23Core: Fix some warningsSpp
2010-08-21DB Layer:Machiavelli