Age | Commit message (Expand) | Author | Files | Lines |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
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-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-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -5/+5 |
2006-11-05 | Fixed money field to no longer hide below the bottom of the window. | Bjørn Lindeijer | 1 | -18/+18 |
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-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-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -1/+1 |
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 |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -21/+20 |
2005-08-21 | It should be enough of "How can i give you money?????����" while trad... | Matthias Hartmann | 1 | -6/+10 |
2005-08-19 | Made the item amount box work with a provided item. | Björn Steinbrink | 1 | -1/+1 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -19/+35 |
2005-07-18 | Created Inventory class. (Really) Small code simplifications and cleanups. | Björn Steinbrink | 1 | -30/+30 |
2005-07-17 | Added Item and Equipment class and made the appropriate places make use of th... | Björn Steinbrink | 1 | -55/+45 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -6/+5 |
2005-05-22 | trade: disable textfield on ok | Jan-Fabian Humann | 1 | -1/+2 |
2005-05-22 | another trade update: trading money is possible now, left box is for money yo... | Jan-Fabian Humann | 1 | -6/+54 |
2005-05-21 | trade: you can not change trade quantities (RO protocol forbids it...) | Jan-Fabian Humann | 1 | -6/+12 |
2005-05-19 | Made item amount window a modal dialog and removed support for old map format. | Bjørn Lindeijer | 1 | -37/+46 |
2005-05-17 | we dont need an itemamount window if quantity in inventory is 1 | Jan-Fabian Humann | 1 | -3/+8 |
2005-05-12 | trade fixes as usual + quit dialog pops up now instead of being under other w... | Jan-Fabian Humann | 1 | -17/+30 |
2005-05-11 | another trade update: selecting items is more logical now, name and desc. are... | Jan-Fabian Humann | 1 | -2/+48 |
2005-05-10 | some trade gui changes | Jan-Fabian Humann | 1 | -49/+50 |
2005-04-10 | cleaning up trade a bit, itemcontainers still wont show up again | Jan-Fabian Humann | 1 | -61/+12 |
2005-04-07 | trade updated: trade is now possible, but some bugs are still to be fixed by ... | Jan-Fabian Humann | 1 | -2/+61 |
2005-04-06 | trade update: now both guys see the added item | Jan-Fabian Humann | 1 | -8/+28 |
2005-04-06 | Another trade update | Jan-Fabian Humann | 1 | -20/+1 |
2005-04-06 | update for trade: now on right click | Jan-Fabian Humann | 1 | -2/+20 |
2005-04-04 | starting to do the trade window, i know it's not functionable and contains a ... | Jan-Fabian Humann | 1 | -0/+183 |