summaryrefslogtreecommitdiff
path: root/src/gui/char_select.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-0/+3
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-12/+12
2009-02-07Some more include cleanups.Ira Rice1-0/+2
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-0/+1
2009-01-26Merged new and delete buttons, since either one or the other is alwaysIra Rice1-20/+21
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-16Some small layout tweaks, as well as making a few dialogs moreIra Rice1-23/+29
2009-01-16Adjusted character selection screen to be a bit more translationIra Rice1-46/+38
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-8/+4
2009-01-06Fixed the previous commit to actually use the layout engine.Ira Rice1-43/+24
2009-01-06Converted the character selection dialog to use the layout widget.Ira Rice1-11/+16
2009-01-06Added support for internationalizationIra Rice1-30/+33
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch1-2/+2
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-2/+0
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-01* Use hair.xml to determine hair colours (#514)Fate1-3/+3
2008-10-27De-hardcoded the number of hair styles.Ira Rice1-2/+2
2008-10-23Cleaned up ColorDB code so that it loads with all other databases, as Ira Rice1-5/+4
2008-10-19Fixed a small error that I didn't notice before with de-hardcoding the Ira Rice1-0/+3
2008-10-15De-hardcoded colors in trunk. Now, all colors are loaded from Ira Rice1-2/+6
2008-07-18Import of client treeLloyd Bryant1-1/+1
2007-11-21Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer...Bjørn Lindeijer1-8/+5
2007-11-20Merged revisions 3629-3630 via svnmerge from Bjørn Lindeijer1-5/+5
2007-08-24Added trimming of name for new character creation and of chat messagesBjørn Lindeijer1-7/+5
2007-03-24Changed the order of network message handling and logic, in order to prevent anBjørn Lindeijer1-2/+0
2007-03-22Clarified the error message when character creation fails and made sure theBjørn Lindeijer1-11/+26
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-20/+20
2006-12-09Use new animation system in character selection/creation. Shows equipment andBjørn Lindeijer1-21/+26
2006-12-03Made NPC names visible. Windows are now invisible by default.Bjørn Lindeijer1-1/+3
2006-09-14Removed some useless debug output.Björn Steinbrink1-2/+0
2006-09-14src/gui/char_select.cpp, src/main.cpp: Fix the character name matching loop a...Björn Steinbrink1-0/+4
2006-09-14Fix up the player selection stuff, it's a bit nicer now.Björn Steinbrink1-0/+20
2006-08-25Applied patch by Matthias, adding --playername command line option.Bjørn Lindeijer1-0/+5
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-5/+5
2006-07-19Fixed next/previous buttons behaviour in character selection dialog.Eugenio Favalli1-1/+2
2006-06-21Added female players.Eugenio Favalli1-6/+9
2006-03-20Fixed an include.Eugenio Favalli1-1/+1
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-15/+9
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-9/+15
2006-03-18Added a toString conversion function.Björn Steinbrink1-15/+9
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-127/+127
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-39/+13
2006-02-05Made the nickname and emotions displayed above every layers. Made the delete ...Yohann Ferreira1-4/+8
2006-02-04Unify the various login dialogs to use LoginData.Björn Steinbrink1-1/+1
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' events...Björn Steinbrink1-2/+2
2006-01-30A few cleanups and simplifications.Björn Steinbrink1-7/+6
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-277/+47
2006-01-04Reverted r0nny changes, enabled 3 slots to create players, smoothed player de...Eugenio Favalli1-64/+142
2006-01-02Smoothed also character creation, buttons are now disabled during connection/...Eugenio Favalli1-3/+26