aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)Author
2020-04-17Run clang-format on entire projectoldmud0
Indentation fixed to 2 spaces per tab. Braces set to Stroustrup style. Lines reflow at 80 characters. One-line method bodies are on the same line as the signature. Space always after `//`. No indentation on preprocessor macros. Includes are sorted lexicographically. If you don't want to see this commit on blames, use the hidden whitespace option on GitHub, or use `-w` in git-blame.
2020-02-21Merge branch 'master' into 2.7stonedDiscord
2019-08-06+1 on stylestonedDiscord
2019-08-05language settingstonedDiscord
2019-07-29adjust translation path in main.cppstonedDiscord
2019-07-28at least the german translation worksstonedDiscord
2019-07-28it didn't like doing that with a pointerstonedDiscord
2019-07-28Make all strings translatableoldmud0
2019-01-23Case Announcer: Witness Support also some other shitiamgoofball
2018-12-26finished ubuntu build script and made default plugin mode dynamic linkingDavid Skoland
2018-12-26moved headers into include and cpp files into src + logo into resourceDavid Skoland