summaryrefslogtreecommitdiff
path: root/src/gui/sell.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-25A host of code style fixesBjørn Lindeijer1-1/+1
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-38/+85
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-27/+47
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-1/+1
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-1/+27
2009-03-19Forgot to remove some now unneeded includes.Ira Rice1-1/+0
2009-03-19Made the plus and minus buttons in the last commit look moreIra Rice1-2/+2
2009-03-19Reformatted the item amount window and the buy/sell windows so thatIra Rice1-22/+44
2009-03-19Make sure positionable dialogs start out centeredJared Adams1-0/+1
2009-03-18Fix up the NPC interraction widnows a bitJared Adams1-0/+7
2009-03-18Fix up the NPC interraction widnows a bitJared Adams1-0/+7
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-6/+5
2009-03-10Extended window layout to take relative positions, as well as offsets toIra Rice1-2/+1
2009-03-10Don't center the NPC interraction dialogsJared Adams1-1/+0
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-1/+1
2009-02-26Fixed an error in shoplistboxes as identified by Octalot.Ira Rice1-1/+1
2009-02-25Fix NPC handling to not need a handle on the NPCJared Adams1-1/+1
2009-02-23Allow to sell non-stackable items like stackablesMajin Sniper1-10/+23
2009-02-23Allow to sell non-stackable items like stackablesMajin Sniper1-11/+24
2009-02-23Hide the buy/sell dialogs when there is no NPCJared Adams1-0/+7
2009-02-18Centralize current_npc cleanupJared Adams1-1/+1
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-1/+1
2009-02-15Add configurable units systemJared Adams1-5/+6
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-09Mostly whitespace and formatting changesBjørn Lindeijer1-3/+1
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-7/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-06Used layout for buy, sell and item amount dialogsBjørn Lindeijer1-60/+15
2009-01-06Added support for internationalizationIra Rice1-18/+22
2008-12-17Reintroduced window name propertyBjørn Lindeijer1-1/+2
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-6/+3
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-01Merged revisions 4110-4111,4116 via svnmerge from Bjørn Lindeijer1-0/+5
2008-07-25Applied patch by ElvenProgrammer to remember window locations between sessionsLloyd Bryant1-0/+1
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-18/+11
2008-04-17fixes for r4110, have to account for index value and add 1 to get the right s...Dennis Friis1-1/+2
2008-04-16Fix shop list not to scroll to top when selling. Redo of revision 3801 due to...Dennis Friis1-0/+4
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer1-1/+1
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-3/+4
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-7/+7
2007-10-28Separated auto-resizing into two categories: "set" and "add". Removed useless...Guillaume Melquiond1-2/+1
2007-10-21Converted sell dialog box to layout handler. Removed some useless code from b...Guillaume Melquiond1-60/+17
2007-10-19Marked buy and sell dialog boxes as translatable.Guillaume Melquiond1-17/+21
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-52/+75
2007-08-29Made sell dialog resizable and tweaked inventory resize code a bit.Bjørn Lindeijer1-33/+62
2007-08-19buy/sell fixed minimum quantity 1.Joshua Langley1-19/+13
2007-08-14Enabled buying and selling from NPCs.Guillaume Melquiond1-11/+4
2007-08-13Started conversion of buy/sell to new server.Guillaume Melquiond1-15/+2
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer1-87/+72