summaryrefslogtreecommitdiff
path: root/src/gui/skill.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-07-08Have both builds use the same SkillDialogJared Adams1-300/+0
2009-05-21Fixed a few strings for better translationKess Vargavind1-1/+1
2009-05-12Remove methods from LocalPlayer that just call NetJared Adams1-1/+4
2009-05-10Fix for skill windowBlue1-1/+1
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+1
2009-04-29Fixed const-ness of TableModel related methodsBjørn Lindeijer1-3/+3
2009-04-22Some string fixesKess Vargavind1-2/+2
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-17/+18
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-7/+6
2009-03-19Make sure positionable dialogs start out centeredJared Adams1-1/+1
2009-03-15Fix some mem leaksJared Adams1-1/+1
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-6/+5
2009-03-10Fix some mem leaksJared Adams1-1/+1
2009-03-10Fix some mem leaksJared Adams1-1/+1
2009-03-10Fix some mem leaksJared Adams1-1/+1
2009-03-10Extended window layout to take relative positions, as well as offsets toIra Rice1-1/+1
2009-02-15Don't make window name translatableBjørn Lindeijer1-1/+1
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-1/+1
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-1/+2
2009-02-11Don't make log statements translatableBjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Don't make log statements translatableBjørn Lindeijer1-1/+1
2009-02-10Disable increase button for fixed skillsJared Adams1-6/+15
2009-02-10Disable increase button for fixed skillsJared Adams1-8/+16
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-18/+17
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-35/+42
2009-02-04Added key and mouse events to the table class.Ira Rice1-0/+1
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-15/+13
2009-02-03Show the scroll area again for the skill dialog. While this commit isn'tIra Rice1-1/+0
2009-02-03Fixed up table class to allow for different background colors, as wellIra Rice1-6/+5
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-20Reflowed inventory window to use layout code, as well as fixed the npcIra Rice1-17/+25
2009-01-20Reflowed skill dialog, as well as started to work on revising the tableIra Rice1-11/+12
2009-01-17Added a few XML files for "translation". Idea obtained from IchigoBlack,Ira Rice1-1/+1
2009-01-10Made a few more window components use a transparency under OpenGL, asIra Rice1-10/+5
2009-01-08Made remaining dialogs translatableBjørn Lindeijer1-18/+16
2009-01-08Made remaining dialogs translatableBjørn Lindeijer1-17/+18
2008-12-13Code style reformattingBjørn Lindeijer1-12/+6
2008-12-08Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer1-3/+1
2008-12-07Fixed inconsistency in default window sizesBjørn Lindeijer1-1/+1
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-3/+5
2008-12-07Fixed inconsistency in default window sizesBjørn Lindeijer1-1/+1
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-11Fixed two broken include pathsPhilipp Sehmisch1-2/+2
2008-11-02Fixed a few windows compiler errors, as well as rolled out a new Windows build.Ira Rice1-1/+1
2008-11-02Merged another fix from TMW for the new skill dialogue, which makes it so tha...Ira Rice1-4/+20
2008-11-02Ported a patch from TMW by fate which de-hardcodes skills, as well as removes...Ira Rice1-49/+132
2008-11-01* Report unmapped skill names as `Mystery Skill' (rather than random characters)Fate1-4/+22