Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-28 | Properly fix problems with ItemContainer in InventoryWindow not resizing | Bjørn Lindeijer | 1 | -4/+0 | |
properly since upgrade to Guichan 0.8.0. | |||||
2008-04-27 | Switch to use our extended ScrollArea and use adjusted width to proper ↵ | Dennis Friis | 1 | -1/+3 | |
calculate the grid for itemcontainer. | |||||
2008-04-27 | Fix ItemContainer not being resized properly when resizing inventory window. | Dennis Friis | 1 | -6/+2 | |
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -8/+9 | |
gcn::TabbedArea usage) | |||||
2007-12-21 | Fixed inventory size not matching the size assumed by eAthena and related | Bjørn Lindeijer | 1 | -1/+1 | |
memory corruption and increased default chat log length. | |||||
2007-11-11 | Moved check on dropping 1 item to the inventory dialog. | Bjørn Lindeijer | 1 | -2/+7 | |
2007-08-29 | Made sell dialog resizable and tweaked inventory resize code a bit. | Bjørn Lindeijer | 1 | -18/+23 | |
2007-08-28 | Made buy dialog resizable and added a WindowListener class for listening for | Bjørn Lindeijer | 1 | -23/+2 | |
window resize and move events. | |||||
2007-08-20 | Added close button functionality, resize cursor cues. | Joshua Langley | 1 | -0/+1 | |
2007-04-15 | Reimplemented window resizing. It is now once again possible to resize windows | Bjørn Lindeijer | 1 | -3/+4 | |
using their borders (except for the top one, since that's the title bar for Guichan) and the resize grip in the bottom right is much easier to grab. Needs some testing. | |||||
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -10/+10 | |
2006-12-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 1 | -1/+2 | |
with the (rather misplaced) input handling from the Gui class. Also, it's a Container itself which should allow for extending it to show Guichan widgets on map coordinates. | |||||
2006-10-01 | Accepted patches by GDO and VictorSan that fix problems with hiding windows | Bjørn Lindeijer | 1 | -0/+1 | |
using h and problems with trade window positioning. | |||||
2006-09-03 | Introduced SelectionListener to fix updating problem in inventory window | Bjørn Lindeijer | 1 | -24/+34 | |
(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 | -3/+4 | |
from the 0.1.0 branch. | |||||
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication ↵ | Eugenio Favalli | 1 | -5/+5 | |
abilities. | |||||
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -5/+5 | |
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -5/+5 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -55/+54 | |
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 1 | -7/+2 | |
2006-03-09 | Use std::auto_ptr in some places. | Björn Steinbrink | 1 | -1/+1 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -10/+7 | |
2005-12-29 | Added popup support to the Gui class. Moved all mouse input handling into ↵ | Björn Steinbrink | 1 | -2/+2 | |
the Gui class. | |||||
2005-10-20 | Added garbage collection to the ScrollArea class. Fixed slider not being ↵ | Björn Steinbrink | 1 | -5/+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 | -7/+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-10-04 | Move to top the requested windows. Also corrected the default win pos for ↵ | Yohann Ferreira | 1 | -1/+1 | |
inventory and equipment. | |||||
2005-09-30 | Made the inventory Win behave normally when resized by default size functions. | Yohann Ferreira | 1 | -1/+17 | |
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few ↵ | Yohann Ferreira | 1 | -5/+7 | |
the default win position. And moved the setposition from game to each win, to clarify the code. | |||||
2005-09-28 | Save and load X, Y, Height, and Width to useful wins. | Yohann Ferreira | 1 | -1/+1 | |
2005-09-28 | Added window internal name to every window. Useful to later get and save X, ↵ | Yohann Ferreira | 1 | -0/+2 | |
Y, Height, and Width of these wins. | |||||
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -1/+2 | |
2005-08-28 | Prepare our source so that it'll survive a guichan header cleanup, should it ↵ | Björn Steinbrink | 1 | -0/+2 | |
ever happen... | |||||
2005-08-26 | Added effect description to buy/see/inventory, made some improvements and ↵ | Yohann Ferreira | 1 | -8/+16 | |
bugfixes, too. | |||||
2005-08-19 | Made the item amount box work with a provided item. | Björn Steinbrink | 1 | -1/+1 | |
2005-08-13 | Updated dev-cpp project file, removed unnecessary header, fixed some include ↵ | Eugenio Favalli | 1 | -1/+1 | |
paths. | |||||
2005-08-13 | Small header cleanup. | Björn Steinbrink | 1 | -0/+2 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -5/+12 | |
2005-07-28 | Cleaned up the showPopup() code, moved "map"-related code into game.cpp, ↵ | Björn Steinbrink | 1 | -4/+3 | |
made the popup show up at mouse coordinates instead of being aligned to tiles. | |||||
2005-07-22 | Merge between moi1392's branch and head | Cedric Borgese | 1 | -0/+13 | |
2005-07-18 | Created Inventory class. (Really) Small code simplifications and cleanups. | Björn Steinbrink | 1 | -0/+201 | |