summaryrefslogtreecommitdiff
path: root/src/gui/statuswindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Add option to yellow bar to change player attack in pvp mode.Andrei Karas1-0/+19
2011-10-30Remove duplicate getAway function.Andrei Karas1-1/+1
2011-10-02Add new move to target mode for archers.Andrei Karas1-0/+3
2011-09-28Show current experience after 99 level.Andrei Karas1-1/+2
2011-09-23Fix default size for social and status windows.Andrei Karas1-2/+2
2011-09-11Add own xml configuration for missing windows.Andrei Karas1-1/+1
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas1-2/+2
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-6/+6
2011-08-31Add ability to lock any window position and size. Using sticky image for this.Andrei Karas1-0/+1
2011-08-22Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY.Andrei Karas1-2/+0
2011-08-22Replace typo dont to don't.Andrei Karas1-2/+2
2011-08-15Add button in status window to copy player stats to chat.Andrei Karas1-0/+34
2011-07-07Remove undescore from variables and defines.Andrei Karas1-3/+3
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-08Fix some include files paths.Andrei Karas1-1/+1
2011-04-13Fix warnings in clang compilation.Andrei Karas1-1/+1
2011-04-09Small refactoring based on idea from mana commit 30d4b0adf4f17f05d1d62fc3428c...Andrei Karas1-4/+4
2011-03-29Add new lines to translation and rebuild translation again.Andrei Karas1-61/+75
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-13Add arrows bar.Andrei Karas1-0/+20
2011-02-13Add money bar.Andrei Karas1-0/+19
2011-02-10Add inventory slots bar in top left corner (hidden by default).Andrei Karas1-1/+20
2011-02-10Add weight bar to top left corner (hidden by default).Andrei Karas1-0/+25
2011-01-28Fix code style and some new compilation warnings.Andrei Karas1-1/+2
2011-01-24Fix in fixing job level after level up in broken servers.Andrei Karas1-1/+1
2011-01-23Add some protection in predicting job level.Andrei Karas1-1/+9
2011-01-23Recover job experience limit from old job level.Andrei Karas1-3/+14
2011-01-23Fix possible negative job level with tmw server.Andrei Karas1-2/+9
2011-01-23Recover job level from job experience.Andrei Karas1-2/+12
2011-01-19Add job bar to ministatus window.Andrei Karas1-0/+10
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-2/+2
2011-01-02Initial commit.Andrei Karas1-0/+880