Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-08 | Only show skill and special buttons in WindowMenu when needed | Jared Adams | 1 | -0/+2 | |
Reviewed-by: Chuck Miller | |||||
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-10 | Improve look and utility of the SkillDialog | Jared Adams | 1 | -0/+2 | |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2010-01-12 | Standardize header order | Jared Adams | 1 | -2/+2 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2009-08-14 | Remove some uneeded code | Jared Adams | 1 | -3/+0 | |
This should've been removed earlier with the layout fixes. | |||||
2009-08-10 | Fix TabbedArea and ScrollArea to resize contents | Jared Adams | 1 | -8/+0 | |
Also remove that code from SkillDialog. I tried to do the same with ChatWindow, but it kept segfaulting. Will try again later. | |||||
2009-08-07 | Clear tab data from SkillDialog | Jared Adams | 1 | -1/+0 | |
2009-07-08 | Remove parsing of the fixed flag from skills files | Jared Adams | 1 | -1/+1 | |
2009-07-08 | Have both builds use the same SkillDialog | Jared Adams | 1 | -1/+11 | |
2009-07-07 | Use tmw-skills.xml instead of hardcoding | Jared Adams | 1 | -9/+21 | |
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 | -8/+0 | |
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes. | |||||
2009-03-28 | Some more cleanup | Bjørn Lindeijer | 1 | -8/+7 | |
Renamed Skill_Tab to SkillTab and got rid of MAX_SLOT, using maxSlot instead. | |||||
2009-03-26 | Fixes to file headers and header guards | Bjørn Lindeijer | 1 | -6/+6 | |
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before. | |||||
2009-03-26 | Remove redundancy, fix variable names and other code cleanups | Bjørn Lindeijer | 1 | -61/+1 | |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -0/+139 | |
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere! |