summaryrefslogtreecommitdiff
path: root/src/gui/status.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-05Fixng consistency between config button and setup window (lol)Eugenio Favalli1-2/+2
2005-04-05Fixng consistency between config button and setup windowEugenio Favalli1-1/+1
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer1-2/+2
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-0/+1
2005-02-22Rewrote Progress Bars. They'll be fully working soon.Yohann Ferreira1-5/+5
2005-01-29*** empty log message ***Yohann Ferreira1-0/+11
2005-01-25*** empty log message ***Yohann Ferreira1-0/+24
2005-01-25*** empty log message ***Yohann Ferreira1-17/+33
2005-01-23Uninitialized variable and free/delete/delete[] mismatch fixes.Bjørn Lindeijer1-6/+9
2005-01-15Fixed screenshot taking and changed chat box in Guichan widget.Bjørn Lindeijer1-10/+10
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer1-0/+1
2005-01-14*** empty log message ***Yohann Ferreira1-15/+31
2005-01-12*** empty log message ***Yohann Ferreira1-9/+12
2005-01-12*** empty log message ***Yohann Ferreira1-2/+2
2005-01-12*** empty log message ***Yohann Ferreira1-1/+1
2005-01-12Changed layout of status dialog somewhat.Bjørn Lindeijer1-30/+37
2005-01-12*** empty log message ***Yohann Ferreira1-1/+26
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-2/+2
2004-12-28Oh and the status dialog was actually just a window.Bjørn Lindeijer1-3/+3
2004-12-28Renamed stats dialog to status dialog, which it is and to make room for theBjørn Lindeijer1-0/+81