Age | Commit message (Expand) | Author | Files | Lines |
2009-03-14 | Made a label class derived from the guichan label class which utilizes | Ira Rice | 1 | -9/+8 |
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-18 | Move check to a more appropriate place | Jared Adams | 1 | -2/+2 |
2009-02-17 | Fix small bug in character select dialog | Jared Adams | 1 | -1/+1 |
2009-02-15 | Fixed compiler warnings | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -12/+12 |
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -0/+2 |
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -0/+1 |
2009-01-26 | Merged new and delete buttons, since either one or the other is always | Ira Rice | 1 | -20/+21 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-16 | Some small layout tweaks, as well as making a few dialogs more | Ira Rice | 1 | -23/+29 |
2009-01-16 | Adjusted character selection screen to be a bit more translation | Ira Rice | 1 | -46/+38 |
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -8/+4 |
2009-01-06 | Fixed the previous commit to actually use the layout engine. | Ira Rice | 1 | -43/+24 |
2009-01-06 | Converted the character selection dialog to use the layout widget. | Ira Rice | 1 | -11/+16 |
2009-01-06 | Added support for internationalization | Ira Rice | 1 | -30/+33 |
2009-01-05 | Handling gender with an enum everywhere. | Philipp Sehmisch | 1 | -2/+2 |
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 1 | -2/+0 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -4/+1 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-11-01 | * Use hair.xml to determine hair colours (#514) | Fate | 1 | -3/+3 |
2008-10-27 | De-hardcoded the number of hair styles. | Ira Rice | 1 | -2/+2 |
2008-10-23 | Cleaned up ColorDB code so that it loads with all other databases, as | Ira Rice | 1 | -5/+4 |
2008-10-19 | Fixed a small error that I didn't notice before with de-hardcoding the | Ira Rice | 1 | -0/+3 |
2008-10-15 | De-hardcoded colors in trunk. Now, all colors are loaded from | Ira Rice | 1 | -2/+6 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer... | Bjørn Lindeijer | 1 | -8/+5 |
2007-11-20 | Merged revisions 3629-3630 via svnmerge from | Bjørn Lindeijer | 1 | -5/+5 |
2007-08-24 | Added trimming of name for new character creation and of chat messages | Bjørn Lindeijer | 1 | -7/+5 |
2007-03-24 | Changed the order of network message handling and logic, in order to prevent an | Bjørn Lindeijer | 1 | -2/+0 |
2007-03-22 | Clarified the error message when character creation fails and made sure the | Bjørn Lindeijer | 1 | -11/+26 |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -20/+20 |
2006-12-09 | Use new animation system in character selection/creation. Shows equipment and | Bjørn Lindeijer | 1 | -21/+26 |
2006-12-03 | Made NPC names visible. Windows are now invisible by default. | Bjørn Lindeijer | 1 | -1/+3 |
2006-09-14 | Removed some useless debug output. | Björn Steinbrink | 1 | -2/+0 |
2006-09-14 | src/gui/char_select.cpp, src/main.cpp: Fix the character name matching loop a... | Björn Steinbrink | 1 | -0/+4 |
2006-09-14 | Fix up the player selection stuff, it's a bit nicer now. | Björn Steinbrink | 1 | -0/+20 |
2006-08-25 | Applied patch by Matthias, adding --playername command line option. | Bjørn Lindeijer | 1 | -0/+5 |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -5/+5 |
2006-07-19 | Fixed next/previous buttons behaviour in character selection dialog. | Eugenio Favalli | 1 | -1/+2 |
2006-06-21 | Added female players. | Eugenio Favalli | 1 | -6/+9 |
2006-03-20 | Fixed an include. | Eugenio Favalli | 1 | -1/+1 |
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication abi... | Eugenio Favalli | 1 | -15/+9 |
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -9/+15 |
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -15/+9 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -127/+127 |
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 1 | -39/+13 |
2006-02-05 | Made the nickname and emotions displayed above every layers. Made the delete ... | Yohann Ferreira | 1 | -4/+8 |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 1 | -1/+1 |