summaryrefslogtreecommitdiff
path: root/src/gui/questswindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-22improve function for splitting string to ints.Andrei Karas1-3/+3
2013-05-26dehardcode client data configuration file names.Andrei Karas1-1/+1
2013-05-18improve questswindow class.Andrei Karas1-19/+11
2013-05-03add comments for translatorsAndrei Karas1-0/+3
2013-04-20fix style in gui directory.Andrei Karas1-1/+14
2013-03-12Fix code style.Andrei Karas1-1/+0
2013-03-04Add different effects to npc depend on qests status (evol only)Andrei Karas1-1/+147
2013-02-26Improve string usage in other files.Andrei Karas1-2/+3
2013-02-24Replace newQuestSfx and completeQuestSfx to newQuestEffectId and completeQues...Andrei Karas1-3/+12
2013-02-14fix copyright years.Andrei Karas1-1/+1
2013-01-30Fix minimal windows sizes for very small screens (320x240)Andrei Karas1-2/+2
2013-01-23Use in different listbox derived classes different xml skin.Andrei Karas1-1/+2
2013-01-21Play sounds also in broken quests (where missing complete or incomplete part)Andrei Karas1-2/+9
2013-01-21Fix sounds if quest variables working in loop.Andrei Karas1-0/+10
2013-01-20Another part with FOR_EACH changes.Andrei Karas1-4/+2
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