summaryrefslogtreecommitdiff
path: root/src/gui/statuswindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2010-01-28Added virtual destructors, some implicit casts, and a couple of type changes.Daniel Bradshaw1-1/+1
Many warnings removed. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
2010-01-11Cleanup GUI classesJared Adams1-6/+6
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out.
2010-01-10Change code styleAndrei Karas1-1/+2
2009-12-19Fix a race conditionFreeyorp1-1/+3
If the server tells the client to update the mp bar when handling an matk change message before the status window has initialised, a segfault occurs
2009-11-27Fix display of status bars againJared Adams1-1/+1
2009-11-24Fix increasing attributes that are at maxJared Adams1-3/+13
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-48/+44
2009-10-30Support switching characters under eAthenaJared Adams1-0/+4
2009-10-29Fix show cost increase stats in StatusWindow.Andrei Karas1-1/+1
Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
2009-10-24REplace instances of TMW with ManaJared Adams1-6/+6
2009-10-03Fixed real-time updating of attributes and character/correction points ↵Philipp Sehmisch1-0/+14
during attribute changing.
2009-09-01Disable correction points in eA clientKess Vargavind1-6/+20
For now, until correction points are supported in eA. By the way, I notice mDec et cetera aren't private members. Not sure what you are up to.
2009-08-07Gettext fixesKess Vargavind1-2/+2
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes.
2009-08-02Fix a crash when max hp is less than 4Jared Adams1-59/+66
2009-07-26Gettext fixesKess Vargavind1-5/+5
And a Swedish translation of the desktop file.
2009-07-25Fixed HP and MP bar in the Ministatus Window.Bertram1-0/+3
2009-07-24Fixed tmw start not crash at startup.Bertram1-6/+3
The update of ministatus window was broken because the implementation makes StatusWindow tries to access private members of ministatus...
2009-07-24Remove an ifdef in StatusWindow and update MP moreJared Adams1-5/+11
Also make MiniStatus only update the bars when needed (called by StatusWindow).
2009-07-23Clear some more support ifdefsJared Adams1-0/+2
2009-07-21Stops changing to left align when updatesChuck Miller1-1/+0
2009-07-21Some formatting fixesChuck Miller1-3/+6
2009-07-20Committed: 0000768: Progress bars smoothly scroll when the values have ↵Bertram1-3/+9
changed from last window open. The progress bars don't smoothly update the progress when the value is set at load time now. Only the ministatus and the status window are affected by this patch, as they are the onjly ones reported as flooding the gui.
2009-07-20Fixed a bunch of compile errors/warningsThorbjørn Lindeijer1-3/+3
Please turn on -Wall, and if you don't notice your warnings, also turn on -Werror.
2009-07-19Merge StatusWindowsJared Adams1-185/+383
Also some other small merges
2009-07-19Apparently, this function shouldn't return anythingThorbjørn Lindeijer1-5/+1
2009-07-17PLEASE CHECK: Compilation fixKess Vargavind1-0/+4
I am able to compile against tmwserv with this mini fix, but I am quite unsure what the code is supposed to look like.
2009-07-15Merge and cleanup attribute codeJared Adams1-90/+11
2009-07-06Merge some player statsJared Adams1-29/+28
2009-05-11Start out all progress bars at 0, so that they progress upwards.Tametomo1-1/+1
Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
2009-05-08Client - Inventory handler moveItem improveBlue1-1/+1
Gives the actual number of items to the moveItem method. Fix compilation problem for twmserv client compilation.
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+0
2009-04-20Fix up window visibility saving/restoringJared Adams1-0/+1
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-5/+5
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-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-33/+32
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes.
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-4/+4
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-22/+28
Conflicts: A lot of files.
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-0/+370
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!