summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2017-02-21Move virt fs related files into fs directory.Andrei Karas4-6/+10
2017-02-14Move some virtfs replated functions from files.cpp into virtfstools.cppAndrei Karas2-5/+5
2017-02-14In virtfs replace parameters type from char* to std::string.Andrei Karas1-2/+2
2017-02-14Remove extra includes.Andrei Karas1-1/+0
2017-02-14Fix possible use after free in curl.Andrei Karas1-3/+3
2017-02-13Split virtfs.cpp into virtfs.cpp and virtfstools.cppAndrei Karas1-0/+1
2017-02-12Fix code style.Andrei Karas1-0/+1
2017-02-11Remove extra includes.Andrei Karas1-2/+0
2017-02-11Split virtfs api for add directories and archives.Andrei Karas1-10/+16
2017-02-10Rename physfstools into virtfs.Andrei Karas2-5/+5
2017-02-09Remov extra includes.Andrei Karas2-3/+0
2017-02-09Open quest in quests window if quest link was clicked.Andrei Karas2-0/+22
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