summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.cpp
AgeCommit message (Collapse)AuthorFilesLines
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.
2009-01-20Added WoW style item adding to chat window. Right click, then leftDavid Athay1-0/+7
clicking on add to chat to put the item in the chat input. Left click the item link to show a popup description, and click the link again to remove the popup.
2009-01-06Merged layout handler from mainlineBjørn Lindeijer1-1/+1
Also fixed login dialog layout. This is the layout handler by Guillaume Melquiond, which he started in commit 59472ef68fdef3f7e8858a81a46e28c127119c58.
2009-01-06Added support for internationalizationIra Rice1-23/+26
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91. Conflicts: INSTALL configure.ac src/Makefile.am src/gui/buy.cpp src/gui/confirm_dialog.cpp src/gui/inventorywindow.cpp src/gui/login.cpp src/gui/menuwindow.cpp src/gui/minimap.cpp src/gui/ok_dialog.cpp src/gui/popupmenu.cpp src/gui/register.cpp src/gui/sell.cpp src/gui/setup.cpp src/gui/setup_video.cpp Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-06Merged layout handler from mainlineBjørn Lindeijer1-1/+1
Also fixed login dialog layout. This is the layout handler by Guillaume Melquiond, which he started in commit 59472ef68fdef3f7e8858a81a46e28c127119c58.
2009-01-06Added support for internationalizationBjørn Lindeijer1-12/+17
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91.
2008-12-07Some small updates and reformattingBjørn Lindeijer1-1/+0
2008-12-06For interaction popup window: serialise beings as IDs and look up, to allow ↵Fate1-29/+33
them to vanish whist the interaction popup window is open
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-5/+2
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-07-18Import of client treeLloyd Bryant1-98/+113
2008-07-07Added /party command.David Athay1-1/+1
2008-05-16Applied QOAL's patch to fix popup bug.David Athay1-2/+2
2008-05-16Applied QOALs patch to fix popup bugDavid Athay1-2/+2
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-1/+51
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model.
2008-04-22Added more support for partiesDavid Athay1-4/+3
2008-04-03Added right click to invite to guildDavid Athay1-0/+17
2007-11-14Experimented with non-stuck gaming when talking to NPCs.Guillaume Melquiond1-2/+1
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-6/+0
2007-08-14Fixed popup menu requiring one more click after being used.Eugenio Favalli1-6/+0
2007-08-14mantis_id:129 - Inventory Window Slots Added.Joshua Langley1-3/+7
2007-08-07Fixed my breakage of persistent window dimensions. Cleaned a few things ↵Guillaume Melquiond1-1/+0
along the way.
2007-08-07Marked most of the GUI as translatable.Guillaume Melquiond1-11/+14
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-12/+2
2007-07-27Removed useless yet costly dynamic casts.Guillaume Melquiond1-1/+1
2006-12-27Client-sided implementation of attacksPhilipp Sehmisch1-8/+0
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-2/+2
2006-11-23Refectored the Itemmanager class to an ItemDB namespace.Philipp Sehmisch1-2/+2
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer1-1/+1
(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-03-09Made all class members named like mClassMember.Björn Steinbrink1-27/+27
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-24/+10
2005-12-29Removed duplicate pick up codeBjörn Steinbrink1-3/+1
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-5/+0
2005-10-16Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}.Björn Steinbrink1-7/+7
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-36/+42
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-09-19Mostly code cleanups related to commits in past two days.Bjørn Lindeijer1-6/+5
* Replaced custom function FIND_PATH with AC_PATH_PROG, used for finding sdl-config. * Removed -lphysfs from Makefile.am which should be added automatically already. * Actually show the overweight message, and only show it once for each time weight goes above half the max weight. * Surfaces passed to SDL_BlitSurface shouldn't be locked according to the manual. * Minimal fps limit is now 10 fps. * Reverted change by Bertram that hardcoded the updatehost value.
2005-09-19Got rid of writeSet() calls.Eugenio Favalli1-4/+0
2005-09-17Added PVPMatthias Hartmann1-1/+10
2005-09-17Completed transition to use MessageOut.Eugenio Favalli1-7/+12
2005-09-14Some header fixes/cleanups.Björn Steinbrink1-1/+1
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-23/+23
2005-08-19Made the item amount box work with a provided item.Björn Steinbrink1-1/+1
2005-08-14Removed guiGraphics global pointer and removed dependencies on gui.h in some ↵Björn Steinbrink1-3/+3
places.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-4/+15
2005-08-01Show the name of the trade partner in the trade dialog.Andrej Sinicyn1-0/+3
2005-07-28Cleaned up the showPopup() code, moved "map"-related code into game.cpp, ↵Björn Steinbrink1-66/+53
made the popup show up at mouse coordinates instead of being aligned to tiles.
2005-07-26Fixed empty popup window being shown when user right clicks on an empty tile ↵Björn Steinbrink1-0/+2
while popup is visible.
2005-07-26Added Being::Type enumeration and type-aware findNode(). Fixed font not ↵Björn Steinbrink1-18/+27
being reset after drawing speech. Target marker drawing moved into engine.