aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Groups/Group.cpp
AgeCommit message (Expand)Author
2011-08-03Core: Fix compile without PCH and fix some warningsSpp
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-07-19Core/Instances: Fix dungeon and raid difficulty setting for characters under ...Machiavelli
2011-07-08Core/Misc: Replace dynamic_cast<XXX*> with proper ToXXXSpp-
2011-07-01Core: Do not use STL container size method to check if container is emptySpp-
2011-06-12Core: Yet more cleanups in codestyle...click
2011-06-12Core: More codestyle cleanupsclick
2011-06-11Core: Codestyle cleanupclick
2011-05-09Core: Clean up some more silly warningsclick
2011-05-05Core/ObjectMgr: Refactor group related functions into dedicated classleak
2011-04-29Add spaces after commasleak
2011-04-29Core: use enum InventoryResult as return type for functions working with play...Azazel
2011-04-28Core/ObjectMgr: Refactor sItemStorageleak
2011-03-21Core: Removed all double (and more) empty linesShauren
2011-03-13Core/Mechanics: refactor XP (and in fact, honor/reputation/kill credit) rewar...Azazel
2011-02-27Core/Groups: Reimplement group id recyclingleak
2011-02-22Core/Groups: Reuse group guids to stop endless growthleak
2011-02-22Core/Groups: Move scattered group object deletion to Disband()leak
2011-02-20Core/Log: Implement log masks for debug log level, to allow selective debug o...Machiavelli
2011-02-18Core/Groups: Group system cleaning sweep.leak
2011-01-26Core: Generic cleanup (tab2spaces/trailing whitespace removal)leak
2011-01-20Core/Spells: Better solution for exploit check (Thanks to manuel)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-22Core/ObjectMgr: Static members are no longer accessed through singletonShauren
2010-12-16Core/Dungeon Finder: Move all LFG data from Player and Group classes to inter...Spp
2010-12-15Core: Some warning fixesSpp
2010-12-13Core: Add new system for parallelizing client packet processing. Handle World...click
2010-12-06Core/Groups: Remove unused (and costly) return value from Group::RemoveInviteMachiavelli
2010-12-06Core: Some optimizationsSpp
2010-12-05Core/Dungeon Finder: Code cleanup and minor optimizationsSpp
2010-11-29Core/Groups: Move all function definition from .h to .cppSpp
2010-11-24Core/Battleground: Do not allow to join queue if anyone in the party is using...Spp
2010-11-23Core/Dungeon Finder: Move vote kick initialization from Group code to ScriptsSpp
2010-11-23Core/Groups: Add kicker and kick reason to RemoveMemberSpp
2010-11-16Core: Fix warningsSpp
2010-11-15Core/Players: Fix visibility of out of sight range group members on the maplinencloth
2010-11-14Misc: Some engrish fixes, thanks to ZxBiohazardZx, closes issue 4740Shocker
2010-11-13Core:linencloth
2010-11-05Core/Groups: Fix issue with raid-leader being removed from group on relog/ser...Shocker
2010-10-29Core/Groups: Add some checks to prevent a crash with InvitesSpp
2010-10-25Core/Dungeon Finder: revert 5f4b58ea4bc5 (Do not allow 1 member groups)Spp
2010-10-25Core/Dungeon Finder: Use scripts to interact between groups and LFGSpp
2010-10-19Core/Groups: Move OnGroupChangeLeader so it could be triggered when a leader ...Spp
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-10-07Update copyright headers (following the same standard in all files = good)click
2010-09-30Core/Group: Send player rolesSpp