aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/DungeonFinding/LFGMgr.cpp
AgeCommit message (Expand)Author
2013-06-11Core: More Function Renaming.Malcrom
2013-06-11Core: Some function renaming.Malcrom
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-03-08First step of comment style refactoring to doxygen-style.Nefarion
2013-02-25Core/RBAC: Remove unnecessary header includes from other header filesSpp
2013-02-04Scripts/Player: Add OnMapChanged to PlayerScripts (after map changed)Spp
2013-02-04Core: Implement Role based Access ControlSpp
2013-02-04Core/Dungeon Finder: Declare some functions private as those are not used out...Spp
2013-02-04Core/Dungeon Finder: Corrections to previous commitSpp
2013-02-04Core/Dungeon Finder: Use lfg namespace to encapsulate all LFG classes, struct...Spp
2013-02-04Core/Dungeon Finder: Simplify Spell Luck of the draw codeSpp
2013-01-30Core/Misc: Some changes to minimize differences with 4.3.4 branchSpp
2013-01-14Core/Misc: Apply codestyle to multiple filesSpp
2013-01-13Core/Dungeon finder: Fix teleport out after dungeon is finishedSpp
2013-01-09Core/Dungeon Finder: Fix group (5) unable to do new dungeon after finished la...Spp
2013-01-02Core/Misc: Replaced some macro definitions with inline functionsSpp
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-11-28Core/Dungeon Finder: Partial revert of ad6b5fb419Spp
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-11-21Core/Dungeon Finder: Properly update Lfg Status (shouldn't lose 'eye' when ch...Spp
2012-11-20Core/Misc: Reduce header dependencies - Step IIISpp
2012-11-20Core/Misc: Reduction of header dependencies - Step IISpp
2012-10-29Core/Dungeon Finder: Remove lfg player data when a group is disbandedSpp
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-29Core/Misc: Proper fix for previous commit (c5c8e38 - check race change before...Spp
2012-10-25Core/Dungeon Finder: Prevent crash when Teleport opcode is received from clie...Spp
2012-10-24Core/Misc: reduced amount of string memory allocations (Step I)Spp
2012-10-23Core/Misc: Add default count param to HasItemCountSpp
2012-10-23Core/Dungeon Finder: Add debugging commandsSpp
2012-10-23Core/Dungeon Finder: Correct rolechecks (4e8fa52)Spp
2012-10-22Core/Dungeon Finder: Corrections to 8622d49 (Fix teleport coors loading)Spp
2012-10-21Dungeon Finder: Fix teleport coords loadSpp
2012-10-19Fix crash on shutdown after last DF changesSpp
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: Minor optimizationsSpp
2012-10-18Core/Dungeon Finder: Some optimizations.Spp
2012-10-05Core/LFG: Implemented seasonal bosses options and fixed entrance points for d...horn
2012-10-02Core/Utilities: Do not expose internal store structure in Tokens and rename i...Spp
2012-09-18Core/Achievements: Force all calls to AchievementMgr be done through Player f...Spp
2012-08-20Core/Misc: Some fixes here and thereChaplain
2012-08-16Core/Logging: Move more log messages to LOG_FILTER_SERVER_LOADINGSpp
2012-08-03Fix compile under windowsSpp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-06-22Core/LFG: commented out a previous change that was causing issues with lfg du...Kandera
2012-06-21Core/Misc: Code-style + some const methods.Chaplain
2012-06-13Core/DungeonFinder:kaelima