| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-13 | Fix missing #include, run clang-format | in1tiate | |
| 2020-10-13 | Add proper masking to AOImage elements | in1tiate | |
| 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-16 | Add two new helper functions - get_design_element and get_static_image_suffix | Crystalwarrior | |
| Modify all set_image calls to utilize said suffix helper function Dynamically change betweehn chatblank, chat, chatmed, chatbig based on the showname's length Use char.ini showname if showname is set to whitespace (doesn't yet check if char.ini showname is also whitespace) | |||
| 2018-12-26 | moved headers into include and cpp files into src + logo into resource | David Skoland | |
