summaryrefslogtreecommitdiff
path: root/src/gui/item_amount.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-0/+2
2005-08-19Made the item amount box work with a provided item.Björn Steinbrink1-49/+49
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-2/+7
2005-07-22Added missing includes and fixed a warning about implicit conversion.Björn Steinbrink1-1/+1
2005-07-22Merge between moi1392's branch and headCedric Borgese1-2/+14
2005-07-18Created Inventory class. (Really) Small code simplifications and cleanups.Björn Steinbrink1-4/+4
2005-07-17Added Item and Equipment class and made the appropriate places make use of th...Björn Steinbrink1-3/+3
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-2/+2
2005-06-03Magical 1 character change in new item amount window (+ to -).Aaron Marks1-1/+1
2005-06-03Added IntTextBox class (a TextBox which only accepts integers).Aaron Marks1-24/+14
2005-05-19Made item amount window a modal dialog and removed support for old map format.Bjørn Lindeijer1-36/+35
2005-05-14Mainly separating core GUI classes from game interface.Bjørn Lindeijer1-4/+2
2005-05-12trade fixes as usual + quit dialog pops up now instead of being under other w...Jan-Fabian Humann1-27/+26
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer1-2/+2
2005-03-05Now you can decide how many items to dropJan-Fabian Humann1-0/+142