Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-05 | Made trade window resizable | Bjørn Lindeijer | 1 | -2/+8 | |
Also fixed overlap between description label and the buttons and added the SDL_ttf library to the Code::Blocks project file. | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -2/+0 | |
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-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -3/+3 | |
gcn::TabbedArea usage) | |||||
2008-01-26 | Fixed a GCC 4.3 compile error and constified the usage of auto_ptr, since | Bjørn Lindeijer | 1 | -1/+1 | |
that's the way in which we are using them. | |||||
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -1/+1 | |
2006-09-03 | Fixed updating of labels in trade window. | Bjørn Lindeijer | 1 | -4/+6 | |
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-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -14/+14 | |
2006-03-09 | Use std::auto_ptr in some places. | Björn Steinbrink | 1 | -4/+9 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -1/+3 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -1/+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-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-21 | It should be enough of "How can i give you money?????����" while ↵ | Matthias Hartmann | 1 | -0/+1 | |
trading now. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -4/+9 | |
2005-07-18 | Created Inventory class. (Really) Small code simplifications and cleanups. | Björn Steinbrink | 1 | -3/+5 | |
2005-07-17 | Added Item and Equipment class and made the appropriate places make use of ↵ | Björn Steinbrink | 1 | -1/+1 | |
them. Plus some cleanups. | |||||
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -4/+2 | |
2005-05-22 | another trade update: trading money is possible now, left box is for money ↵ | Jan-Fabian Humann | 1 | -1/+8 | |
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-19 | Made item amount window a modal dialog and removed support for old map format. | Bjørn Lindeijer | 1 | -14/+10 | |
2005-05-14 | Mainly separating core GUI classes from game interface. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-12 | trade fixes as usual + quit dialog pops up now instead of being under other ↵ | Jan-Fabian Humann | 1 | -0/+5 | |
windows | |||||
2005-05-11 | another trade update: selecting items is more logical now, name and desc. ↵ | Jan-Fabian Humann | 1 | -0/+5 | |
are being displayed | |||||
2005-05-10 | some trade gui changes | Jan-Fabian Humann | 1 | -11/+12 | |
2005-04-10 | cleaning up trade a bit, itemcontainers still wont show up again | Jan-Fabian Humann | 1 | -0/+2 | |
2005-04-07 | trade updated: trade is now possible, but some bugs are still to be fixed by ↵ | Jan-Fabian Humann | 1 | -1/+12 | |
me and zeny and different amount trading will need to be implemented | |||||
2005-04-06 | trade update: now both guys see the added item | Jan-Fabian Humann | 1 | -0/+5 | |
2005-04-06 | update for trade: now on right click | Jan-Fabian Humann | 1 | -1/+1 | |
2005-04-04 | starting to do the trade window, i know it's not functionable and contains a ↵ | Jan-Fabian Humann | 1 | -0/+89 | |
lot of bugs but ill continue tomorrow. |