Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-06 | Used layout for buy, sell and item amount dialogs | Bjørn Lindeijer | 1 | -30/+29 | |
(changes by Guillaume Melquiond, merged from the mainline client) | |||||
2009-01-06 | Added support for internationalization | Ira Rice | 1 | -17/+17 | |
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> | |||||
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-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2007-11-11 | Moved check on dropping 1 item to the inventory dialog. | Bjørn Lindeijer | 1 | -8/+0 | |
2007-10-25 | Item amount dialog is now skipped when there is only one item on the stack. | Philipp Sehmisch | 1 | -0/+8 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -10/+10 | |
2006-12-05 | Fixed visibility of item amount window. | Bjørn Lindeijer | 1 | -1/+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 | |
from the 0.1.0 branch. | |||||
2006-05-15 | Set slider range to the real values instead of mapping the amount between ↵ | Björn Steinbrink | 1 | -4/+3 | |
[0,1] and [1,max] all the time. | |||||
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 1 | -12/+4 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -4/+2 | |
2005-10-20 | Added garbage collection to the ScrollArea class. Fixed slider not being ↵ | Björn Steinbrink | 1 | -3/+7 | |
updated in the item amount box when the buttons are used. | |||||
2005-10-20 | Various cleanups and refactorisations. | Björn Steinbrink | 1 | -22/+22 | |
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -10/+0 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -0/+2 | |
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes. | |||||
2005-08-19 | Made the item amount box work with a provided item. | Björn Steinbrink | 1 | -49/+49 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -2/+7 | |
2005-07-22 | Added missing includes and fixed a warning about implicit conversion. | Björn Steinbrink | 1 | -1/+1 | |
2005-07-22 | Merge between moi1392's branch and head | Cedric Borgese | 1 | -2/+14 | |
2005-07-18 | Created Inventory class. (Really) Small code simplifications and cleanups. | Björn Steinbrink | 1 | -4/+4 | |
2005-07-17 | Added Item and Equipment class and made the appropriate places make use of ↵ | Björn Steinbrink | 1 | -3/+3 | |
them. Plus some cleanups. | |||||
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -2/+2 | |
2005-06-03 | Magical 1 character change in new item amount window (+ to -). | Aaron Marks | 1 | -1/+1 | |
2005-06-03 | Added IntTextBox class (a TextBox which only accepts integers). | Aaron Marks | 1 | -24/+14 | |
Changed passive label in drop item dialog to IntTextBox. | |||||
2005-05-19 | Made item amount window a modal dialog and removed support for old map format. | Bjørn Lindeijer | 1 | -36/+35 | |
2005-05-14 | Mainly separating core GUI classes from game interface. | Bjørn Lindeijer | 1 | -4/+2 | |
2005-05-12 | trade fixes as usual + quit dialog pops up now instead of being under other ↵ | Jan-Fabian Humann | 1 | -27/+26 | |
windows | |||||
2005-03-20 | TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore! | Bjørn Lindeijer | 1 | -2/+2 | |
Also fixed a crash on clicking wallpaper in login phase. | |||||
2005-03-05 | Now you can decide how many items to drop | Jan-Fabian Humann | 1 | -0/+142 | |