Age | Commit message (Collapse) | Author | Files | Lines |
|
It was only updating on click events, due to using ActionListener
instead of SelectionListener.
|
|
|
|
Move stuff only needed for Players into Player (like slots and sprite
limits). Move name handling into Being (no need for three copies of
this code). Clean up terminology (including Map terminology). Remove
hair-related variables.
|
|
Abstracts it away and out of main.cpp and register.cpp.
|
|
In an attempt to make the GUI code a little more structured, basic
widgets are now put in gui/widgets. Many includes were also cleaned up.
|
|
Replaced many gcn::Label with Label, gcn::Slider with Slider in
character creation dialog. Also cleaned up includes.
|
|
Also cleanup character creation, which isn't functional at the moment.
|