aboutsummaryrefslogtreecommitdiff
path: root/src/charselect.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-04-17Mega-merge of CR forkoldmud0
CR likely stands for "CentsRaidensnake." Like the Case Cafe mega-merge before it, this was not a clean merge, and it had to be split up into two parts: the actual changes, and the attempt it made to reformat the entire code via clang-format. This branch had a complicated set of changes that would be difficult to describe in this commit message. It would be better described in a proper changelog.
2020-02-23translate char not foundsD
2020-02-23connect the signal to char_clickedsD
2020-02-21same heresD
2020-02-21character is a little nondescriptive for the buttonsD
2020-02-21replace mycourt_fucksD
2020-02-21Merge branch 'master' into 2.7stonedDiscord
2019-08-08Merge pull request #88 from AttorneyOnline/i18nstonedDiscord
I18n
2019-08-05numbered arguments and more stringsstonedDiscord
2019-08-05eat shit tsuserverstonedDiscord
2019-08-05Revert "make the password field in charselect useful"stonedDiscord
This reverts commit 15a48a051c21275662b833d46d44b4e690d535ce.
2019-08-05make the password field in charselect usefulstonedDiscord
let the server decide what to do with this
2019-07-29fixed 2 stringsstonedDiscord
2019-07-12Less insane debugging; minor refactoring (!75)David Skoland
2019-01-23Case Announcer: Witness Support also some other shitiamgoofball
2019-01-23Multithreaded filtering of the character listiamgoofball
2019-01-23Multithreaded character generation TODO: fix loading screeniamgoofball
2018-12-26moved headers into include and cpp files into src + logo into resourceDavid Skoland