summaryrefslogtreecommitdiff
path: root/src/gui/shop.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-04-05Implement TMWServ's NpcHandlerJared Adams1-2/+0
2009-03-27Include statement cleanup for net/ea/ directory.Bjørn Lindeijer1-2/+4
2009-03-25A host of code style fixesBjørn Lindeijer1-3/+3
Mostly putting & and * in the right place and making some getters const.
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-7/+41
Conflicts: A lot of files.
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-6/+8
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere!
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+1
Conflicts: data/graphics/images/login_wallpaper.png src/being.cpp src/beingmanager.cpp src/engine.cpp src/game.cpp src/gui/buysell.cpp src/gui/buysell.h src/gui/gui.h src/gui/npc_text.cpp src/gui/npc_text.h src/gui/npcintegerdialog.cpp src/gui/npclistdialog.cpp src/gui/npclistdialog.h src/gui/npcstringdialog.cpp src/gui/sell.cpp src/gui/shop.cpp src/gui/table.cpp src/net/beinghandler.cpp src/net/npchandler.cpp src/net/playerhandler.cpp src/npc.cpp src/npc.h src/shopitem.cpp src/shopitem.h src/utils/stringutils.cpp src/utils/stringutils.h src/utils/trim.h
2009-02-26Fixed an error in shoplistboxes as identified by Octalot.Ira Rice1-2/+1
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-23Allow to sell non-stackable items like stackablesMajin Sniper1-8/+43
Make it possible to sell non-stackable items all at once by introducing "Duplicate Items" and a Shop that can handle them. Also fix a trivial bug to correctly preview you money while selling.
2009-02-23Allow to sell non-stackable items like stackablesMajin Sniper1-8/+43
Make it possible to sell non-stackable items all at once by introducing "Duplicate Items" and a Shop that can handle them. Also fix a trivial bug to correctly preview you money while selling.
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
useful since buddy lists are tracked through the player relation interface instead) Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2008-12-08Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer1-3/+1
Inspired by qDeleteAll() from Qt. Conflicts: ChangeLog src/beingmanager.cpp src/channelmanager.cpp src/gui/skill.cpp src/map.cpp src/resources/monsterinfo.cpp (cherry picked from mainline)
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-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-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-10-10Some old uncommitted cleanup.Bjørn Lindeijer1-5/+0
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-3/+1
2008-09-04Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer1-3/+1
Inspired by qDeleteAll() from Qt.
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-06-14Fixed compilation errors and trade bug.David Athay1-0/+2
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-21/+16
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3738 | b_lindeijer | 2007-11-16 00:44:01 +0100 (Fri, 16 Nov 2007) | 3 lines Moved item icon from ItemInfo class to the Item class, so that it can be loaded on demand. Results in faster startup time and reduced memory usage. ........
2008-03-28 UpdatedDavid Athay1-0/+2
project file and added some headers to help compiling on gcc 4.3.
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer1-22/+13
on demand. Results in faster startup time and reduced memory usage.
2007-08-13Started conversion of buy/sell to new server.Guillaume Melquiond1-3/+5
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer1-1/+1
2006-12-16Subclassed ShopListBox from ListBox to get rid of some duplicated code, andBjørn Lindeijer1-1/+1
fixed a problem with scrolling to the current selection. Also aligned the text a bit better and put the price in parenthesis.
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-3/+3
2006-11-23Refectored the Itemmanager class to an ItemDB namespace.Philipp Sehmisch1-3/+3
2006-11-05Merged 0.0 changes from revision 2800 to 2825 to trunk.Bjørn Lindeijer1-2/+42
2006-11-05Fixes to Sell dialog.Yohann Ferreira1-2/+2
2006-11-05Added item's pictures in sell dialogs, and precisions about the total money ↵Yohann Ferreira1-0/+5
in it.
2006-11-05Added pictures to items in buy dialogs. Also too expensive items are ↵Yohann Ferreira1-2/+37
highlighted in gray and can't be selected.
2006-01-31Created a ListModel for ShopItems.Björn Steinbrink1-0/+9
2005-04-21Now shops get item names from the xml databaseEugenio Favalli1-119/+0
2005-04-18- New hatEugenio Favalli1-1/+2
- New way of loading monstersets - New monsters
2005-04-16Updating item namesEugenio Favalli1-1/+3
2005-04-06Updating item names (we really need a db)Eugenio Favalli1-3/+10
2005-02-25Fixing equipment and shops according to the new server scriptEugenio Favalli1-1/+97
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer1-79/+11
used throughout application, cleaned up shop functions.
2004-12-28A few cleanups and small fix to sell dialog.Bjørn Lindeijer1-22/+0
2004-12-28Ported sell dialog to Guichan.Bjørn Lindeijer1-19/+0
2004-12-28Inventory dialog is also not a dialog.Bjørn Lindeijer1-2/+2
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer1-1/+1
modules to file lists.
2004-12-26Ported the inventory dialog over to Guichan. For the moment it is notBjørn Lindeijer1-88/+88
possible to delete or use items.
2004-12-26Some more Xmas fixesEugenio Favalli1-2/+3
2004-12-25Xmas quest updateEugenio Favalli1-3/+3
2004-12-10Use a consistent tab-less header throughout the code.Bjørn Lindeijer1-24/+22
2004-11-13Hair stylesEugenio Favalli1-2/+3
2004-10-08*** empty log message ***Eugenio Favalli1-5/+6