summaryrefslogtreecommitdiff
path: root/src/gui/questswindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-16Fix loading quests with missing attributes.Andrei Karas1-1/+1
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
2012-11-19Fix compilation error without C++11 flags.Andrei Karas1-5/+6
2012-11-18Extend quests window text message types.Andrei Karas1-4/+13
2012-10-20Fix code style and some minor issues.Andrei Karas1-2/+0
2012-10-20Add palette inheritance to button class.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to browserbox class.Andrei Karas1-1/+1
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-1/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from other classes.Andrei Karas1-0/+2
2012-10-03Add sound effects for open/close windows.Andrei Karas1-0/+1
2012-10-02Fix some conversions.Andrei Karas1-2/+2
2012-09-22Add final keyword to most classes.Andrei Karas1-3/+3
2012-09-07Improve constructors in some classes.Andrei Karas1-1/+3
2012-08-27Add const to more classes.Andrei Karas1-14/+14
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-08-08Play sound on getting new quest and complete quest.Andrei Karas1-1/+24
2012-08-04Extend background theming.Andrei Karas1-2/+2
2012-08-04Add support for default theme file names.Andrei Karas1-2/+4
2012-07-31add links support to quests window.Andrei Karas1-0/+3
2012-07-31Add theme option to show hide opaque background for some windows.Andrei Karas1-3/+5
2012-07-30Fix code style.Andrei Karas1-3/+3
2012-07-29Fix quests update in quests window.Andrei Karas1-30/+71
2012-07-29Add icons to quests window.Andrei Karas1-11/+65
2012-07-29Add quests netcode and quests window.Andrei Karas1-0/+254