aboutsummaryrefslogtreecommitdiff
path: root/src/debug_functions.cpp
AgeCommit message (Collapse)Author
2021-01-07Set delete on close attribute for orphaned widgetsSkye Deving
2021-01-04CI needs an extra include for bindstonedDiscord
2021-01-04add 3 second timer before OK shows upstonedDiscord
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)
2019-07-28Make all strings translatableoldmud0
2018-12-26moved headers into include and cpp files into src + logo into resourceDavid Skoland