aboutsummaryrefslogtreecommitdiff
path: root/aocharbutton.h
AgeCommit message (Collapse)Author
2018-12-26moved headers into include and cpp files into src + logo into resourceDavid Skoland
2018-12-12The charselect's "shadows" correctly update based on what chars are taken.Cerapter
This was purely a graphical bug. The characters were correctly recognised as taken by the client, but there was no way to update the "taken-shadow" over their icons. Which meant that they were locked into the way they were when the user first joined the server. As a result of this, a `CharsCheck` package from the server will correctly display the taken characters to the client in the character selection.
2018-08-19Moved includes out of the CPP files into the header files.Cerapter
Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the old origin.
2018-08-16Fixed a bug where the character taken symbol wouldn't show.Cerapter
2017-01-26finished charselect and cleaned up some filesDavid Skoland
2017-01-18changing structure from globals to OO with a flat constructionDavid Skoland
2017-01-16more work on the courtroom + added the aocharbutton classDavid Skoland