summaryrefslogtreecommitdiff
path: root/src/gui/status.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
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-15Style cleanups throughout most of the code. Splitting function type fromIra Rice1-1/+0
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com>
2008-12-03Adding missing mJobLvlLabel from last commitBjørn Lindeijer1-1/+3
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?
2007-08-28Made buy dialog resizable and added a WindowListener class for listening forBjørn Lindeijer1-1/+2
window resize and move events.
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-1/+1
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-1/+1
from the 0.1.0 branch.
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-2/+2
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-20/+18
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-1/+3
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-5/+0
2005-09-17Now the values shown by derived stats in status win are got from the server. ↵Yohann Ferreira1-1/+2
Still, when Equipping/unequipping, you have to warp to get these values updated. Does somebody has an idea how to request an update of these values when equipping/unequipping ?
2005-09-16Improved General GUI Layout.Yohann Ferreira1-12/+38
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-2/+6
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ↵Björn Steinbrink1-0/+2
ever happen...
2005-08-27Update stats and status window contents at a single location.Björn Steinbrink1-1/+6
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-3/+7
2005-08-13Reformatted status window layout to avoid overlapping and lowered saturation ↵Eugenio Favalli1-1/+1
of bars' colors.
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-0/+2
2005-05-14Mainly separating core GUI classes from game interface.Bjørn Lindeijer1-1/+1
2005-05-05Status Window now have a button to show/hide Equipment Window.Yohann Ferreira1-1/+1
2005-01-29*** empty log message ***Yohann Ferreira1-1/+1
2005-01-25*** empty log message ***Yohann Ferreira1-1/+8
2005-01-25*** empty log message ***Yohann Ferreira1-0/+1
2005-01-16Removed a lot of allegro.h includes.Bjørn Lindeijer1-5/+0
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer1-4/+2
used throughout application, cleaned up shop functions.
2005-01-12Changed layout of status dialog somewhat.Bjørn Lindeijer1-2/+5
2005-01-12*** empty log message ***Yohann Ferreira1-2/+2
2005-01-12*** empty log message ***Yohann Ferreira1-2/+2
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-1/+8
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling.
2004-12-28Oh and the status dialog was actually just a window.Bjørn Lindeijer1-3/+3
2004-12-28Renamed stats dialog to status dialog, which it is and to make room for theBjørn Lindeijer1-0/+57
real stats dialog that is currently called the skill dialog.