aboutsummaryrefslogtreecommitdiff
path: root/src/charselect.cpp
AgeCommit message (Collapse)Author
2019-09-17Streamlined ini swapping so the user can set up multiple character folders ↵Crystalwarrior
associated with a character. This will save to the character folder's iniswaps.ini. You can click on the dropdown and edit the text inside to add an iniswap, and press the [X] button that'll appear next to it to remove the ini swap. Recode the enter_courtroom and add a new update_character feature - the two are now separate and responsible for different things. The courtroom will reload the whole theme and widgets while the character is only responsible for all ui elements related to the character. This drastically improves performance when switching characters using /switch or something Add a set_char_ini helper function that allows you to modify the character variables. For now only used to set name= field when iniswapping
2019-09-16Add two new helper functions - get_design_element and get_static_image_suffixCrystalwarrior
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)
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
2018-12-26moved headers into include and cpp files into src + logo into resourceDavid Skoland