summaryrefslogtreecommitdiff
path: root/src/gui/ministatus.cpp
AgeCommit message (Collapse)AuthorFilesLines
2006-01-30A few cleanups and simplifications.Björn Steinbrink1-1/+1
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-7/+7
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-8/+0
2005-10-09Corrected the white browser font bug and the black hp/mp bug which were ↵Yohann Ferreira1-2/+2
linked. Added a debug window.
2005-10-04Fixed the black font bug in opengl. Only shows the current HP/MP in ↵Yohann Ferreira1-4/+4
ministatus as requested.
2005-10-04Set the white font in the ministatus window only in sdl mode until we have ↵Yohann Ferreira1-2/+5
found a solution in openGL Mode. Disable the openGL Box when compiled without opengl support.
2005-10-04Changed the font in the ministatus win. Fixed some coords bugs when the ↵Yohann Ferreira1-1/+3
stats displayed were high.
2005-09-29Improved a lot windows reset to default size and pos. Also corrected a few ↵Yohann Ferreira1-3/+4
the default win position. And moved the setposition from game to each win, to clarify the code.
2005-09-28Added window internal name to every window. Useful to later get and save X, ↵Yohann Ferreira1-6/+2
Y, Height, and Width of these wins.
2005-09-28HP and MP display in the mini status window.Yohann Ferreira1-3/+28
2005-09-17Now the values shown by derived stats in status win are got from the server. ↵Yohann Ferreira1-4/+4
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-0/+89