summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2017-02-08Move quests loading code into quests db.Andrei Karas2-201/+23
2017-02-08Use as primary domain manaplus.org in mirrors.Andrei Karas1-3/+3
2017-02-08Fix compilation without tmwa support.Andrei Karas1-1/+1
2017-02-06Add custom currency also into shop items list.Andrei Karas2-4/+6
2017-02-04Fix libcurl version checks.Andrei Karas1-7/+2
2017-02-02Fix compilation without tmwa support.Andrei Karas1-5/+4
2017-02-01Use npc currency in buy dialog.Andrei Karas1-2/+3
2017-02-01Store interacted npc type before buy or talk and send it to buy dialog.Andrei Karas1-1/+8
2017-02-01Set currency to buy dialog based on selected npc type id.Andrei Karas3-9/+19
2017-01-31Move units into db directory.Andrei Karas6-21/+27
2017-01-31Allow buy multiply items at once from cash shops.Andrei Karas1-3/+7
2017-01-31Fix null pointer in unit tests.Andrei Karas1-1/+2
2017-01-30Clean buy dialog dungling pointer if buy dialog was destroyed.Andrei Karas1-0/+1
2017-01-30Fix compilation with old libcurl versions.Andrei Karas1-0/+8
2017-01-27Move browserboxmode into separate file.Andrei Karas6-7/+7
2017-01-20Fix code style.Andrei Karas1-0/+1
2017-01-19Dont clean online list if curl error happened (legacy server only)Andrei Karas1-3/+3
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.Andrei Karas2-0/+14
2017-01-03Update copyright year.Andrei Karas105-105/+105
2016-12-23Fix style issues.Andrei Karas2-11/+8
2016-12-22Fix style issues.Andrei Karas3-3/+4
2016-12-19Fix hair animation in char create dialog.Andrei Karas1-0/+1
2016-12-16Fix style issues.Andrei Karas1-1/+0
2016-12-16Remove extra break.Andrei Karas1-1/+0
2016-12-16Fix hiding tabs in skill dialog.Andrei Karas1-1/+10
2016-12-15Add special skills tab for unknown skills.Andrei Karas2-0/+22
2016-12-15Dont show on start skill tabs without skills.Andrei Karas2-29/+50
2016-12-15Add support for rectangular skills tabs.Andrei Karas1-1/+26
2016-12-13Add support for possible new skill set types.Andrei Karas1-14/+35
2016-12-12Fix too long lines.Andrei Karas1-2/+4
2016-12-12Add noexcept in some files.Andrei Karas8-14/+14
2016-12-10Fix some issues found by automatic checks.Andrei Karas5-9/+9
2016-10-28Add missing consts references.Andrei Karas1-1/+1
2016-10-09Add support for redirects in online list (legacy server).Andrei Karas1-0/+1
2016-10-05Fix compilation without C++11 flags.Andrei Karas1-2/+1
2016-10-04Move npcactionstate into enums directory.Andrei Karas2-30/+23
2016-10-04Move npcinputstate into enums directory.Andrei Karas3-72/+63
2016-10-04Move layouttype into enums directory.Andrei Karas14-14/+28
2016-09-27Remove extra includes.Andrei Karas2-2/+0
2016-09-27Remove extra include from questswindow.hAndrei Karas1-1/+0
2016-09-27Use for links in updater window ItemLinkHandler.Andrei Karas2-15/+6
2016-09-27Dont steal focus to updater window button.Andrei Karas1-0/+1
2016-09-26Add support for links "news" and "copyright".Andrei Karas4-16/+25
2016-09-26Fix long line in questswindow.cppAndrei Karas1-1/+2
2016-09-26Add support for quest fields in quests window.Andrei Karas4-23/+44
2016-09-26Read all fields from new quest packets and send to quests and skills window.Andrei Karas4-7/+23
2016-09-23Add missing comments into defines.Andrei Karas23-74/+88
2016-09-21Allow copy items from outfit into chat.Andrei Karas2-0/+26
2016-09-21Fix code style.Andrei Karas1-4/+4
2016-09-21Set parts of most windows unselectable.Andrei Karas7-0/+16