Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-12 | Append _F or _M to username in eAthena network layer | Bjørn Lindeijer | 1 | -3/+3 | |
Abstracts it away and out of main.cpp and register.cpp. | |||||
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -1/+1 | |
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. | |||||
2009-04-07 | Used custom widgets where appropriate and some cleanup | Bjørn Lindeijer | 1 | -0/+2 | |
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes. | |||||
2009-04-06 | Implement TMWServ's CharHandler | Jared Adams | 1 | -0/+112 | |
Also cleanup character creation, which isn't functional at the moment. |