summaryrefslogtreecommitdiff
path: root/src/gui/status.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-51/+88
2007-12-18Updated attribute system to the latest design decisions (removed charisma, ke...Philipp Sehmisch1-11/+6
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-2/+4
2007-08-18Adapted to new server handling of character attributes.Guillaume Melquiond1-4/+4
2007-08-07Fixed my breakage of persistent window dimensions. Cleaned a few things along...Guillaume Melquiond1-2/+1
2007-03-22Redesigned the localplayer class to use getters and setters instead of direct...Philipp Sehmisch1-67/+28
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-1/+3
2007-01-07Synchronized player attributes with wiki Attributes page and removed Job XP.Bjørn Lindeijer1-52/+33
2006-11-02Network layer refactoring.Björn Steinbrink1-6/+6
2006-08-14Completed porting of character creation/deletion, fixed some issues with netw...Eugenio Favalli1-6/+6
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-1/+1
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-68/+41
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-41/+68
2006-03-18Use the window container instead of the graphics class to calculate window po...Björn Steinbrink1-6/+3
2006-03-18Added a toString conversion function.Björn Steinbrink1-68/+41
2006-03-09Removed coordinate arguments from ProgressBar ctor.Björn Steinbrink1-27/+42
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-195/+195
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-12/+6
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-72/+53
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-48/+0
2005-10-18Header, whitespace and intendation cleanups.Björn Steinbrink1-8/+5
2005-10-16Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}.Björn Steinbrink1-8/+8
2005-10-10Introduced new window shortcuts and corrected position of job xp bar. AlsoBjørn Lindeijer1-16/+28
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-3/+4
2005-10-04Changed the font in the ministatus win. Fixed some coords bugs when the stats...Yohann Ferreira1-0/+13
2005-09-30Fixed paths for windows usersMatthias Hartmann1-1/+1
2005-09-29Improved a lot windows reset to default size and pos. Also corrected a few th...Yohann Ferreira1-1/+6
2005-09-28Save and load X, Y, Height, and Width to useful wins.Yohann Ferreira1-1/+1
2005-09-28Added window internal name to every window. Useful to later get and save X, Y...Yohann Ferreira1-0/+1
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer1-1/+3
2005-09-19Got rid of writeSet() calls.Eugenio Favalli1-2/+0
2005-09-18As m[a]tt noticed, made the status win a little more wide, and resizable.Yohann Ferreira1-2/+2
2005-09-17Completed transition to use MessageOut.Eugenio Favalli1-17/+25
2005-09-17Now the values shown by derived stats in status win are got from the server. ...Yohann Ferreira1-15/+16
2005-09-16Improved General GUI Layout.Yohann Ferreira1-157/+361
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-13/+15
2005-08-27Update stats and status window contents at a single location.Björn Steinbrink1-0/+7
2005-08-21Some updates and cleanupsEugenio Favalli1-1/+1
2005-08-16Added a resize grip to resizable window, fixed some compiling errors.Eugenio Favalli1-0/+2
2005-08-13Small header cleanup.Björn Steinbrink1-0/+2
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-4/+9
2005-08-13Removed smooth color changing from xp bar which was causing problems and does...Eugenio Favalli1-7/+1
2005-08-13Reformatted status window layout to avoid overlapping and lowered saturation ...Eugenio Favalli1-41/+62
2005-08-01making setup dialog quitting too when clicking on Setup button while openedMarcel W. Wysocki1-1/+1
2005-07-18Created Inventory class. (Really) Small code simplifications and cleanups.Björn Steinbrink1-1/+1
2005-07-17Updated Makefile.am to reflect the name change of gui/equipmentwindow.*. Also...Björn Steinbrink1-1/+1
2005-07-14Smooth fading of the XP Bar Coloration.Yohann Ferreira1-0/+5
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-2/+5
2005-05-10Fixed progress bars in OpenGL mode, now uses Guichan's fillRectangle.Bjørn Lindeijer1-25/+25
2005-05-05Status Window now have a button to show/hide Equipment Window.Yohann Ferreira1-0/+11