Age | Commit message (Expand) | Author | Files | Lines |
2008-12-17 | Reintroduced window name property | Bjørn Lindeijer | 1 | -1/+2 |
2008-12-07 | Fixed inconsistency in default window sizes | Bjørn Lindeijer | 1 | -1/+1 |
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-09-12 | Fixed /where, added /cast for heal and gather, some changes to inventory to s... | Lloyd Bryant | 1 | -4/+5 |
2008-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 1 | -8/+4 |
2008-04-26 | Text fix: zeny to GP. | Dennis Friis | 1 | -3/+3 |
2008-04-11 | Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but because | Bjørn Lindeijer | 1 | -1/+1 |
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -1/+1 |
2007-11-20 | Merged revisions 3642,3662-3664,3667 via svnmerge from | Bjørn Lindeijer | 1 | -0/+2 |
2007-10-28 | Fixed display of trade window. Completed trade protocol. | Guillaume Melquiond | 1 | -159/+86 |
2007-10-21 | Added persistent positioning. | Guillaume Melquiond | 1 | -0/+2 |
2007-08-14 | Removed obsolete code. Added support for money received while trading. | Guillaume Melquiond | 1 | -1/+1 |
2007-08-14 | mantis_id:129 - Inventory Window Slots Added. | Joshua Langley | 1 | -2/+3 |
2007-08-07 | Fixed my breakage of persistent window dimensions. Cleaned a few things along... | Guillaume Melquiond | 1 | -1/+0 |
2007-07-31 | Removed legacy inventory code. Added display of equipment. | Guillaume Melquiond | 1 | -4/+4 |
2007-07-29 | Forgot a few debug statements. | Guillaume Melquiond | 1 | -3/+1 |
2007-07-29 | Converted trading to new server. | Guillaume Melquiond | 1 | -36/+13 |
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -5/+5 |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -5/+5 |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -18/+18 |
2006-11-05 | Fixed money field to no longer hide below the bottom of the window. | Bjørn Lindeijer | 1 | -18/+18 |
2006-11-02 | Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -5/+5 |
2006-11-02 | Network layer refactoring. | Björn Steinbrink | 1 | -3/+16 |
2006-10-03 | Removed empty frames from headgears. | Bjørn Lindeijer | 1 | -1/+1 |
2006-10-01 | Accepted patches by GDO and VictorSan that fix problems with hiding windows | Bjørn Lindeijer | 1 | -5/+5 |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -30/+33 |
2006-09-03 | Fixed updating of labels in trade window. | Bjørn Lindeijer | 1 | -30/+33 |
2006-09-03 | Introduced SelectionListener to fix updating problem in inventory window | Bjørn Lindeijer | 1 | -2/+2 |
2006-08-26 | Got rid of the default MessageOut constructor, since all messages should have | Bjørn Lindeijer | 1 | -10/+5 |
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 1 | -2/+1 |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -1/+1 |
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 1 | -1/+1 |
2006-07-25 | Switched client to use enet and modified login sequence to work with the new ... | Eugenio Favalli | 1 | -14/+14 |
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication abi... | Eugenio Favalli | 1 | -9/+7 |
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -7/+9 |
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -9/+7 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -107/+107 |
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 1 | -14/+4 |
2006-03-09 | Use std::auto_ptr in some places. | Björn Steinbrink | 1 | -8/+5 |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -9/+10 |
2006-01-04 | Reverted r0nny changes, enabled 3 slots to create players, smoothed player de... | Eugenio Favalli | 1 | -8/+15 |
2006-01-03 | moved network logic out of gui/trade.cpp to net/protocol_trade.{h,cpp} | Ronny Pfannschmidt | 1 | -15/+8 |
2006-01-03 | Really disabled /commands and added proper message when logging in and banned. | Eugenio Favalli | 1 | -1/+1 |
2005-10-20 | Added garbage collection to the ScrollArea class. Fixed slider not being upda... | Björn Steinbrink | 1 | -3/+0 |
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -13/+2 |
2005-10-16 | Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}. | Björn Steinbrink | 1 | -9/+9 |
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 1 | -6/+0 |
2005-09-19 | Removed useless flush() calls. | Eugenio Favalli | 1 | -5/+0 |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 1 | -10/+17 |