Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-08 | Made remaining dialogs translatable | Bjørn Lindeijer | 1 | -2/+2 | |
Most strings are now translatable. Please do report any missing ones. Strings excluded from translation are anything that gets written to the log file or is otherwise not shown in the GUI. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-01-06 | Added support for internationalization | Ira Rice | 1 | -25/+18 | |
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91. Conflicts: INSTALL configure.ac src/Makefile.am src/gui/buy.cpp src/gui/confirm_dialog.cpp src/gui/inventorywindow.cpp src/gui/login.cpp src/gui/menuwindow.cpp src/gui/minimap.cpp src/gui/ok_dialog.cpp src/gui/popupmenu.cpp src/gui/register.cpp src/gui/sell.cpp src/gui/setup.cpp src/gui/setup_video.cpp Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-05 | Made trade window resizable | Bjørn Lindeijer | 1 | -24/+40 | |
Also fixed overlap between description label and the buttons and added the SDL_ttf library to the Code::Blocks project file. | |||||
2008-12-07 | Fixed inconsistency in default window sizes | Bjørn Lindeijer | 1 | -1/+1 | |
The default window sizes were all too small, since they were specified in content size. On pressing "Reset Windows", the sizes would be interpreted as such and apply alright. The inconsistency is now removed, and the default window sizes are always the size of the whole widget now, not just the contents. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -4/+1 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-09-12 | Fixed /where, added /cast for heal and gather, some changes to inventory to ↵ | Lloyd Bryant | 1 | -4/+5 | |
support storage | |||||
2008-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 1 | -8/+4 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3738 | b_lindeijer | 2007-11-16 00:44:01 +0100 (Fri, 16 Nov 2007) | 3 lines Moved item icon from ItemInfo class to the Item class, so that it can be loaded on demand. Results in faster startup time and reduced memory usage. ........ | |||||
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 | |
gcn::TabbedArea usage) | |||||
2007-11-20 | Merged revisions 3642,3662-3664,3667 via svnmerge from | Bjørn Lindeijer | 1 | -0/+2 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3642 | gmelquio | 2007-10-19 19:46:46 +0200 (Fri, 19 Oct 2007) | 1 line Factored code between resource handlers. Implemented failure-friendly sprite loader. ........ r3662 | gmelquio | 2007-10-21 21:01:16 +0200 (Sun, 21 Oct 2007) | 1 line Added persistent positioning. ........ r3663 | gmelquio | 2007-10-21 21:03:43 +0200 (Sun, 21 Oct 2007) | 1 line Fixed missing pixels at bottom and right. ........ r3664 | gmelquio | 2007-10-21 21:05:56 +0200 (Sun, 21 Oct 2007) | 1 line Changed to use default values when restoring missing settings. ........ r3667 | gmelquio | 2007-10-21 22:09:08 +0200 (Sun, 21 Oct 2007) | 1 line Fixed invisible text in dropboxes and shopboxes. ........ | |||||
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 | |
using h and problems with trade window positioning. | |||||
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 | |
(should also be used to fix similar problem in trade, buy and sell dialogs). Made the ItemInfo be passed around as a reference instead of a pointer, since it is never NULL. | |||||
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -1/+1 | |
from the 0.1.0 branch. | |||||
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication ↵ | Eugenio Favalli | 1 | -9/+7 | |
abilities. | |||||
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 ↵ | Eugenio Favalli | 1 | -8/+15 | |
deletion. | |||||
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 ↵ | Björn Steinbrink | 1 | -3/+0 | |
updated in the item amount box when the buttons are used. | |||||
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 ↵ | Matthias Hartmann | 1 | -6/+10 | |
trading now. | |||||
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 ↵ | Björn Steinbrink | 1 | -55/+45 | |
them. Plus some cleanups. | |||||
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 ↵ | Jan-Fabian Humann | 1 | -6/+54 | |
you send, the right label shows the money you receive. Due to stupid RO protocol money value will only be submitted when you press Ok. | |||||
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 ↵ | Jan-Fabian Humann | 1 | -17/+30 | |
windows | |||||
2005-05-11 | another trade update: selecting items is more logical now, name and desc. ↵ | Jan-Fabian Humann | 1 | -2/+48 | |
are being displayed | |||||
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 | |
me and zeny and different amount trading will need to be implemented |