Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-14 | Remove some uneeded code | Jared Adams | 1 | -10/+0 | |
This should've been removed earlier with the layout fixes. | |||||
2009-08-10 | Fix SkillDialog's layout for points to always show | Jared Adams | 1 | -1/+1 | |
2009-08-10 | Fix TabbedArea and ScrollArea to resize contents | Jared Adams | 1 | -22/+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-10 | Merge branch 'master' of git@gitorious.org:tmw/mainline | Jared Adams | 1 | -2/+11 | |
2009-08-07 | Clear tab data from SkillDialog | Jared Adams | 1 | -2/+14 | |
2009-08-07 | Gettext fixes | Kess Vargavind | 1 | -2/+11 | |
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes. | |||||
2009-07-26 | Gettext fixes | Kess Vargavind | 1 | -1/+1 | |
And a Swedish translation of the desktop file. | |||||
2009-07-23 | Clear some more support ifdefs | Jared Adams | 1 | -0/+2 | |
2009-07-19 | Use the same level display format in windows | Jared Adams | 1 | -8/+2 | |
2009-07-15 | Fixed compile warnings and crash in skill dialog | Thorbjørn Lindeijer | 1 | -12/+15 | |
The crash was probably due to roaming or uninitialized pointers in the skill map. Please remember to clear it after deleting its contents, and also remember that operator[] is non-const and will insert an element when it's not already there. The proper way to see if a map contains an element is by using find(). | |||||
2009-07-13 | Rename Net::SkillHandler to Net::SpecialHandler | Jared Adams | 1 | -2/+2 | |
SkillHandler::up moved to PlayerHandler::increaseSkill | |||||
2009-07-13 | Adjust skill displays | Jared Adams | 1 | -9/+42 | |
Experiience progress bars and increase buttons are now only visible if they're applicable. | |||||
2009-07-12 | Make sure modifiable skills are visible | Jared Adams | 1 | -1/+1 | |
2009-07-08 | Remove parsing of the fixed flag from skills files | Jared Adams | 1 | -4/+2 | |
2009-07-08 | Fall back on unknown-item.png for skill icons | Jared Adams | 1 | -5/+4 | |
2009-07-08 | Have both builds use the same SkillDialog | Jared Adams | 1 | -4/+50 | |
2009-07-08 | Make SkillEntries update their width | Jared Adams | 1 | -11/+15 | |
2009-07-07 | Use tmw-skills.xml instead of hardcoding | Jared Adams | 1 | -198/+167 | |
2009-05-08 | Client - Inventory handler moveItem improve | Blue | 1 | -1/+1 | |
Gives the actual number of items to the moveItem method. Fix compilation problem for twmserv client compilation. | |||||
2009-04-20 | Fix up window visibility saving/restoring | Jared Adams | 1 | -0/+1 | |
2009-04-10 | Reduced the GCContainer to be even more trivial | Bjørn Lindeijer | 1 | -3/+2 | |
A container that deletes all its children on destruction doesn't have to be so complicated. Also renamed it to simply Container, since I think it should simply be default behavior. WindowContainer and Popup classes now inherit from this Container. | |||||
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -11/+8 | |
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 | Fixed compile for tmwserv client | Bjørn Lindeijer | 1 | -0/+2 | |
2009-04-07 | Used custom widgets where appropriate and some cleanup | Bjørn Lindeijer | 1 | -9/+8 | |
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 | -28/+30 | |
Renamed Skill_Tab to SkillTab and got rid of MAX_SLOT, using maxSlot instead. | |||||
2009-03-27 | Removed unnecessary parenthesis on constructors | Bjørn Lindeijer | 1 | -1/+1 | |
2009-03-26 | Fixes to file headers and header guards | Bjørn Lindeijer | 1 | -4/+4 | |
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 | -1/+56 | |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -0/+263 | |
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! |