aboutsummaryrefslogtreecommitdiff
path: root/include/lobby.h
AgeCommit message (Collapse)Author
2021-12-18Merge branch 'master' into feature/http-msoldmud0
2021-06-13Use new HTTP-based master server clientoldmud0
2021-06-09stupidly simple fixin1tiate
2021-02-21Remove hardcoded stylesheets from lobbyCrystalwarrior
Stop doing the "tagget stylesheets" monstrosity
2021-02-17Make the server list display all pretty and niceCrystalwarrior
Resize the 0thcolumn to smallest possible size so it's not intrusive Remove text eliding so numbers don't get ...'s
2020-10-04fix doubleclick server being buggyscatterflower
2020-05-22clang 2 electric boogalooCrystalwarrior
{ BasedOnStyle: LLVM, BreakBeforeBraces: Stroustrup}
2020-05-22Clang-ify the code with this styling using Visual Studio Code:Crystalwarrior
{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Stroustrup, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All } (this is the Visual Studio preset with only "BreakBeforeBraces" changed from Allman to Stroustrup)
2020-03-12VERSION 2.8.3 BABYYYYYYYYCrystalwarrior
Add "KFO" to version display in lobby so it's even clearer this is a custom client Add a settings button to the Lobby screen
2020-03-12Add a search bar for server listCrystalwarrior
Add options for sticky sounds, sticky effects and sticky preanims Optimize the search for areas and music (previously, area search also searched for music in the background, causing lag with huge music lists)
2020-03-05Add sorting by name for lobbyCrystalwarrior
2019-10-20oopsCrystalwarrior
2019-10-20Version 2.8.0.5Crystalwarrior
Add Killing Fever Online icon (mac icon not updated yet)
2019-09-16Add expanded style sheet supportCrystalwarrior
Allow lobby fonts to happen
2019-08-20doubleclick to join a serverstonedDiscord
2018-12-26moved headers into include and cpp files into src + logo into resourceDavid Skoland