aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/DungeonFinding
AgeCommit message (Expand)Author
2011-03-21Core: Removed all double (and more) empty linesShauren
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-02-03Core/Instances: Implemented DungeonEncounter.dbc for creating completed encou...Shauren
2011-01-26Core: Generic cleanup (tab2spaces/trailing whitespace removal)leak
2011-01-17Core/Dungeon Finder: Fix exploit that allowed players to get random reward af...Spp
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-28Core/Dungeon Finder: Fix crash in Update after DF system gone inconsistentSpp
2010-12-25Core: Fix a few warnings here and there.click
2010-12-23Core: Removed more operator workarounds for ACE_Singleton (missed previously ...Shauren
2010-12-23Core/Dungeon Finder: Fix a crash in rolecheck when a player is offlineSpp
2010-12-23Core/Dungeon Finder: Fix crash in recursive calls while joiningSpp
2010-12-23Core/Dungeon Finder: Reset player Locked Dungeons after change level or bind ...Spp
2010-12-23Core/Dungeon Finder: Some cosmetic changesSpp
2010-12-22Core: Get rid of dirty operator workaround for ACE_Singleton class implementa...Shauren
2010-12-22Core/Dungeon Finder: Fix wrong join result when joining with random dungeons ...Spp
2010-12-22Removing ProgressBars as they are performing badly on startup.leak
2010-12-21Fix typo in previous commit :SSpp
2010-12-21Core/Dungeon Finder: Fix problems when joining queueSpp
2010-12-21Core/Dungeon Finder: Multiple changesSpp
2010-12-19Streamlining loading functions for server startupleak
2010-12-17Core/Dungeon Finder: Fix typo, debug msg was supposed to be logged to debug (...Spp
2010-12-17Core/Unit: Renamed addUnitState/hasUnitState/clearUnitState to AddUnitState/H...Shauren
2010-12-17Core: Fix non-PCH buildSpp
2010-12-16Core/Dungeon Finder: Move all LFG data from Player and Group classes to inter...Spp
2010-12-16Core/Dungeon Finder: Use full guid of players instead of lowguidSpp
2010-12-14Core: Fixes some warningsShauren
2010-12-13Core/Dungeon Finder: Fix a crash in Join when there are no dungeons available...Spp
2010-12-13Core/Dungeon Finder: Minor optimization in handler codeSpp
2010-12-13Core/Dungeon Finder: Return a copy of cached dungeons set (to avoid being cle...Spp
2010-12-10Core/Dungeon Finder: Fix crash in JoinSpp
2010-12-09Core/Dungeon Finder: Fix incorrect Lfg state after multiple actions.Spp
2010-12-09Core/Dungeon Finder: Fix a crash in JoinSpp
2010-12-09Core/Dungeon Finder: Fix a possible crash in rolechecks when not successSpp
2010-12-08Core/Dungeon Finder: Some optimizationsSpp
2010-12-06Core/Dungeon Finder: revert r14440b0b82 and fix it properly.Spp
2010-12-06Core/Dungeon Finder: Fix console spam msg in LeaveSpp
2010-12-06Core: Fix non-PCH buildSpp
2010-12-05Core/Dungeon Finder: Use different queues for each teamSpp
2010-12-05Core/Dungeon Finder: Code cleanup and minor optimizationsSpp
2010-11-28Core/Dungeon Finder: Fix members of premade group not being teleported to dun...Spp
2010-11-28Core/Dungeon Finder: After a proposal success only teleport new playersSpp
2010-11-27Core/Dungeon Finder: Fix role check algorithm (Some valid combinations wereSpp
2010-11-26Core/Dungeon Finder: Fix a crash in JoinSpp
2010-11-26Core/Dungeon Finder: Properly remove players from queue (or readd) after a pr...Spp
2010-11-26Core/Dungeon Finder: Multiple changes in Join functionSpp
2010-11-24Core/Dungeon Finder: Do not allow to join Queue if someone in party is using ...Spp
2010-11-23Fix typo in previous commitSpp
2010-11-23Core/Dungeon Finder: Fix role check algorithm (Some valid combinations were b...Spp
2010-11-22Core/Dungeon Finder: Add missing change from 653b579755 that prevented to joi...Spp