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-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-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-05-16Applied QOAL's patch to fix popup bug.David 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.
2007-08-14Fixed popup menu requiring one more click after being used.Eugenio Favalli1-6/+0
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.
2005-07-22Added missing includes and fixed a warning about implicit conversion.Björn Steinbrink1-0/+2
2005-07-22Merge between moi1392's branch and headCedric Borgese1-4/+82
2005-07-16Updated changelog, got rid of remaining extern SDL_Surface *screen cases,Bjørn Lindeijer1-21/+5
fixed double free and cleaned up a bit.
2005-07-16Made Image/SubImage being drawn by Graphics. Removed some redundant code.Björn Steinbrink1-0/+3
2005-07-13* Committing some cleanups by DoenerBjørn Lindeijer1-19/+1
* Fixed some compiler warnings * Restored a USE_OPENGL check around OpenGL headers * Fixed error about FALSE not being defined * Fixed issue with font to become speechFont when the latter is not installed
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+3
2005-07-03Popupmenu shouldn't try to delete some random being when destroyed!Bjørn Lindeijer1-1/+0
2005-07-03- Fixed blue, red and yellow damage fonts to work in SDL modeBjørn Lindeijer1-13/+21
- Added two international characters to fixed font, fixed autotarget - Fixed mouse autotarget (now default for left click) - Cleaned up showing of empty right click menus
2005-07-03- Removing "walk to", "attack" from context menuEugenio Favalli1-30/+6
- Attack is now default for left click (auto attack is not working yet with mouse) - Commented out "follow" from context menu
2005-07-03- Commenting out buddy and new skills windowsEugenio Favalli1-3/+4
- Some code cleaning - Workaround for colored text not being displayed in SDL mode (disabled)
2005-06-30Repaired the 'Walk to' option.Yohann Ferreira1-3/+3
2005-06-19Mostly indenting fixes and corrected path for OpenGL font version.Bjørn Lindeijer1-10/+10
2005-06-18code indentJosé Ávila1-3/+3
2005-06-18Showing buddyWindowMateusz Kaduk1-1/+5
2005-06-17new BrowserBox widget with colors/links supportJosé Ávila1-0/+213