Age | Commit message (Expand) | Author | Files | Lines |
2008-04-25 | Added client-side email address change ability. | Yohann Ferreira | 1 | -11/+20 |
2008-04-19 | Made the client clean characters information at unlogging to avoid a freeze w... | Yohann Ferreira | 1 | -0/+1 |
2008-04-18 | Added a change password dialog. State code is to be reworked. | Yohann Ferreira | 1 | -14/+23 |
2008-04-11 | Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but because | Bjørn Lindeijer | 1 | -4/+3 |
2008-04-03 | Added patch from | David Athay | 1 | -1/+1 |
2008-02-22 | Merged creation of female characters from Legend of Mazzeroth. | Philipp Sehmisch | 1 | -5/+45 |
2007-12-18 | Updated attribute system to the latest design decisions (removed charisma, ke... | Philipp Sehmisch | 1 | -9/+7 |
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-11-03 | Fixed double load of hair graphics. | Guillaume Melquiond | 1 | -8/+5 |
2007-10-27 | Improved layout handler to support trees of nested arrays. Needed for convert... | Guillaume Melquiond | 1 | -11/+7 |
2007-10-21 | Made visible the resizable grip on inventory window. | Guillaume Melquiond | 1 | -2/+1 |
2007-10-20 | Improved layout manager. Reworked layout of character selection dialog box. | Guillaume Melquiond | 1 | -34/+24 |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -7/+5 |
2007-08-24 | Added trimming of name for new character creation and of chat messages | Bjørn Lindeijer | 1 | -7/+5 |
2007-08-07 | Marked most of the GUI as translatable. | Guillaume Melquiond | 1 | -41/+41 |
2007-03-24 | Merged 0.0 changes from revision 3177 to 3234 to trunk. | Bjørn Lindeijer | 1 | -23/+42 |
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-03-22 | Redesigned the localplayer class to use getters and setters instead of direct... | Philipp Sehmisch | 1 | -2/+2 |
2007-03-21 | Some spelling fixes. | Bjørn Lindeijer | 1 | -10/+10 |
2007-03-20 | Implemented a GUI for distributing the characters attributes at character cre... | Philipp Sehmisch | 1 | -8/+90 |
2007-03-15 | Implemented 7 atribute system in character creation. | Philipp Sehmisch | 1 | -1/+2 |
2007-02-25 | Fixed small issue concerning SDL timers, removed a useless variable. | Rogier Polak | 1 | -2/+5 |
2007-02-23 | Added unregistering, logout_then_exit, switch_character and switch_accountser... | Rogier Polak | 1 | -4/+19 |
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -20/+20 |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -20/+20 |
2007-01-10 | Accepted bugfixes for character creation from Rogier Polak. | Bjørn Lindeijer | 1 | -8/+8 |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -22/+29 |
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-11-02 | Network layer refactoring. | Björn Steinbrink | 1 | -37/+13 |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+22 |
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-28 | Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+5 |
2006-08-26 | Got rid of the default MessageOut constructor, since all messages should have | Bjørn Lindeijer | 1 | -4/+2 |
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 1 | -9/+8 |
2006-08-26 | Got rid of numerous additions and substractions to the hair style and color. | Bjørn Lindeijer | 1 | -6/+5 |
2006-08-25 | Applied patch by Matthias, adding --playername command line option. | Bjørn Lindeijer | 1 | -0/+5 |
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 1 | -4/+4 |
2006-08-14 | Some preparations towards supporting character select and response handling. | Bjørn Lindeijer | 1 | -3/+4 |
2006-08-14 | Completed porting of character creation/deletion, fixed some issues with netw... | Eugenio Favalli | 1 | -21/+21 |
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-08-04 | Fixed character gender in selection dialog. | Guillaume Melquiond | 1 | -0/+1 |
2006-08-02 | Ported account registration to tmwserv. There's still a disconnection/reconne... | Eugenio Favalli | 1 | -8/+6 |
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 1 | -5/+5 |
2006-07-25 | Switched client to use enet and modified login sequence to work with the new ... | Eugenio Favalli | 1 | -17/+17 |
2006-07-19 | Fixed next/previous buttons behaviour in character selection dialog. | Eugenio Favalli | 1 | -1/+2 |