| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-23 | translate stuff that got run over | sD | |
| 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-27 | Add cute color icons to color dropdown ui | Crystalwarrior | |
| Fix current_side not using the character's preferred one after changing character Add cool tool tip describing how to do cool select+color thing Fix chatlogpiece not appending ": " in the log files | |||
| 2019-09-16 | Add file reading, writing and appending functions that create folders if ↵ | Crystalwarrior | |
| bool is true Fix server_address not being properly created in packet distribution Create a log file when you join a server in the logs/<server name>/<logname>.log and update it every time there's a new chat entry minor refactor of chatlogpiece | |||
| 2018-12-26 | moved headers into include and cpp files into src + logo into resource | David Skoland | |
