summaryrefslogtreecommitdiff
path: root/src/gui/ministatus.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-01-25Made the labels on the progress bars more readableBjørn Lindeijer1-27/+3
2009-01-24Updated DejaVuSans ttf file, as well as adding the bolded version, whichIra Rice1-0/+8
is used in a few spots. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-24Use standard GUI font also for speech and namesBjørn Lindeijer1-8/+0
The speech bitmap font can't handle unicode, so it has now been replaced by the standard GUI font, drawn with a shadow for chat and with a full outline for names.
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-10Removed a debug line that was accidently left in.Ira Rice1-2/+0
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-09Made experience percentages report to the newest hundredth (as well asIra Rice1-5/+10
placed in checks for bogus amounts of experience, and correct them). Signed-off-by: Ira Rice <irarice@gmail.com>
2008-12-07Fixed inconsistency in default window sizesBjørn Lindeijer1-1/+2
The default window sizes were all too small, since they were specified in content size. On pressing "Reset Windows", the sizes would be interpreted as such and apply alright. The inconsistency is now removed, and the default window sizes are always the size of the whole widget now, not just the contents. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
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-08-15Activated MP status progress barLloyd Bryant1-1/+1
2008-07-18Import of client treeLloyd Bryant1-1/+1
2007-11-20Merged revisions 3642,3662-3664,3667 via svnmerge from Bjørn Lindeijer1-0/+1
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3642 | gmelquio | 2007-10-19 19:46:46 +0200 (Fri, 19 Oct 2007) | 1 line Factored code between resource handlers. Implemented failure-friendly sprite loader. ........ r3662 | gmelquio | 2007-10-21 21:01:16 +0200 (Sun, 21 Oct 2007) | 1 line Added persistent positioning. ........ r3663 | gmelquio | 2007-10-21 21:03:43 +0200 (Sun, 21 Oct 2007) | 1 line Fixed missing pixels at bottom and right. ........ r3664 | gmelquio | 2007-10-21 21:05:56 +0200 (Sun, 21 Oct 2007) | 1 line Changed to use default values when restoring missing settings. ........ r3667 | gmelquio | 2007-10-21 22:09:08 +0200 (Sun, 21 Oct 2007) | 1 line Fixed invisible text in dropboxes and shopboxes. ........
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 ↵Bjørn Lindeijer1-5/+37
the top left.
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-03-19Unreverted latest change by Doener due to my lack of proper communication ↵Eugenio Favalli1-7/+4
abilities.
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 ↵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