aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Groups/Group.cpp
AgeCommit message (Expand)Author
2013-06-11Core: More Function Renaming.Malcrom
2013-06-11Core: Some function renaming.Malcrom
2013-06-11Core/Instances: Fixed a bug that caused switching group leader inside active ...Shauren
2013-05-17* Batch of fixes for issues found by static analysis.Subv
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-03-25Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3....Spp
2013-02-18Core/Scripts: Correct orders of parameters used in OnGroupChangeLeader script...Shauren
2013-02-04Core/Dungeon Finder: Use lfg namespace to encapsulate all LFG classes, struct...Spp
2013-01-24Core/Misc: Minor cosmetic changes here and thereSpp
2013-01-02Core/Misc: Some minor changes here and thereSpp
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-27Core/Misc: Random changes here and there to minimize differences with 4.3.4 b...Spp
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-26Core/Dungeon Finder: Fix reward for last member of each group being disbanded...Spp
2012-10-29Core/Dungeon Finder: Update "Current group roles" according to people in queue.Spp
2012-10-29Core/Dungeon Finder: Add some more debug msgs and restore LFG group structure...Spp
2012-10-24Core/Misc: reduced amount of string memory allocations (Step I)Spp
2012-10-23Core/Dungeon Finder: Fix teleport to dungeon and add missing code from 1be638...Spp
2012-10-19Proper naming of LfgDungeon structuresSpp
2012-10-19Core/Dungeon Finder: Move queue related code to its own class.Spp
2012-10-18Core/Dungeon Finder: Some optimizations.Spp
2012-09-18Core/Achievements: Force all calls to AchievementMgr be done through Player f...Spp
2012-08-22Core/Groups: Fixed update packet sent to group members on new member joinShauren
2012-08-21Core/Battlefield: Add missing stuff for wintergraspVincent-Michael
2012-08-20Core/Wintergrasp: finish implementation for battlefields. this is highly expe...Kandera
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-07-22Core/Object: Use updatefield flags extracted from client to determine whether...Shauren
2012-07-06Core/Loot: correctly fix rolling on quest loot that follows group loot rules ...Kandera
2012-07-05Core/Loot: fix the way quest items are handled. so far ive only found 3 quest...Kandera
2012-06-12Build fixShauren
2012-06-05Core/Loot: Correct some values sent for roll packetskaelima
2012-04-04Core: Fix Group::SetGroupMemberFlag and Pet::resetTalentsForAllPetsOf prepare...click
2012-03-30Merge pull request #5933 from GyxTom/masterShocker
2012-03-29Core/Group: Fix LoadGroupFromDB type-errorclick
2012-03-29Core/Misc: Code style and remove unused define.Gyx
2012-03-28Core/Protocol:kaelima
2012-03-25Core/DBLayer: Convert PAppend() queries to prepared statements No.1leak
2012-03-14Revert "Core: more more cleanup" - Build test anyone?leak
2012-03-14Core: more more cleanupthomas33
2012-02-27Core: Rename GetCreatureInfo to GetCreatureTemplate and minor cleanup here an...Spp
2012-02-16Fix a lot of warningsSpp
2012-01-18Core/DBLayer: Change some incorrect uses of PQuery with PExecute or ExecuteMachiavelli
2012-01-14Core/Groups: Need restrictions in need before greed loot method should apply ...Shauren
2012-01-14Core/LFG:Subv2112
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-12-27Core/DBLayer: Convert PExecute() queries to prepared statements No. 2leak
2011-12-14Core/Achievements: Update achievement criteria ACHIEVEMENT_CRITERIA_TYPE_CAST...Shocker
2011-11-07Core: Codestyle clean-upBootz