summaryrefslogtreecommitdiff
path: root/src/gui/status.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-14Start a MathUtils fileJared Adams1-5/+0
It has fast(inv)sqrt and weightedAverage. Also cleanup the last ocmmit a bit.
2009-04-14HP Bar Gradual ColorationFalkreon1-0/+5
Makes HP Bars gradually fade from green to orange to red as HP goes down (or up). It looks pretty :)~
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-2/+2
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up.
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-0/+5
Conflicts: A lot of files.
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-1/+1
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere!
2009-02-22Allow percentage for exp displaysJared Adams1-2/+2
2009-02-21Fix bug when maximum level is reachedJared Adams1-0/+5
Also centralize code for updating the various progress bars for player status.
2009-02-15Fixed compiler warningsBjørn Lindeijer1-1/+2
Comparison between signed and unsigned integer expressions.
2009-02-15Add configurable units systemJared Adams1-1/+1
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-4/+0
include anything not needed by that specific widget or window. This appears to have cleaned up system performance a bit on my current setup, where it went from idling on 45% in game with opengl down to 30% now. Also moved iptostring to the tostring header, as importing all of network.h is a little overkill to use that function, and it goes along with the basic functions that are in that header file anyways. TODO: find out a way to get rid of warnings when a class doesn't use this function. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-30Reflowed status window using the layout class.Ira Rice1-4/+2
Signed-off-by: Ira Rice <irarice@gmail.com>
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?
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-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-3/+4
2007-12-18Updated attribute system to the latest design decisions (removed charisma, ↵Philipp Sehmisch1-4/+4
kept agility in)
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-1/+2
2007-08-28Made buy dialog resizable and added a WindowListener class for listening forBjørn Lindeijer1-1/+2
window resize and move events.
2007-03-22Redesigned the localplayer class to use getters and setters instead of ↵Philipp Sehmisch1-5/+3
direct access to the member variables. Implemented communication of attributes between server and client.
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-1/+1
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-1/+1
2007-01-07Synchronized player attributes with wiki Attributes page and removed Job XP.Bjørn Lindeijer1-6/+6
2006-08-14Completed porting of character creation/deletion, fixed some issues with ↵Eugenio Favalli1-1/+1
network code.
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-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-1/+1
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