summaryrefslogtreecommitdiff
path: root/src/gui/windows/questswindow.h
AgeCommit message (Collapse)AuthorFilesLines
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
Also remove some empty destructors.
2017-07-25Use browserbox for quest text in quests window.Andrei Karas1-2/+2
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-4/+4
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
2017-06-19Use staticbrowserbox in questswindow.Andrei Karas1-2/+2
2017-02-09Remov extra includes.Andrei Karas1-2/+0
2017-02-09Open quest in quests window if quest link was clicked.Andrei Karas1-0/+3
2017-02-08Move quests loading code into quests db.Andrei Karas1-14/+4
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-27Remove extra include from questswindow.hAndrei Karas1-1/+0
2016-09-26Add support for quest fields in quests window.Andrei Karas1-4/+8
Quest attributes: {@@var1}, {@@var2}, {@@var3}, {@@time}
2016-09-26Read all fields from new quest packets and send to quests and skills window.Andrei Karas1-1/+5
But for now not using this fields.
2016-05-12Add skipError parameter to loadXml functions.Andrei Karas1-1/+2
This allow not show errors for some not main xml files.
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-1/+1
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d.
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-02Add intmap defines.Andrei Karas1-1/+2
2015-08-20Add missing checks or attributes to windows.Andrei Karas1-7/+7
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-1/+3
2015-03-17Remove useless includes from .h files.Andrei Karas1-3/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-03-13improve variables order in windows.Andrei Karas1-2/+2
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-01-06add support for include in quests.xml.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to windows files.Andrei Karas1-1/+1
2013-10-04fix code style.Andrei Karas1-3/+3
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+106