summaryrefslogtreecommitdiff
path: root/src/gui/ministatus.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-11-20Merged revisions 3642,3662-3664,3667 via svnmerge from Bjørn Lindeijer1-0/+1
2007-08-23Changed XP gaining effect to appear on the player instead.Bjørn Lindeijer1-2/+3
2006-08-25Applied patch by mrha (Herbi), adding experience bar to the ministatus in the...Bjørn Lindeijer1-5/+37
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-1/+1
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-7/+4
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-4/+7
2006-03-18Added a toString conversion function.Björn Steinbrink1-7/+4
2006-03-16A bunch of cosmetic changes.Björn Steinbrink1-21/+11
2006-03-09Removed coordinate arguments from ProgressBar ctor.Björn Steinbrink1-8/+7
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-32/+38
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 linke...Yohann Ferreira1-2/+2
2005-10-04Fixed the black font bug in opengl. Only shows the current HP/MP in ministatu...Yohann Ferreira1-4/+4
2005-10-04Set the white font in the ministatus window only in sdl mode until we have fo...Yohann Ferreira1-2/+5
2005-10-04Changed the font in the ministatus win. Fixed some coords bugs when the stats...Yohann Ferreira1-1/+3
2005-09-29Improved a lot windows reset to default size and pos. Also corrected a few th...Yohann Ferreira1-3/+4
2005-09-28Added window internal name to every window. Useful to later get and save X, Y...Yohann Ferreira1-6/+2
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
2005-09-16Improved General GUI Layout.Yohann Ferreira1-0/+89