aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/DungeonFinding/LFGQueue.cpp
AgeCommit message (Expand)Author
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-02-13Core/Misc: Minor game include cleanupShauren
2021-04-15Core/Misc: Replace time(NULL) with GameTime::GetGameTime()jackpoz
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-04-12Core/Entities: ObjectGuid improvementsShauren
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
2018-01-01Update copyright note for 2018vincent-michael
2017-07-12Core/PacketIO: Updated and enabled LFG packetsShauren
2017-05-15Core/Game: Include cleanup - remove Map dependency from Object.hShauren
2017-01-01Update copyright note for 2017vincent-michael
2016-05-20Core/DataStores: Updated opcodes and db2 to 7.0.3.21414Shauren
2016-04-16Core/LFG: Readd players to queue when proposal fails because someone else dec...Dustin Paul
2016-01-01Update copyright note for 2016Vincent-Michael
2015-09-24Core: Fix buildCarbenium
2015-09-24Core/Dungeon Finder: Fix groups queuing broken by 1e71aba2ee656a8407dec63a69d...jackpoz
2015-09-24Core/Dungeon Finder: Improve ".lfg queue debug" commandjackpoz
2015-09-24Core/Dungeon Finder: Add LFG roles of group members in LFG logsjackpoz
2015-07-25Core: Header cleanup in game/*/*.cppVincent-Michael
2015-05-19Core/PacketsIO: Implemented or updated most of party related packets.et65
2015-03-18Core/Dungeon Finder: Fix Vote Kick breaking LFG queuejackpoz
2015-01-01Update copyright note for 2015Vincent-Michael
2014-10-27Core/Entities: Updated HighGuid valuesShauren
2014-10-23Core/Entities: First step to 128 bit guidsShauren
2014-10-21Core/Entities: First batch of removing implicit conversions of ObjectGuid to ...Shauren
2014-09-20Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-09-16Core/Logging: Fixed incorrect usage of guid in logsShauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-01-11Merge branch 'master' into 4.3.4DDuarte
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-20Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2013-12-19Core/Dungeon Finder: Improve join log message to try to detect cases when one...Spp
2013-11-11Core/LFG: Fixed lfg queues being created just to retrieve join time for playersShauren
2013-11-08Merge branch 'master' into 4.3.4Spp
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-06-23Core/PacketIO: Updates and enabled a bunch of opcodesShauren
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-02-04Core/Dungeon Finder: Use lfg namespace to encapsulate all LFG classes, struct...Spp
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-26Core/Dungeon Finder: Fix reward for last member of each group being disbanded...Spp
2012-11-08Core/Guilds: Send correct opcode when purchasing a new tab and fix data not b...Spp
2012-11-02Core/Guild: Code RefactorSpp
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-23Core/Dungeon Finder: Add debugging commandsSpp