| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-22 | clang 2 electric boogaloo | Crystalwarrior | |
| { BasedOnStyle: LLVM, BreakBeforeBraces: Stroustrup} | |||
| 2020-05-22 | Clang-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) | |||
| 2019-09-17 | Allow lobby server descriptions to parse links | Crystalwarrior | |
| Fix bad reference to ui_emote_right image Fix chatbox being part of the viewport (gets cut off if it's outside) | |||
| 2019-09-16 | Allow char.ini to override the chat font and font size with chat_font = and ↵ | Crystalwarrior | |
| chat_size = Scream at the coders that decided hard-coding fonts and colors was a good idea (gotta properly let the themes modify that later) Fix a lot of ui elements not properly respecting the themes and their colors add a set_qfont method for those situations that need it Allow the theme to change sender colors for ooc and ms chatlogs rename url parser variable to something more immediately apparent as to what it is for readability's sake | |||
| 2018-12-26 | moved headers into include and cpp files into src + logo into resource | David Skoland | |
